Turn Dwarvish Miners into a Level 0 unit (#9158)
This commit is contained in:
parent
3238026ad8
commit
c9819eb85d
1 changed files with 12 additions and 8 deletions
|
@ -4,17 +4,21 @@
|
|||
name= _ "Dwarvish Miner"
|
||||
race=dwarf
|
||||
image=units/dwarves/miner.png
|
||||
hitpoints=25
|
||||
hitpoints=22
|
||||
movement_type=dwarvishfoot
|
||||
[resistance]
|
||||
blade=90
|
||||
pierce=90
|
||||
impact=90
|
||||
[/resistance]
|
||||
movement=4
|
||||
level=1
|
||||
level=0
|
||||
alignment=neutral
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
experience=50
|
||||
cost=5
|
||||
advances_to=Dwarvish Fighter,Dwarvish Guardsman
|
||||
experience=24
|
||||
cost=11
|
||||
usage=fighter
|
||||
description= _ "Dwarvish miners are the grunt workers of dwarvish society. They take the precious ores out of the ground, but do not ever take part in the crafting of weapons or artifacts. They have no military training, but they can still do some damage with their picks."
|
||||
description= _ "Dwarvish Miners are the grunt workers of dwarvish society. They take the precious ores out of the ground, but do not ever take part in the crafting of weapons or artifacts. Despite their lack of military training, their weighty pickaxes can deal substantial damage."
|
||||
{DEFENSE_ANIM "units/dwarves/miner-defend-2.png" "units/dwarves/miner-defend-1.png" {SOUND_LIST:DWARF_HIT}}
|
||||
die_sound={SOUND_LIST:DWARF_DIE}
|
||||
[attack]
|
||||
|
@ -23,7 +27,7 @@
|
|||
type=pierce
|
||||
range=melee
|
||||
damage=4
|
||||
number=2
|
||||
number=3
|
||||
icon=attacks/pick-axe.png
|
||||
[/attack]
|
||||
[standing_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue