Author: soliton
Date: Mon Oct  6 17:28:55 2008
New Revision: 29923

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29923&view=rev
Log:
* Gave the Goblin Pillager the same bite attack as the Wolf Rider.

Modified:
    trunk/changelog
    trunk/data/core/units/goblins/Pillager.cfg
    trunk/players_changelog

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=29923&r1=29922&r2=29923&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Mon Oct  6 17:28:55 2008
@@ -1,6 +1,9 @@
 Version 1.5.5+svn:
  * Language and i18n:
    * updated translations:
+ * Units:
+   * Balancing changes:
+     * Gave the Goblin Pillager the same bite attack as the Wolf Rider.
  * WML engine:
    * Created the "consider attack" and "unconsider attack" events. (bug
    #12375)

Modified: trunk/data/core/units/goblins/Pillager.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/goblins/Pillager.cfg?rev=29923&r1=29922&r2=29923&view=diff
==============================================================================
--- trunk/data/core/units/goblins/Pillager.cfg (original)
+++ trunk/data/core/units/goblins/Pillager.cfg Mon Oct  6 17:28:55 2008
@@ -29,6 +29,15 @@
     [defense]
         village=50
     [/defense]
+    [attack]
+        name=fangs
+        description=_"fangs"
+        icon=attacks/fangs-animal.png
+        type=blade
+        range=melee
+        damage=5
+        number=3
+    [/attack]
     [attack]
         name=torch
         description=_"torch"
@@ -123,4 +132,47 @@
             image="units/goblins/pillager-moving.png"
         [/frame]
     [/attack_anim]
+    [attack_anim]
+        [filter_attack]
+            name=fangs
+        [/filter_attack]
+        [if]
+            hits=no
+            [frame]
+                begin=-250
+                end=-200
+                image="units/goblins/pillager.png"
+                sound=wolf-bite-miss.ogg
+            [/frame]
+        [/if]
+        [else]
+            hits=yes
+            [frame]
+                begin=-250
+                end=-200
+                image="units/goblins/pillager.png"
+                sound=wolf-bite.ogg
+            [/frame]
+        [/else]
+        [frame]
+            begin=-200
+            end=-100
+            image="units/goblins/pillager-moving.png"
+        [/frame]
+        [frame]
+            begin=-100
+            end=50
+            image="units/goblins/pillager-attack.png"
+        [/frame]
+        [frame]
+            begin=50
+            end=100
+            image="units/goblins/pillager-moving.png"
+        [/frame]
+        [frame]
+            begin=100
+            end=200
+            image="units/goblins/pillager.png"
+        [/frame]
+    [/attack_anim]
 [/unit_type]

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=29923&r1=29922&r2=29923&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Mon Oct  6 17:28:55 2008
@@ -6,6 +6,8 @@
   * Language and translations
     * updated translations:
 
+  * Unit changes and balancing
+    * Gave the Goblin Pillager the same bite attack as the Wolf Rider.
 
 Version 1.5.5:
   * Campaigns


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

Reply via email to