Minor improvements to documentation.
[wesnoth-mode.git] / wesnoth-wml-additions.cfg
blobf3919d598b15666a2ce936c146f66964ea43a1b6
1 # This is a sample file to demonstrate the format for providing additional WML
2 # information to wesnoth-mode.  The format is an outline of a valid element
3 # structure in WML; attributes do not currently require a value.
5 [multiplayer]
6     [music]
8     [/music]
9     [event]
10         [message]
11             side_for=
12             duration=
13         [/message]
14         [set_variable]
15             modulo=
16         [/set_variable]
17         [unit]
18             [status]
20             [/status]
21             [modifications]
22                 [object]
23                     [effect]
24                         attack_weight=
25                     [/effect]
26                 [/object]
27             [/modifications]
28         [/unit]
29     [/event]
30 [/multiplayer]
32 [era]
33     require_era=
34     [multiplayer_side]
35         
36     [/multiplayer_side]
37 [/era]
39 # wesnoth-wml-additions.cfg ends here