mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 06:15:42 +00:00

...should not introduce any strings, just for completions sake (every .cfg should have a marker, have done the job util utils/change_textdomain -t )
38 lines
865 B
INI
38 lines
865 B
INI
#textdomain wesnoth
|
|
# This is a sample file to demonstrate the format for providing additional WML
|
|
# information to wesnoth-mode. The format is an outline of a valid element
|
|
# structure in WML; attributes do not currently require a value.
|
|
|
|
[multiplayer]
|
|
[music]
|
|
[/music]
|
|
[event]
|
|
[message]
|
|
side_for=
|
|
duration=
|
|
[/message]
|
|
[set_variable]
|
|
modulo=
|
|
[/set_variable]
|
|
[unit]
|
|
[status]
|
|
[/status]
|
|
[modifications]
|
|
[object]
|
|
[effect]
|
|
attack_weight=
|
|
[/effect]
|
|
[/object]
|
|
[/modifications]
|
|
[/unit]
|
|
[/event]
|
|
[/multiplayer]
|
|
|
|
[era]
|
|
require_era=
|
|
[multiplayer_side]
|
|
[/multiplayer_side]
|
|
[/era]
|
|
|
|
# wesnoth-wml-additions.cfg ends here
|