-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathitems_4.xml
More file actions
36 lines (36 loc) · 1.71 KB
/
Copy pathitems_4.xml
File metadata and controls
36 lines (36 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<root>
<item name="elf_mine_table" properties="nodig_under=1,removable,static" light="3" light_intensity="0.49" spine="elf_magic_table" spine_ani="idle">
<wrapper>
<behaviour value="PauseUnexploredCreature" />
</wrapper>
<behaviours>
<behaviour value="ResourceDropBehaviour">
<resources value="stone-11,coal-7,iron-5,silver-3,gold-2,mithril-1" />
</behaviour>
<behaviour value="UITimerBehaviour">
<offset value="0,-80" />
</behaviour>
<behaviour value="ElfMineTableBehaviour">
<slot value="resource" />
<light_magic value="mlight_green" />
<elf_near_duration value="30" />
<common_duration value="120" />
<operator_tag value="elven_mage" />
<operator_radius value="3" />
<operator_hint value="hint" />
<operator_error value="error" />
<valid_resources value="coal,iron,silver,gold,mithril,sulfur" />
</behaviour>
<behaviour value="AnimationBehaviour">
<states>
<state name="idle" loop="true" ani="idle" />
<state name="active" loop="true" ani="active" />
<state name="off" loop="false" ani="off" next="idle" />
<state name="on" loop="false" ani="on" next="active" />
</states>
</behaviour>
</behaviours>
</item>
<item name="mlight_green" effect="spell_light_green" size="60" properties="magic,magic_light,time=180,radius=1,use_mana=1" light="4" />
</root>