mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:22:36 +00:00
Some Troll shaman animation improvements
This commit is contained in:
parent
e5571c97b8
commit
77e2bafad1
@ -39,8 +39,8 @@
|
||||
hits=yes
|
||||
[frame]
|
||||
sound=fist.ogg
|
||||
begin=-100
|
||||
end=0
|
||||
begin=-150
|
||||
end=150
|
||||
image=troll-shaman-melee.png
|
||||
[/frame]
|
||||
[/if]
|
||||
@ -48,8 +48,8 @@
|
||||
hits=no
|
||||
[frame]
|
||||
sound={SOUND_LIST:MISS}
|
||||
begin=-100
|
||||
end=0
|
||||
begin=-150
|
||||
end=150
|
||||
image=troll-shaman-melee.png
|
||||
[/frame]
|
||||
[/else]
|
||||
|
@ -22,7 +22,7 @@
|
||||
cost=32
|
||||
usage=mixed fighter
|
||||
unit_description= _ "Troll shamans are the mystical leaders of the trolls. Though not as strong or tough as other trolls, their true power lies in their fire magic, which they use to blast enemies with gouts of fire."
|
||||
get_hit_sound=troll-hit.wav
|
||||
{DEFENSE_ANIM "units/trolls/shaman-defend.png" "units/trolls/shaman.png" troll-hit.wav }
|
||||
die_sound=troll-die.wav
|
||||
#melee attack should be worse than troll rocklobber,
|
||||
#since shaman has suck a better ranged attack
|
||||
@ -39,16 +39,18 @@
|
||||
hits=yes
|
||||
[frame]
|
||||
sound=fist.ogg
|
||||
begin=-100
|
||||
end=0
|
||||
begin=-150
|
||||
end=150
|
||||
image=units/trolls/shaman-melee.png
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
sound={SOUND_LIST:MISS}
|
||||
begin=-100
|
||||
end=0
|
||||
begin=-150
|
||||
end=150
|
||||
image=units/trolls/shaman-melee.png
|
||||
[/frame]
|
||||
[/else]
|
||||
[/animation]
|
||||
@ -72,6 +74,7 @@
|
||||
sound=fire.wav
|
||||
begin=-200
|
||||
end=0
|
||||
image=units/trolls/shaman-ranged.png
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
|
Loading…
x
Reference in New Issue
Block a user