Added Dwarvish Sentinel
This commit is contained in:
parent
e081e7ca30
commit
4565ca26f4
2 changed files with 62 additions and 1 deletions
61
data/units/Dwarvish_Sentinel.cfg
Normal file
61
data/units/Dwarvish_Sentinel.cfg
Normal file
|
@ -0,0 +1,61 @@
|
|||
[unit]
|
||||
id=Dwarvish Sentinel
|
||||
name= _ "Dwarvish Sentinel"
|
||||
race=dwarf
|
||||
image=dwarf-sentinel.png
|
||||
image_defensive=dwarf-sentinel-defend.png
|
||||
hitpoints=45
|
||||
movement_type=dwarvishfoot
|
||||
[defense]
|
||||
grassland=50
|
||||
mountains=40
|
||||
village=40
|
||||
hills=50
|
||||
[/defense]
|
||||
movement=3
|
||||
experience=500
|
||||
ability=steadfast
|
||||
level=3
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=37
|
||||
usage=fighter
|
||||
unit_description= _ "The Sentinel, with his tower shield and great courage, refuses to yeild under even the strongest of enemy attacks."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=spear
|
||||
icon=attacks/spear.png
|
||||
type=pierce
|
||||
range=short
|
||||
damage=9
|
||||
number=3
|
||||
[frame]
|
||||
begin=-200
|
||||
end=100
|
||||
image=dwarf-sentinel-attack.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
type=pierce
|
||||
range=long
|
||||
damage=11
|
||||
number=2
|
||||
[frame]
|
||||
begin=-100
|
||||
end=50
|
||||
image=dwarf-sentinel-attack.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-150
|
||||
sound=firearrow.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/spear-n.png
|
||||
image_diagonal=projectiles/spear-ne.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
|
@ -17,7 +17,7 @@ experience=65
|
|||
ability=steadfast
|
||||
level=2
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
advanceto=Dwarvish Sentinel
|
||||
cost=33
|
||||
usage=fighter
|
||||
unit_description= _ "Stalwarts, after years in battle, have fashioned new shields and strong armor from the ruins of their enemies. While slow, they are the feared for their resilience and strength."
|
||||
|
|
Loading…
Add table
Reference in a new issue