updated changelog, added death animations to...

...Drake Gladiator, Enforer, and Slasher CFGs
This commit is contained in:
J.W. Bjerk 2006-01-21 15:17:00 +00:00
parent 18d3d8ce7b
commit e301f94ac6
4 changed files with 134 additions and 1 deletions

View file

@ -48,6 +48,7 @@ SVN trunk (1.1+svn):
* attack_weight is now functional (#5014)
* graphics:
* New castle tiles
* Added Drake, Gladiator, Enforcer, and Slasher death animations
* user interface
* centered title screen logo for 1024x768 (still off-center for 800x600)
* prevent icons in themes from being scaled up (only scaling down is allowed)

View file

@ -17,7 +17,51 @@
cost=40
usage=fighter
unit_description= _ "The great Drake Enforcers epitomize the raw strength of their kind. Long hours at the forge have provided them with a bristling array of weaponry, and have clad them head to toe in shining armor."
get_hit_sound=groan.wav
get_hit_sound=groan.wav
[death]
[frame]
begin=0
end=110
image="units/drakes/drake-enforcer-die-1.png"
[/frame]
[frame]
begin=110
end=320
image="units/drakes/drake-enforcer-die-2.png"
[/frame]
[frame]
begin=320
end=450
image="units/drakes/drake-enforcer-die-3.png"
[/frame]
[frame]
begin=450
end=600
image="units/drakes/drake-enforcer-die-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/drakes/drake-enforcer-die-5.png"
[/frame]
[frame]
begin=750
end=900
image="units/drakes/drake-enforcer-die-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/drakes/drake-enforcer-die-7.png"
[/frame]
[frame]
begin=1050
end=1350
image="units/drakes/drake-enforcer-die-8.png"
[/frame]
[/death]
[resistance]
pierce=110
[/resistance]

View file

@ -23,6 +23,50 @@
usage=fighter
unit_description= _ "The Gladiator has taken a completely different path from the Slashers. Rather than emphasize training, they have chosen to focus on the craft of their weaponry. They are the smiths of Drake society, and it follows that they possess the best weaponry - the sharpest blades and spears, and the maces which complement their already impressive array. Their intense focus on their weapons comes at the slight expense of their defensive abilities."
get_hit_sound=groan.wav
[death]
[frame]
begin=0
end=110
image="units/drakes/drake-gladiator-die-1.png"
[/frame]
[frame]
begin=110
end=320
image="units/drakes/drake-gladiator-die-2.png"
[/frame]
[frame]
begin=320
end=450
image="units/drakes/drake-gladiator-die-3.png"
[/frame]
[frame]
begin=450
end=600
image="units/drakes/drake-gladiator-die-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/drakes/drake-gladiator-die-5.png"
[/frame]
[frame]
begin=750
end=900
image="units/drakes/drake-gladiator-die-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/drakes/drake-gladiator-die-7.png"
[/frame]
[frame]
begin=1050
end=1350
image="units/drakes/drake-gladiator-die-8.png"
[/frame]
[/death]
[resistance]
pierce=110
[/resistance]

View file

@ -24,6 +24,50 @@
usage=fighter
unit_description= _ "Slashers are clashers who have chosen to master the use of a Halberd instead of carrying a sword and the spear. Their great size allows them to use a weapon of matching scale, large enough to skewer a horse as a man would a boar. Their training has also enhanced their stamina and defensive skills, which is a major advantage over their close cousins the Gladiators."
get_hit_sound=groan.wav
[death]
[frame]
begin=0
end=110
image="units/drakes/drake-slasher-die-1.png"
[/frame]
[frame]
begin=110
end=320
image="units/drakes/drake-slasher-die-2.png"
[/frame]
[frame]
begin=320
end=450
image="units/drakes/drake-slasher-die-3.png"
[/frame]
[frame]
begin=450
end=600
image="units/drakes/drake-slasher-die-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/drakes/drake-slasher-die-5.png"
[/frame]
[frame]
begin=750
end=900
image="units/drakes/drake-slasher-die-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/drakes/drake-slasher-die-7.png"
[/frame]
[frame]
begin=1050
end=1350
image="units/drakes/drake-slasher-die-8.png"
[/frame]
[/death]
[resistance]
pierce=90
[/resistance]