applied changes suggested by EP: 2 more hitpoints, cost down to 11
This commit is contained in:
parent
d1874c3d61
commit
64075ef131
2 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@ CVS HEAD:
|
|||
* removed sound of thrown spear from Drake Clasher spear melee attack
|
||||
* added get_hit_sound:s to Elder Mage (Delfador) and Elvish Lady (Parandra)
|
||||
* added translatable hero names
|
||||
* dropped Soulless cost to 11 and increased its hitpoints to 28
|
||||
* WML modifications
|
||||
* made [capture_village] accept a location range
|
||||
* various bug fixes and code clean ups
|
||||
|
|
|
@ -4,14 +4,14 @@ name= _ "Soulless"
|
|||
race=undead
|
||||
image=undead-soulless.png
|
||||
image_defensive=undead-soulless-defend.png
|
||||
hitpoints=26
|
||||
hitpoints=28
|
||||
movement_type=undeadfoot
|
||||
movement=4
|
||||
experience=500
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=15
|
||||
cost=11
|
||||
usage=fighter
|
||||
unit_description= _ "These animated walking corpses have become strong from long experience fighting the living."
|
||||
get_hit_sound=zombie-hit.wav
|
||||
|
|
Loading…
Add table
Reference in a new issue