CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/09/13 22:57:35
Modified files:
data : amla.cfg
Log message:
made AMLA add 3 hitpoints as well as 3 maximum hitpoints. This also
resolves a bug where units could sometimes lose hitpoints from AMLA.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/amla.cfg.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
Patches:
Index: wesnoth/data/amla.cfg
diff -u wesnoth/data/amla.cfg:1.5 wesnoth/data/amla.cfg:1.6
--- wesnoth/data/amla.cfg:1.5 Thu Aug 25 16:10:32 2005
+++ wesnoth/data/amla.cfg Tue Sep 13 22:57:34 2005
@@ -3,11 +3,12 @@
#macro to define AMLA adding HP
#define AMLA_TOUGH HP_ADVANCE
[advancement]
- max_times=100
+max_times=100
id=tough
description= _ "Max HP bonus +" {HP_ADVANCE}
[effect]
apply_to=hitpoints
+increase={HP_ADVANCE}
increase_total={HP_ADVANCE}
[/effect]
[/advancement]