-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexp.xml
More file actions
22 lines (22 loc) · 926 Bytes
/
Copy pathexp.xml
File metadata and controls
22 lines (22 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<root>
<experience>
<exp cmd="crash_block" first="20" value="1" />
<exp cmd="dig_inclusion" first="50" value="2" />
<exp cmd="new_recipe" first="50" value="50" />
<exp cmd="kill_animal" first="20" value="10" />
<exp cmd="kill_monster" first="150" value="100" />
<exp cmd="craft_recipe" first="20" value="5" />
<exp cmd="build_block" first="10" value="2" />
</experience>
<achievements>
<achi cmd="crash_block" count="100" first="200"/>
<achi cmd="crash_block" count="1000" first="1000"/>
<achi cmd="build_house" count="100" first="1000"/>
<achi cmd="kill_monster" count="10" first="100"/>
<achi cmd="kill_monster" count="100" first="1000"/>
<achi cmd="kill_monster" count="1000" first="10000"/>
<achi cmd="new_recipe" count="10" first="100"/>
<achi cmd="new_recipe" count="100" first="1000"/>
</achievements>
</root>