Increased the HP of the Great Mage from 55 to 60.
This commit is contained in:
parent
f845dc448e
commit
04d875f4f9
4 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ Version 1.9.9+svn:
|
|||
* Fixed some Khalifate unit animation glitches
|
||||
* The XP required for an AMLA is now 50*level (and 25 for level 0) instead of
|
||||
always 150.
|
||||
* Increased the HP of the Great Mage from 55 to 60.
|
||||
* User interface
|
||||
* Removed waypoints UI feature
|
||||
* Added an option to disable the "loading save from a different version"
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
side=1
|
||||
x=19
|
||||
y=23
|
||||
max_hitpoints=60
|
||||
{IS_HERO}
|
||||
[modifications]
|
||||
{TRAIT_LOYAL}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image="units/human-magi/elder-mage.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
{DEFENSE_ANIM "units/human-magi/elder-mage-defend.png" "units/human-magi/elder-mage.png" {SOUND_LIST:HUMAN_OLD_HIT} }
|
||||
hitpoints=55
|
||||
hitpoints=60
|
||||
movement_type=smallfoot
|
||||
[resistance]
|
||||
fire=80
|
||||
|
|
|
@ -40,6 +40,7 @@ Version 1.9.9+svn:
|
|||
not just hills - fixes bug #18216.
|
||||
* The XP required for an AMLA is now 50*level (and 25 for level 0) instead of
|
||||
always 150.
|
||||
* Increased the HP of the Great Mage from 55 to 60.
|
||||
|
||||
* User interface:
|
||||
* Removed waypoints UI feature ('w' key) since the whiteboard provides
|
||||
|
|
Loading…
Add table
Reference in a new issue