Author: jetryl
Date: Sun Apr 27 22:57:23 2008
New Revision: 26182

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26182&view=rev
Log:
Slight tweak to ranger melee frames.

Modified:
    trunk/data/core/units/humans/Woodsman_Ranger.cfg

Modified: trunk/data/core/units/humans/Woodsman_Ranger.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/humans/Woodsman_Ranger.cfg?rev=26182&r1=26181&r2=26182&view=diff
==============================================================================
--- trunk/data/core/units/humans/Woodsman_Ranger.cfg (original)
+++ trunk/data/core/units/humans/Woodsman_Ranger.cfg Sun Apr 27 22:57:23 2008
@@ -117,21 +117,20 @@
         [filter_attack]
             name=sword
         [/filter_attack]
-        [frame]
-            begin=-250
-            end=-200
-            image="units/human-outlaws/ranger-sword.png"
+               start_time=-275
+        
+               [frame]
+                       duration=50
+            image="units/human-outlaws/ranger-sword-defend-1.png"
         [/frame]
         [frame]
-            begin=-200
-            end=-100
+                       duration=100
             image="units/human-outlaws/ranger-sword-attack1.png"
         [/frame]
         [if]
             hits=yes
             [frame]
-                begin=-100
-                end=50
+                               duration=100
                 image="units/human-outlaws/ranger-sword-attack2.png"
                 sound=dagger-swish.wav
             [/frame]
@@ -139,21 +138,22 @@
         [else]
             hits=no
             [frame]
-                begin=-100
-                end=50
+                               duration=100
                 image="units/human-outlaws/ranger-sword-attack2.png"
                 sound={SOUND_LIST:MISS}
             [/frame]
         [/else]
         [frame]
-            begin=50
-            end=150
+                       duration=100
             image="units/human-outlaws/ranger-sword-attack3.png"
         [/frame]
         [frame]
-            begin=150
-            end=200
-            image="units/human-outlaws/ranger-sword.png"
+                       duration=100
+            image="units/human-outlaws/ranger-sword-attack4.png"
+        [/frame]
+        [frame]
+                       duration=50
+            image="units/human-outlaws/ranger-sword-defend-1.png"
         [/frame]
     [/attack_anim]
 [/unit_type]


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

Reply via email to