mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 19:38:15 +00:00

stronger_amlas: move from amlas.cfg to resources/AMLAs stronger_amlas: Previously, use_stronger_amlas added extra AMLAs to units that match a certain filter. If units didn't match the filter when they were placed, but did later-on, they still wouldn't be eligible for AMLAs. Fix that here. resource_weather: [terrain_graphics] cannot be assigned or modified mid-scenario, but can be filtered by ToD. To dynamically modify weather mid-scenario (such as in TSG), use these special "noweather" ToDs. resource_weather: add wind both: change textdomain to "wesnoth"
38 lines
854 B
INI
38 lines
854 B
INI
#textdomain wesnoth-help
|
|
#this file contains macros for After Max Level Advancement (AMLA)
|
|
|
|
#define AMLA_EFFECTS_HEAL_AND_RAISE_XP
|
|
[effect]
|
|
apply_to=max_experience
|
|
increase=20%
|
|
[/effect]
|
|
[effect]
|
|
apply_to=hitpoints
|
|
heal_full=yes
|
|
[/effect]
|
|
[effect]
|
|
apply_to=status
|
|
remove=poisoned
|
|
[/effect]
|
|
[effect]
|
|
apply_to=status
|
|
remove=slowed
|
|
[/effect]
|
|
#enddef
|
|
|
|
#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
|
|
[/effect]
|
|
{AMLA_EFFECTS_HEAL_AND_RAISE_XP}
|
|
[/advancement]
|
|
#enddef
|