wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/data/units Mudcrawler.cfg Giant_Mudcraw...


From: Richard Kettering
Subject: [Wesnoth-cvs-commits] wesnoth/data/units Mudcrawler.cfg Giant_Mudcraw...
Date: Mon, 20 Jun 2005 21:45:21 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Richard Kettering <address@hidden>      05/06/21 01:45:20

Modified files:
        data/units     : Mudcrawler.cfg Giant_Mudcrawler.cfg 

Log message:
        Added support for attack/death animations for giant mudcrawler - 
changed mudcrawlers to shoot lumps of mud instead of water (no stat changes).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/units/Mudcrawler.cfg.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/units/Giant_Mudcrawler.cfg.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: wesnoth/data/units/Giant_Mudcrawler.cfg
diff -u wesnoth/data/units/Giant_Mudcrawler.cfg:1.8 
wesnoth/data/units/Giant_Mudcrawler.cfg:1.9
--- wesnoth/data/units/Giant_Mudcrawler.cfg:1.8 Sun Mar 27 23:06:16 2005
+++ wesnoth/data/units/Giant_Mudcrawler.cfg     Tue Jun 21 01:45:20 2005
@@ -13,9 +13,31 @@
 alignment=neutral
 advanceto=null
 cost=16
-unit_description= _ "Giant Mudcrawlers are the larger kind of Mudcrawlers, and 
are magical constructs of soil and water. They attack by spraying boiling water 
on their foes, or with fists of mud."
+unit_description= _ "Giant Mudcrawlers are a larger kind of Mudcrawler, and 
are magical constructs of soil and water. They attack by belching lumps of mud 
at their foes, or by slapping them with their fists."
 get_hit_sound=ugg.wav
 usage=archer
+       [death]
+               [frame]
+               begin=0
+               end=150
+               image="giant-mudcrawler-death1.png"
+               [/frame]
+               [frame]
+               begin=150
+               end=300
+               image="giant-mudcrawler-death2.png"
+               [/frame]
+               [frame]
+               begin=300
+               end=450
+               image="giant-mudcrawler-death3.png"
+               [/frame]
+               [frame]
+               begin=450
+               end=600
+               image="giant-mudcrawler-death4.png"
+               [/frame]
+       [/death]
        [attack]
        name=fist
        icon=attacks/fist.png
@@ -39,17 +61,22 @@
                [/sound]
        [/attack]
        [attack]
-       name=boiling water
-       icon=attacks/waterspray.png
+       name=mud glob
+       icon=attacks/mud-glob.png
        type=impact
        range=long
        damage=5
        number=3
-               [missile_frame]
+               [frame]
                begin=-100
+               end=100
+               image="giant-mudcrawler-attack.png"
+               [/frame]
+               [missile_frame]
+               begin=-150
                end=0
-               image="projectiles/water-spray.png"
-               image_diagonal="projectiles/water-spray.png"
+               image="projectiles/mud-glob.png"
+               image_diagonal="projectiles/mud-glob.png"
                [/missile_frame]
                [sound]
                time=-100
Index: wesnoth/data/units/Mudcrawler.cfg
diff -u wesnoth/data/units/Mudcrawler.cfg:1.9 
wesnoth/data/units/Mudcrawler.cfg:1.10
--- wesnoth/data/units/Mudcrawler.cfg:1.9       Fri Jun 17 21:23:12 2005
+++ wesnoth/data/units/Mudcrawler.cfg   Tue Jun 21 01:45:20 2005
@@ -13,7 +13,7 @@
 alignment=neutral
 advanceto=Giant Mudcrawler
 cost=9
-unit_description= _ "Mudcrawlers are magical constructs of soil and water. 
They attack by spraying boiling water on their foes."
+unit_description= _ "Mudcrawlers are magical constructs of soil and water. 
They attack by belching lumps of mud at their foes."
 get_hit_sound=ugg.wav
 usage=archer
        [death]
@@ -39,8 +39,8 @@
                [/frame]
        [/death]
        [attack]
-       name=boiling water
-       icon=attacks/waterspray.png
+       name=mud glob
+       icon=attacks/mud-glob.png
        type=impact
        range=long
        damage=4
@@ -51,10 +51,10 @@
                image="mudcrawler-attack.png"
                [/frame]
                [missile_frame]
-               begin=-100
+               begin=-150
                end=0
-               image="projectiles/water-spray.png"
-               image_diagonal="projectiles/water-spray.png"
+               image="projectiles/mud-glob.png"
+               image_diagonal="projectiles/mud-glob.png"
                [/missile_frame]
                [sound]
                time=-100




reply via email to

[Prev in Thread] Current Thread [Next in Thread]