forked from OvercastNetwork/maps.oc.tc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstamina.xml
41 lines (38 loc) · 1.13 KB
/
stamina.xml
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
37
38
39
40
41
<?xml version="1.0"?>
<map>
<stamina>
<mutators>
<stand add=" 0.2 "/>
<sneak add=" 0.15"/>
<walk add=" 0.1 "/>
<run add="-0.05"/>
<jump add="-0.05"/>
<run-jump add="-0.1 "/>
<melee-miss mul="-0.15"/>
<melee-hit add="-0.05"/>
<archery add="-0.1 "/>
<injury add="-0.3 "/>
</mutators>
<symptoms>
<symptoms lt="0.7">
<potion effect="slow digging" amplifier="1"/>
<melee mul="0.5"/>
<archery mul="0.5"/>
</symptoms>
<symptoms lt="0.5">
<potion effect="slow digging" amplifier="4"/>
<melee mul="0.5"/>
<archery mul="0.5"/>
</symptoms>
<symptoms lt="0.3">
<potion effect="slow digging" amplifier="10"/>
<potion effect="slow" amplifier="1"/>
<melee mul="0.5"/>
<archery mul="0.5"/>
</symptoms>
<symptoms lt="0.2">
<potion effect="confusion"/>
</symptoms>
</symptoms>
</stamina>
</map>