changed the healthy trait to give 1HP and 1HP per level instead of 2HP

This commit is contained in:
Gunter Labes 2008-06-09 17:15:34 +00:00
parent 47babb9d7a
commit 716889988f
3 changed files with 8 additions and 1 deletions

View file

@ -46,6 +46,7 @@ Version 1.5.0+svn:
* Fixed some bugs with location-specific terrain-graphic rules
* units:
* balancing changes:
* changed the healthy trait to give 1HP and 1HP per level instead of 2HP
* decreased the ranged attack of the Mage of Light from 15-3 to 12-3
* decreased the melee attack of the Merman Warrior from 8-4 to 10-3
* user interface:

View file

@ -133,7 +133,12 @@
description= _ "Can rest while moving"
[effect]
apply_to=hitpoints
increase_total=2
increase_total=1
[/effect]
[effect]
apply_to=hitpoints
times=per level
increase_total=1
[/effect]
[/trait]
#enddef

View file

@ -24,6 +24,7 @@ Version 1.5.0+svn:
* Revised maps: Den of Onis.
* Unit changes and balancing
* Changed the healthy trait to give 1HP and 1HP per level instead of 2HP.
* Decreased the ranged attack of the Mage of Light from 15-3 to 12-3.
* Decreased the melee attack of the Merman Warrior from 8-4 to 10-3.