CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Richard Kettering <[EMAIL PROTECTED]>   05/04/29 07:01:16

Modified files:
        data/units     : Halbardier.cfg 

Log message:
        Updated cfg file to use new animations - also changed attack names to 
reflect type - e.g.  "Halberd (slash).  Added in references to attack icons.

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

Patches:
Index: wesnoth/data/units/Halbardier.cfg
diff -u wesnoth/data/units/Halbardier.cfg:1.23 
wesnoth/data/units/Halbardier.cfg:1.24
--- wesnoth/data/units/Halbardier.cfg:1.23      Sun Mar 27 23:06:16 2005
+++ wesnoth/data/units/Halbardier.cfg   Fri Apr 29 07:01:16 2005
@@ -2,7 +2,8 @@
 id=Halbardier
 name= _ "Halberdier"
 race=human
-image="human-halbardier.png"
+image="human-halberdier.png"
+image_defensive="human-halberdier-defend.png"
 hitpoints=72
 movement_type=smallfoot
     [resistance]
@@ -18,29 +19,63 @@
 unit_description= _ "The best of the soldiers are chosen to become 
Halberdiers. Their weapon, though a little slower than the sword, can strike 
with deadly force, and because of its great length, Halberdiers always strike 
first in combat, even when defending. Halberdiers have great facility at 
dealing with troops they can keep further than the end of their weapons, but 
find some difficulty in very close combat."
 get_hit_sound=groan.wav
        [attack]
-       name=halberd
+       name="halberd (pierce)"
+       icon=attacks/halberd.png
        type=pierce
        range=short
        damage=9
        number=4
        special=firststrike
-               [frame]
-               begin=-200
-               end=-100
-               image="human-halberdier-pierce-1.png"
-               [/frame]
-               [frame]
-               begin=-100
-               end=100
-               image="human-halberdier-pierce-2.png"
-               [/frame]
+               [animation]
+               direction=s
+                       [frame]
+                       begin=-175
+                       end=100
+                       image="human-halberdier-pierce-s.png"
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=n
+                       [frame]
+                       begin=-175
+                       end=100
+                       image="human-halberdier-pierce-n.png"
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=se,sw
+                       [frame]
+                       begin=-175
+                       end=100
+                       image="human-halberdier-pierce-se.png"
+                       [/frame]
+               [/animation]
+               [animation]
+               direction=ne,nw
+                       [frame]
+                       begin=-175
+                       end=100
+                       image="human-halberdier-pierce-ne.png"
+                       [/frame]
+               [/animation]
        [/attack]
        [attack]
-       name=halberd
+       name="halberd (slash)"
+       icon=attacks/halberd.png
        type=blade
        range=short
        damage=11
        number=4
        special=firststrike
+               [frame]
+               begin=-250
+               end=-100
+               image="human-halberdier-slash-se-1.png"
+               [/frame]
+               [frame]
+               begin=-100
+               end=100
+               image="human-halberdier-slash-se-2.png"
+               [/frame]
        [/attack]
 [/unit]


Reply via email to