Author: shadowmaster
Date: Fri Nov  2 21:10:01 2007
New Revision: 21448

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21448&view=rev
Log:
* Removed Wolf unit, as there is one with the same stats and id in mainline.

Removed:
    trunk/data/campaigns/Sceptre_of_Fire/units/Wolf.cfg

Removed: trunk/data/campaigns/Sceptre_of_Fire/units/Wolf.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Sceptre_of_Fire/units/Wolf.cfg?rev=21447&view=auto
==============================================================================
--- trunk/data/campaigns/Sceptre_of_Fire/units/Wolf.cfg (original)
+++ trunk/data/campaigns/Sceptre_of_Fire/units/Wolf.cfg (removed)
@@ -1,92 +1,0 @@
-#textdomain wesnoth-sof
-[unit]
-    id=Wolf
-    name= _ "Wolf"
-    race=monster
-    image="units/monsters/wolf.png"
-    hitpoints=37
-    movement_type=smallfoot
-    movement=5
-    experience=500
-    level=1
-    alignment=neutral
-    advanceto=null
-    cost=17
-    usage=fighter
-    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
-    {DEFENSE_ANIM "units/monsters/wolf-defend.png" "units/monsters/wolf.png" 
wolf-hit.wav }
-    [attack]
-        name=bite
-        description= _"bite"
-        icon=attacks/fangs-animal.png
-        type=pierce
-        range=melee
-        damage=5
-        number=4
-    [/attack]
-    [attack]
-        name=claws
-        description= _"claws"
-        type=blade
-        range=melee
-        damage=9
-        number=2
-    [/attack]
-    [attack_anim]
-        [attack_filter]
-            name=claws
-        [/attack_filter]
-        [frame]
-            begin=-190
-            end=-120
-            image="units/monsters/wolf-attack.png"
-        [/frame]
-        [if]
-            hits=yes
-            [frame]
-                begin=-120
-                end=10
-                image="units/monsters/wolf-attack.png"
-                sound=wolf-bite.ogg
-            [/frame]
-        [/if]
-        [else]
-            hits=no
-            [frame]
-                begin=-120
-                end=10
-                image="units/monsters/wolf-attack.png"
-                sound=wolf-bite-miss.ogg
-            [/frame]
-        [/else]
-    [/attack_anim]
-    [attack_anim]
-        [attack_filter]
-            name=bite
-        [/attack_filter]
-        [frame]
-            begin=-190
-            end=-120
-            image="units/monsters/wolf-attack.png"
-        [/frame]
-        [if]
-            hits=yes
-            [frame]
-                begin=-120
-                end=10
-                image="units/monsters/wolf-attack.png"
-                sound=wolf-bite.ogg
-            [/frame]
-        [/if]
-        [else]
-            hits=no
-            [frame]
-                begin=-120
-                end=10
-                image="units/monsters/wolf-attack.png"
-                sound=wolf-bite-miss.ogg
-            [/frame]
-        [/else]
-    [/attack_anim]
-[/unit]


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

Reply via email to