wesnoth/data/modifications.cfg
2023-10-23 09:44:50 +02:00

34 lines
1.1 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#textdomain wesnoth
#ifdef MULTIPLAYER
[modification]
id=plan_unit_advance
name=_"Plan Unit Advance"
description=_"When playing a multiplayer game, you do not control what a unit advances to if it advances on another players turn. With this modification you can set what your units advance to beforehand, either for a specific unit or for all units of the same type."
type=mp
[options]
[checkbox]
id="pickadvance_force_choice" # WARNING: do not change this ID because other maps are relying on it
name=_"Force advancement planning"
description=_"You will be asked a question on choosing advancement whenever an undecided unit appears.
Some eras and scenarios may automatically enable this option."
default=no
[/checkbox]
[/options]
[event]
name=preload
first_time_only=no
[lua]
code= {./modifications/pick_advance/dialog.lua}
[/lua]
[lua]
code= {./modifications/pick_advance/main.lua}
[/lua]
[/event]
[/modification]
#endif