Author: eleazar
Date: Sat May 26 04:49:20 2007
New Revision: 17861

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17861&view=rev
Log:
added the a riderless Wolf. These graphics are intended to replace the ones 
used in SoF.  I used the stats from the Wolf rider, changing only the alignment 
to neutral. These stats are different from the stats used in SoF.  I have no 
opinion, what (if anything) should change about the stats- i merely point the 
discrepency out.

Added:
    trunk/data/core/images/scenery/oak-leaning.png   (with props)
    trunk/data/core/images/scenery/tent-shop-weapons.png   (with props)
    trunk/data/core/images/units/monsters/wolf-attack.png   (with props)
    trunk/data/core/images/units/monsters/wolf-defend.png   (with props)
    trunk/data/core/images/units/monsters/wolf-moving.png   (with props)
    trunk/data/core/images/units/monsters/wolf-water.png   (with props)
    trunk/data/core/images/units/monsters/wolf.png   (with props)
    trunk/data/core/units/Monster_Wolf.cfg

Added: trunk/data/core/images/scenery/oak-leaning.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/scenery/oak-leaning.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/scenery/oak-leaning.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/scenery/tent-shop-weapons.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/scenery/tent-shop-weapons.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/scenery/tent-shop-weapons.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/units/monsters/wolf-attack.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/monsters/wolf-attack.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/units/monsters/wolf-attack.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/units/monsters/wolf-defend.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/monsters/wolf-defend.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/units/monsters/wolf-defend.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/units/monsters/wolf-moving.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/monsters/wolf-moving.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/units/monsters/wolf-moving.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/units/monsters/wolf-water.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/monsters/wolf-water.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/units/monsters/wolf-water.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/units/monsters/wolf.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/units/monsters/wolf.png?rev=17861&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/units/monsters/wolf.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/units/Monster_Wolf.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/Monster_Wolf.cfg?rev=17861&view=auto
==============================================================================
--- trunk/data/core/units/Monster_Wolf.cfg (added)
+++ trunk/data/core/units/Monster_Wolf.cfg Sat May 26 04:49:20 2007
@@ -1,0 +1,93 @@
+[unit]
+       id=Wolf
+       name= _ "Wolf"
+       race=monster
+       image="units/monsters/wolf.png"
+       [standing_anim]
+               start_time=-50
+               [frame]
+                       image="units/goblins/wolf.png"
+                       duration=50
+               [/frame]
+       [/standing_anim]
+       [standing_anim]
+               start_time=-50
+               terrain=Wo,Ww,Ww^Vm,Chs,Chw,Ss
+               [frame]
+                       image="units/monsters/wolf-water.png"
+                       duration=50
+               [/frame]
+       [/standing_anim]
+       ellipse="misc/ellipse"
+       hitpoints=32
+       movement_type=orcishfoot
+       movement=8
+       experience=500
+       level=1
+       alignment=neutral
+       advanceto=null
+       undead_variation=mounted
+       cost=17
+       usage=scout
+       unit_description="Wolves are aggressive animals that hunt in packs. 
Although weak individually, a wolf pack can kill even the strongest man in 
minutes."
+       die_sound=wolf-die.wav
+       [movement_anim]
+               [frame]
+                       begin=0
+                       end=150
+                       image="units/monsters/wolf-moving.png"
+               [/frame]
+       [/movement_anim]
+       {DEFENSE_ANIM "units/monsters/wolf-defend.png" 
"units/monsters/wolf.png" wolf-hit.wav }
+       [defense]
+               village=50
+       [/defense]
+       [attack]
+               name=fangs
+               icon=attacks/fangs-animal.png
+               type=blade
+               range=melee
+               damage=5
+               number=3
+               [animation]
+                       [if]
+                               hits=no
+                               [frame]
+                                       begin=-250
+                                       end=-200
+                                       image="units/monsters/wolf.png"
+                                       sound=wolf-bite-miss.ogg
+                               [/frame]
+                       [/if]
+                       [else]
+                               hits=yes
+                               [frame]
+                                       begin=-250
+                                       end=-200
+                                       image="units/monsters/wolf.png"
+                                       sound=wolf-bite.ogg
+                               [/frame]
+                       [/else]
+                       [frame]
+                               begin=-200
+                               end=-100
+                               image="units/monsters/wolf-moving.png"
+                       [/frame]
+                       [frame]
+                               begin=-100
+                               end=50
+                               image="units/monsters/wolf-attack.png"
+                       [/frame]
+                       [frame]
+                               begin=50
+                               end=100
+                               image="units/monsters/wolf-moving.png"
+                       [/frame]
+                       [frame]
+                               begin=100
+                               end=200
+                               image="units/monsters/wolf.png"
+                       [/frame]
+               [/animation]
+       [/attack]
+[/unit]


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

Reply via email to