New unit Horse Lord (used only for Owaec in EI)
This commit is contained in:
parent
d2931c07ef
commit
8627745ad4
1 changed files with 63 additions and 0 deletions
63
data/units/Horse_Lord.cfg
Normal file
63
data/units/Horse_Lord.cfg
Normal file
|
@ -0,0 +1,63 @@
|
|||
[unit]
|
||||
id=Horse Lord
|
||||
name= _ "Horse Lord"
|
||||
race=human
|
||||
image=owaec-lord.png
|
||||
image_moving=owaec-lord-moving.png
|
||||
image_defensive=owaec-lord-defend.png
|
||||
hitpoints=64
|
||||
movement_type=mounted
|
||||
movement=7
|
||||
experience=
|
||||
level=3
|
||||
alignment=lawful
|
||||
advanceto=
|
||||
cost=100
|
||||
usage=fighter
|
||||
unit_description= _ "The greatest of the the men of the plains, these Horse Lords are heads of their houses and are respected by all, friend or foe. Their sword can kill most ordinary enemies, and their morning star crushes those who are left."
|
||||
get_hit_sound=groan.wav
|
||||
|
||||
[attack]
|
||||
name=sword
|
||||
type=blade
|
||||
range=short
|
||||
damage=12
|
||||
number=3
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image=owaec-lord-moving.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=owaec-lord-attack-sword.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=horse-canter.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=morning star
|
||||
type=impact
|
||||
range=short
|
||||
damage=16
|
||||
number=2
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image=owaec-lord-moving.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=owaec-lord-attack-morningstar.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=horse-canter.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue