Author: soliton
Date: Mon Jun  9 19:15:34 2008
New Revision: 27070

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27070&view=rev
Log:
* changed the healthy trait to give 1HP and 1HP per level instead of 2HP

Modified:
    trunk/changelog
    trunk/data/core/macros/traits.cfg
    trunk/players_changelog

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=27070&r1=27069&r2=27070&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Mon Jun  9 19:15:34 2008
@@ -46,6 +46,7 @@
    * 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:

Modified: trunk/data/core/macros/traits.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/traits.cfg?rev=27070&r1=27069&r2=27070&view=diff
==============================================================================
--- trunk/data/core/macros/traits.cfg (original)
+++ trunk/data/core/macros/traits.cfg Mon Jun  9 19:15:34 2008
@@ -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

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=27070&r1=27069&r2=27070&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Mon Jun  9 19:15:34 2008
@@ -24,6 +24,7 @@
    * 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.
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to