increased the HP of the Skeleton Archer from 30 to 31

This commit is contained in:
Gunter Labes 2007-06-23 14:12:57 +00:00
parent d7b93ef5c0
commit 6ffb03640b
3 changed files with 8 additions and 7 deletions

View file

@ -27,8 +27,10 @@ Version 1.3.3+svn:
* new translations: Lithuanian
* units
* added a wolf "monster"
* healthy units now can rest even when they move instead of having a double
bonus.
* balancing changes:
* healthy units now can rest even when they move instead of having a
double resting bonus.
* increased the HP of the Skeleton Archer from 30 to 31
* WML engine
* removed deprecated keys image_healing and image_halo_healing
* empty user_description now remains empty unless generate_description set

View file

@ -5,7 +5,7 @@
image="units/undead-skeletal/archer.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=30
hitpoints=31
movement_type=undeadfoot
movement=5
experience=35

View file

@ -60,10 +60,9 @@ Version 1.3.3+svn:
* Restore search of no-team-only map labels.
* Unit changes and balancing
* Multiplayer
* healthy units now can rest even when they move instead of having a double
bonus.
* Units with the 'healthy' trait now rest even when they move (but not
attack/be attacked) instead of having a double resting bonus.
* Increased the HP of the Skeleton Archer from 30 to 31.
* Miscellaneous and bugfixes
* Fixed a lag in the path rendering when there is a lot of units (bug #9268)