diff options
-rw-r--r-- | effects.xml | 2 | ||||
-rw-r--r-- | items.xml | 10 | ||||
-rw-r--r-- | monsters.xml | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/effects.xml b/effects.xml index c2d2c6b0..d77b7cfb 100644 --- a/effects.xml +++ b/effects.xml @@ -19,7 +19,9 @@ <effect id="22" particle="graphics/particles/pentagram-burst.xml"/> <effect id="24" particle="graphics/particles/magic.teleport.xml"/> <effect id="25" particle="graphics/particles/rain.xml"/> + <effect id="26" particle="graphics/particles/hit.particle.xml" /> <!-- <effect id="20" particle="graphics/particles/magic.barrier.xml"/> --> +<!-- Default tag only supported in 0.0, support was removed in 0.1 --> <default particle="graphics/particles/magic.default.xml" /> <effect id="111" particle="graphics/particles/magic.shield-ends.xml"/> <!-- <effect id="112" particle="graphics/particles/magic.haste-ends.xml"/>--> @@ -247,7 +247,7 @@ attack-target="multi" attack-shape="cone" attack-range="32" - attack-angle="90" + attack-angle="135" max-per-slot="1"> <sprite>weapon-dagger.xml</sprite> <sound event="strike">short-sword-miss1.ogg</sound> @@ -268,7 +268,7 @@ attack-target="multi" attack-shape="cone" attack-range="32" - attack-angle="90" + attack-angle="135" view="521"/> <item id="523" image="armor-chest-leathershirt.png" @@ -419,7 +419,7 @@ attack-target="multi" attack-shape="cone" attack-range="32" - attack-angle="90" + attack-angle="135" max-per-slot="1" view="521"/> <item id="537" @@ -2134,7 +2134,7 @@ attack-target="multi" attack-shape="cone" attack-range="32" - attack-angle="90" + attack-angle="135" max-per-slot="1" weapon-type="knife" view="521"/> @@ -2273,7 +2273,7 @@ attack-target="multi" attack-shape="cone" attack-range="32" - attack-angle="90" + attack-angle="135" max-per-slot="1"> </item> diff --git a/monsters.xml b/monsters.xml index 617db9e7..aa37b88f 100644 --- a/monsters.xml +++ b/monsters.xml @@ -88,7 +88,7 @@ aft-delay="15"
damage-factor="3"
range="64"
- angle="1"
+ angle="10"
particle-effect="graphics/particles/attack.particle.xml"
action="special1"
/>
|