changed the healthy trait to give 1HP and 1HP per level instead of 2HP
This commit is contained in:
parent
47babb9d7a
commit
716889988f
3 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue