mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 15:59:00 +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
|
||||
damage=9
|
||||
number=3
|
||||
[frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=orcish-ruler-attack.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-250
|
||||
sound=sword-swish.wav
|
||||
|
@ -1,7 +1,8 @@
|
||||
[unit]
|
||||
name=Orcish Sovereign
|
||||
race=orc
|
||||
image=orcish-ruler.png
|
||||
image=orcish-sovereign.png
|
||||
image_defensive=orcish-sovereign-defend.png
|
||||
#profile=misc/kapoue.png
|
||||
hitpoints=75
|
||||
ability=leadership
|
||||
@ -21,6 +22,16 @@ get_hit_sound=orc-hit.wav
|
||||
range=short
|
||||
damage=10
|
||||
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]
|
||||
time=-250
|
||||
sound=sword-swish.wav
|
||||
|
Loading…
x
Reference in New Issue
Block a user