Author: jetryl
Date: Sun May 17 23:31:19 2009
New Revision: 35720

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35720&view=rev
Log:
Reverted accidental commit to the elf archer.

Modified:
    trunk/data/core/images/units/elves-wood/archer.png
    trunk/data/core/units/elves/Archer.cfg

Modified: trunk/data/core/images/units/elves-wood/archer.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/elves-wood/archer.png?rev=35720&r1=35719&r2=35720&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/data/core/units/elves/Archer.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/elves/Archer.cfg?rev=35720&r1=35719&r2=35720&view=diff
==============================================================================
--- trunk/data/core/units/elves/Archer.cfg (original)
+++ trunk/data/core/units/elves/Archer.cfg Sun May 17 23:31:19 2009
@@ -50,7 +50,7 @@
         damage=5
         number=4
     [/attack]
-    {DEFENSE_ANIM_RANGE "units/elves-wood/archer-melee-defend.png" 
"units/elves-wood/archer-melee-defend.png" {SOUND_LIST:ELF_HIT} melee }
+    {DEFENSE_ANIM_RANGE "units/elves-wood/archer-sword-defend.png" 
"units/elves-wood/archer-sword.png" {SOUND_LIST:ELF_HIT} melee }
     {DEFENSE_ANIM_RANGE "units/elves-wood/archer-bow-defend.png" 
"units/elves-wood/archer-bow.png" {SOUND_LIST:ELF_HIT} ranged }
 #ifdef __UNUSED
     # FIXME: Commented out because these images are in 1.2 size and style
@@ -135,49 +135,50 @@
         [filter_attack]
             name=sword
         [/filter_attack]
-        offset=0.0~0.3,0.3~0.45,0.45~0.3,0.3~0.0
-        start_time=-250
-        [frame]
-            duration=50
-            image="units/elves-wood/archer-melee.png"
-        [/frame]
-        [frame]
-            duration=100
-            image="units/elves-wood/archer-melee-attack-1.png"
+        [frame]
+            begin=-200
+            end=-175
+            image="units/elves-wood/archer-sword.png"
+        [/frame]
+        [frame]
+            begin=-175
+            end=-75
+            image="units/elves-wood/archer-sword-1.png"
         [/frame]
         [if]
-            hits=yes
-            [frame]
-                duration=100
-                image="units/elves-wood/archer-melee-attack-2.png"
-                sound={SOUND_LIST:SWORD_SWISH}
+            hits=no
+            [frame]
+                begin=-75
+                end=75
+                image="units/elves-wood/archer-sword-2.png"
+                sound={SOUND_LIST:MISS}
             [/frame]
         [/if]
         [else]
-            hits=no
-            [frame]
-                duration=100
-                image="units/elves-wood/archer-melee-attack-2.png"
-                sound={SOUND_LIST:MISS}
+            hits=yes
+            [frame]
+                begin=-75
+                end=75
+                image="units/elves-wood/archer-sword-2.png"
+                sound={SOUND_LIST:SWORD_SWISH}
             [/frame]
         [/else]
         [frame]
-            duration=100
-            image="units/elves-wood/archer-melee-attack-3.png"
-        [/frame]
-        [frame]
-            duration=90
-            image="units/elves-wood/archer-melee-attack-4.png"
-        [/frame]
-        [frame]
-            duration=80
-            image="units/elves-wood/archer-melee-attack-5.png"
-        [/frame]
-        [frame]
-            duration=50
-            image="units/elves-wood/archer-melee.png"
-        [/frame]
-       [/attack_anim]
+            begin=75
+            end=125
+            image="units/elves-wood/archer-sword-3.png"
+        [/frame]
+        [frame]
+            begin=125
+            end=175
+            image="units/elves-wood/archer-sword-4.png"
+        [/frame]
+        [frame]
+            begin=175
+            end=200
+            image="units/elves-wood/archer-sword.png"
+        [/frame]
+    [/attack_anim]
     [female]
         name= _ "female^Elvish Archer"
         gender=female
@@ -346,4 +347,4 @@
             image="units/elves-wood/archer-idle-1.png"
         [/frame]
     [/idle_anim]
-[/unit_type]
+[/unit_type]


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

Reply via email to