
The old icon (misc/icon-amla-default.png) remains for compatibility purposes, but I added a wmllint rule to update the path. The new image was created with https://openclipart.org/detail/29043/heart, which is released under the public domain (CC-0).
30 lines
763 B
INI
30 lines
763 B
INI
#textdomain wesnoth-help
|
|
#this file contains macros for After Max Level Advancement (AMLA)
|
|
|
|
#define AMLA_DEFAULT
|
|
# Canned definition of the default AMLA.
|
|
[advancement]
|
|
strict_amla=yes
|
|
max_times=100
|
|
id=amla_default
|
|
description= _ "Max HP bonus +3, Max XP +20%"
|
|
image="icons/amla-default.png"
|
|
[effect]
|
|
apply_to=hitpoints
|
|
increase_total=3
|
|
heal_full=yes
|
|
[/effect]
|
|
[effect]
|
|
apply_to=max_experience
|
|
increase=20%
|
|
[/effect]
|
|
[effect]
|
|
apply_to=status
|
|
remove=poisoned
|
|
[/effect]
|
|
[effect]
|
|
apply_to=status
|
|
remove=slowed
|
|
[/effect]
|
|
[/advancement]
|
|
#enddef
|