Author: jetryl
Date: Sun Apr 27 23:42:26 2008
New Revision: 26191

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26191&view=rev
Log:
New and improved melee animations for the banebow.

Modified:
    branches/1.4/data/core/units/undead/Skele_Banebow.cfg

Modified: branches/1.4/data/core/units/undead/Skele_Banebow.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/data/core/units/undead/Skele_Banebow.cfg?rev=26191&r1=26190&r2=26191&view=diff
==============================================================================
--- branches/1.4/data/core/units/undead/Skele_Banebow.cfg (original)
+++ branches/1.4/data/core/units/undead/Skele_Banebow.cfg Sun Apr 27 23:42:26 
2008
@@ -103,33 +103,43 @@
         [attack_filter]
             name=dagger
         [/attack_filter]
+               start_time=-275
+        
+               [frame]
+                       duration=50
+            image="units/undead-skeletal/banebow-melee-defend-1.png"
+        [/frame]
         [frame]
-            begin=-200
-            end=-100
-            image="units/undead-skeletal/banebow.png"
+                       duration=100
+            image="units/undead-skeletal/banebow-melee-attack-1.png"
         [/frame]
         [if]
-            hits=no
+            hits=yes
             [frame]
-                begin=-100
-                end=100
-                image="units/undead-skeletal/banebow-melee-attack.png"
-                sound={SOUND_LIST:MISS}
+                               duration=100
+                image="units/undead-skeletal/banebow-melee-attack-2.png"
+                sound=dagger-swish.wav
             [/frame]
         [/if]
         [else]
-            hits=yes
+            hits=no
             [frame]
-                begin=-100
-                end=100
-                image="units/undead-skeletal/banebow-melee-attack.png"
-                sound=dagger-swish.wav
+                               duration=100
+                image="units/undead-skeletal/banebow-melee-attack-2.png"
+                sound={SOUND_LIST:MISS}
             [/frame]
         [/else]
         [frame]
-            begin=100
-            end=200
-            image="units/undead-skeletal/banebow.png"
+                       duration=100
+            image="units/undead-skeletal/banebow-melee-attack-3.png"
+        [/frame]
+        [frame]
+                       duration=100
+            image="units/undead-skeletal/banebow-melee-attack-4.png"
+        [/frame]
+        [frame]
+                       duration=50
+            image="units/undead-skeletal/banebow-melee-defend-1.png"
         [/frame]
     [/attack_anim]
 [/unit]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to