-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwave.xml
More file actions
20 lines (18 loc) · 843 Bytes
/
Copy pathwave.xml
File metadata and controls
20 lines (18 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<root>
<ratios>
<ratio name="gargoyley" weight="1.5" count="4" level="8"/>
<ratio name="beholder" weight="2" />
<ratio name="zombie_boss" weight="4" exclude_planets="underground"/>
<ratio name="zombie" weight="10" exclude_planets="underground"/>
<ratio name="skeleton" weight="15" necessarily="true"/>
<ratio name="skeleton_boss" weight="1" />
<ratio name="skeleton_archer" weight="15" exclude_planets="underground"/>
<ratio name="zombie_armorbreaker" weight="2" exclude_planets="underground"/>
<ratio name="thrower_giant" weight="1" exclude_planets="underground"/>
<ratio name="cave_goblin_green" weight="15"/>
<ratio name="cave_beast_invasion" weight="10"/>
<ratio name="orc" weight="6"/>
<ratio name="orc_boss" weight="2"/>
</ratios>
</root>