mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 04:53:42 +00:00
Added Sovereign frames, and enabled animations of Ruler.
This commit is contained in:
parent
24e7a085d2
commit
e7b86d1240
@ -22,6 +22,11 @@ get_hit_sound=orc-hit.wav
|
|||||||
range=short
|
range=short
|
||||||
damage=9
|
damage=9
|
||||||
number=3
|
number=3
|
||||||
|
[frame]
|
||||||
|
begin=-100
|
||||||
|
end=0
|
||||||
|
image=orcish-ruler-attack.png
|
||||||
|
[/frame]
|
||||||
[sound]
|
[sound]
|
||||||
time=-250
|
time=-250
|
||||||
sound=sword-swish.wav
|
sound=sword-swish.wav
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
[unit]
|
[unit]
|
||||||
name=Orcish Sovereign
|
name=Orcish Sovereign
|
||||||
race=orc
|
race=orc
|
||||||
image=orcish-ruler.png
|
image=orcish-sovereign.png
|
||||||
|
image_defensive=orcish-sovereign-defend.png
|
||||||
#profile=misc/kapoue.png
|
#profile=misc/kapoue.png
|
||||||
hitpoints=75
|
hitpoints=75
|
||||||
ability=leadership
|
ability=leadership
|
||||||
@ -21,6 +22,16 @@ get_hit_sound=orc-hit.wav
|
|||||||
range=short
|
range=short
|
||||||
damage=10
|
damage=10
|
||||||
number=4
|
number=4
|
||||||
|
[frame]
|
||||||
|
begin=-150
|
||||||
|
end=-100
|
||||||
|
image=orcish-sovereign-attack1.png
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=-100
|
||||||
|
end=0
|
||||||
|
image=orcish-sovereign-attack2.png
|
||||||
|
[/frame]
|
||||||
[sound]
|
[sound]
|
||||||
time=-250
|
time=-250
|
||||||
sound=sword-swish.wav
|
sound=sword-swish.wav
|
||||||
|
Loading…
x
Reference in New Issue
Block a user