CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Richard Kettering <[EMAIL PROTECTED]>   05/03/17 05:36:11

Modified files:
        data/units     : Spearman.cfg 

Log message:
        Human Spearman gets scripting for new frames - no stat changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/units/Spearman.cfg.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: wesnoth/data/units/Spearman.cfg
diff -u wesnoth/data/units/Spearman.cfg:1.15 
wesnoth/data/units/Spearman.cfg:1.16
--- wesnoth/data/units/Spearman.cfg:1.15        Wed Dec  8 06:50:06 2004
+++ wesnoth/data/units/Spearman.cfg     Thu Mar 17 05:36:11 2005
@@ -3,7 +3,7 @@
 name= _ "Spearman"
 race=human
 image=human-spearman.png
-image_defensive=human-spearman-defend.png
+image_defensive=human-spearman-defend-2.png
 hitpoints=36
 movement_type=smallfoot
 movement=5
@@ -15,6 +15,23 @@
 usage=fighter
 unit_description= _ "Spearmen are the core of the human armies. These young 
soldiers are given basic training and put in the front lines to do the bulk of 
the fighting. Because of the length of their spears, they strike first in 
melee, even when defending."
 get_hit_sound=groan.wav
+       [defend]
+               [frame]
+               begin=-100
+               end=-90
+               image=human-spearman-defend-2.png
+               [/frame]
+               [frame]
+               begin=-90
+               end=90
+               image=human-spearman-defend.png
+               [/frame]
+               [frame]
+               begin=90
+               end=100
+               image=human-spearman-defend-2.png
+               [/frame]
+       [/defend]
        [attack]
        name=spear
        type=pierce
@@ -23,11 +40,48 @@
        number=3
        icon=attacks/spear.png
        special=firststrike
-               [frame]
-               begin=-100
-               end=100
-               image=human-spearman-attack.png
-               [/frame]
+               [animation]
+               direction=se,sw
+                       [frame]
+                       begin=-100
+                       end=100
+                       image=human-spearman-attack.png
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=ne,nw
+                       [frame]
+                       begin=-100
+                       end=100
+                       image=human-spearman-attack-ne.png
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=n
+                       [frame]
+                       begin=-100
+                       end=100
+                       image=human-spearman-attack-n.png
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=s
+                       [frame]
+                       begin=-150
+                       end=-100
+                       image=human-spearman-attack-south-1.png
+                       [/frame]
+                       [frame]
+                       begin=-100
+                       end=-20
+                       image=human-spearman-attack-south-2.png
+                       [/frame]
+                       [frame]
+                       begin=-20
+                       end=100
+                       image=human-spearman-attack-south-3.png
+                       [/frame]
+               [/animation]
        [/attack]
        [attack]
        name=spear
@@ -43,7 +97,7 @@
                [frame]
                begin=-100
                end=100
-               image=human-spearman-attack2.png
+               image=human-spearman-attack-ranged.png
                [/frame]
                [missile_frame]
                begin=-100


Reply via email to