Added Dwarvish Guardsman
This commit is contained in:
parent
06a88ea770
commit
3d14018efd
4 changed files with 73 additions and 0 deletions
73
data/units/Dwarvish_Guardsman.cfg
Normal file
73
data/units/Dwarvish_Guardsman.cfg
Normal file
|
@ -0,0 +1,73 @@
|
|||
[unit]
|
||||
id=Dwarvish Guardsman
|
||||
name= _ "Dwarvish Guardsman"
|
||||
race=dwarf
|
||||
image=dwarf-guard.png
|
||||
image_defensive=dwarf-guard-defend.png
|
||||
hitpoints=37
|
||||
movement_type=mountainfoot
|
||||
[resistance]
|
||||
blade=60
|
||||
pierce=40
|
||||
impact=60
|
||||
fire=90
|
||||
cold=80
|
||||
[/resistance]
|
||||
[movement costs]
|
||||
deep water=100
|
||||
shallow water=3
|
||||
swamp water=3
|
||||
[/movement costs]
|
||||
[defence]
|
||||
grassland=50
|
||||
mountains=40
|
||||
village=40
|
||||
hills=50
|
||||
[/defence]
|
||||
movement=3
|
||||
experience=40
|
||||
ability=steadfast
|
||||
level=1
|
||||
alignment=neutral
|
||||
advanceto=Dwarvish Stalwart
|
||||
cost=23
|
||||
usage=fighter
|
||||
unit_description= _ "The most resiliant dwarves sometimes join the Dwarvish army as Guardsman. Slow and without a strong attack, they guard the Army's flank, soaking up alot of damage, and hurling their heavy spears into the enemy."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=spear
|
||||
icon=attacks/spear.png
|
||||
type=pierce
|
||||
range=short
|
||||
damage=4
|
||||
number=3
|
||||
[frame]
|
||||
begin=-200
|
||||
end=100
|
||||
image=dwarf-guard-attack.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
type=pierce
|
||||
range=long
|
||||
damage=4
|
||||
number=2
|
||||
[frame]
|
||||
begin=-100
|
||||
end=50
|
||||
image=dwarf-guard-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]
|
BIN
images/dwarf-guard-attack.png
Normal file
BIN
images/dwarf-guard-attack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/dwarf-guard-defend.png
Normal file
BIN
images/dwarf-guard-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/dwarf-guard.png
Normal file
BIN
images/dwarf-guard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Reference in a new issue