Decreased the Death Squire's HP
This commit is contained in:
parent
5ee8e35568
commit
b0120dc33b
3 changed files with 3 additions and 1 deletions
|
@ -73,6 +73,7 @@ Version 1.11.6+dev:
|
|||
* Increased the Death Squire's blade resistance from 10% to 40%,
|
||||
pierce resistance from 30% to 60% and lowered its impact resistance
|
||||
from -10% to -20%.
|
||||
* Greatly decreased the Death Squire's HP from 66 to 44.
|
||||
* Sceptre of Fire:
|
||||
* Converted animation WML to the new syntax
|
||||
* Son of the Black Eye:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image="units/undead-skeletal/deathsquire.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
{LEADING_ANIM "units/undead-skeletal/deathsquire-leading.png" "units/undead-skeletal/deathsquire.png" -16,-30}
|
||||
hitpoints=66
|
||||
hitpoints=44
|
||||
movement_type=undeadfoot
|
||||
[resistance]
|
||||
blade=60
|
||||
|
|
|
@ -31,6 +31,7 @@ Version 1.11.6+dev:
|
|||
* Increased the Death Squire's blade resistance from 10% to 40%,
|
||||
pierce resistance from 30% to 60% and lowered its impact resistance
|
||||
from -10% to -20%.
|
||||
* Greatly decreased the Death Squire's HP from 66 to 44.
|
||||
|
||||
* Engine:
|
||||
* CampaignWML support for multiplayer. Game will reload a config during
|
||||
|
|
Loading…
Add table
Reference in a new issue