Deprecated AMLA_TOUGH.

This commit is contained in:
Steven Panek 2010-11-25 10:04:52 +00:00
parent 8230629fa1
commit f105dbd5d1
2 changed files with 22 additions and 20 deletions

View file

@ -28,23 +28,3 @@
[/effect]
[/advancement]
#enddef
#define AMLA_TOUGH HP_ADVANCE_NUMBER
# Canned definition of an AMLA adding HP, without fullhealing.
[advancement]
strict_amla=yes
max_times=100
id=tough_{HP_ADVANCE_NUMBER}
description= _ "Max HP bonus +" {HP_ADVANCE_NUMBER} _", MAX XP +25%"
image="misc/icon-amla-tough.png"
[effect]
apply_to=hitpoints
increase={HP_ADVANCE_NUMBER}
increase_total={HP_ADVANCE_NUMBER}
[/effect]
[effect]
apply_to=max_experience
increase=25%
[/effect]
[/advancement]
#enddef

View file

@ -404,3 +404,25 @@
[/ai]
[/side] # wmllint: validate-on
#enddef
#define AMLA_TOUGH HP_ADVANCE_NUMBER
{DEPRECATE AMLA_TOUGH 1.9.4}
# Canned definition of an AMLA adding HP, without fullhealing.
[advancement]
strict_amla=yes
max_times=100
id=tough_{HP_ADVANCE_NUMBER}
description= _ "Max HP bonus +" {HP_ADVANCE_NUMBER} _", MAX XP +25%"
image="misc/icon-amla-tough.png"
[effect]
apply_to=hitpoints
increase={HP_ADVANCE_NUMBER}
increase_total={HP_ADVANCE_NUMBER}
[/effect]
[effect]
apply_to=max_experience
increase=25%
[/effect]
[/advancement]
#enddef