From 6ffb03640b42b00fb1792f7d671dbd4bfa31f917 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Sat, 23 Jun 2007 14:12:57 +0000 Subject: [PATCH] increased the HP of the Skeleton Archer from 30 to 31 --- changelog | 6 ++++-- data/core/units/undead/Skeleton_Archer.cfg | 2 +- players_changelog | 7 +++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/changelog b/changelog index 0d9ee576e4e..90a30c3f567 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/data/core/units/undead/Skeleton_Archer.cfg b/data/core/units/undead/Skeleton_Archer.cfg index 5a6d807d234..2e7e91f6fa4 100644 --- a/data/core/units/undead/Skeleton_Archer.cfg +++ b/data/core/units/undead/Skeleton_Archer.cfg @@ -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 diff --git a/players_changelog b/players_changelog index 2d40ce6ad3b..57dbbe9ef04 100644 --- a/players_changelog +++ b/players_changelog @@ -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)