wesnoth/data/tools/emacs_mode/wesnoth-wml-additions.cfg
2008-10-11 15:20:34 +00:00

40 lines
892 B
INI

# 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 requiring a value.
[multiplayer]
[music]
name=
append=
play_once=
immediate=
ms_before=
ms_after=
[/music]
[event]
[unit]
[status]
poisoned=
slowed=
stone=
hides=
[/status]
[modifications]
[object]
[effect]
attack_weight=
[/effect]
[/object]
[/modifications]
[/unit]
[/event]
[/multiplayer]
[era]
[multiplayer_side]
[/multiplayer_side]
[/era]
# wesnoth-wml-additions.cfg ends here