Add and wire new Thunderer melee animation

This commit is contained in:
Phil Barber 2009-07-31 16:18:26 +00:00
parent 4143d6f5d8
commit cb3ae81ec8
9 changed files with 21 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -19,7 +19,8 @@
usage=mixed fighter
description= _ "When the men of Wesnoth first encountered the dwarves, they were mystified by the power of the Dwarvish Thunderers, who were able to hurl death from afar through the apparatus of these strange wands they carried into battle. The deafening noise of these 'thundersticks' is terrifying to behold, and is made more so by the secrecy which dwarves wrap about their workings."
die_sound={SOUND_LIST:DWARF_DIE}
{DEFENSE_ANIM "units/dwarves/thunderer-defend.png" "units/dwarves/thunderer.png" {SOUND_LIST:DWARF_HIT} }
{DEFENSE_ANIM_RANGE "units/dwarves/thunderer-blade-defend-2.png" units/dwarves/thunderer-blade-defend-1.png {SOUND_LIST:DWARF_HIT} melee}
{DEFENSE_ANIM_RANGE "units/dwarves/thunderer-defend.png" units/dwarves/thunderer.png {SOUND_LIST:DWARF_HIT} ranged}
[portrait]
size=400
side="left"
@ -224,43 +225,43 @@
[filter_attack]
name=dagger
[/filter_attack]
start_time=-250
offset=0.0~0.1:200,0.1~0.6:200,0.6~0.0:250
[frame]
begin=-250
end=-200
image="units/dwarves/thunderer.png"
duration=50
image="units/dwarves/thunderer-blade.png"
[/frame]
[frame]
begin=-200
end=-100
image="units/dwarves/thunderer-melee1.png"
duration=100
image="units/dwarves/thunderer-blade-1.png"
[/frame]
[frame]
duration=100
image="units/dwarves/thunderer-blade-2.png"
[/frame]
[if]
hits=yes
[frame]
begin=-100
end=50
image="units/dwarves/thunderer-melee2.png"
sound=dagger-swish.wav
duration=100
image="units/dwarves/thunderer-blade-3.png"
sound=axe.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-100
end=50
image="units/dwarves/thunderer-melee2.png"
duration=100
image="units/dwarves/thunderer-blade-3.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
[frame]
begin=50
end=100
image="units/dwarves/thunderer-melee1.png"
duration=100
image="units/dwarves/thunderer-blade-4.png"
[/frame]
[frame]
begin=100
end=125
image="units/dwarves/thunderer.png"
duration=100
image="units/dwarves/thunderer-blade-5.png"
[/frame]
[/attack_anim]
[/unit_type]