* wesnoth-mode.texi: Remove key index.
[wesnoth-mode.git] / wesnoth-wml-additions.cfg
bloba2f8f4f959e685aef04a4f6dc7dfff02e57d896c
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]
7         name=
8         append=
9         play_once=
10         immediate=
11         ms_before=
12         ms_after=
13     [/music]
14     [event]
15         [set_variable]
16             modulo=
17         [/set_variable]
18         [unit]
19             [status]
20                 poisoned=
21                 slowed=
22                 stone=
23                 hides=
24             [/status]
25             [modifications]
26                 [object]
27                     [effect]
28                         attack_weight=
29                     [/effect]
30                 [/object]
31             [/modifications]
32         [/unit]
33     [/event]
34 [/multiplayer]
36 [era]
37     [multiplayer_side]
38         
39     [/multiplayer_side]
40 [/era]
42 # wesnoth-wml-additions.cfg ends here