Celtic Minstrel 3a65a14bcb Implement validation of the core game config WML
Currently this is disabled by default
Use --validate command-line argument to enable

The following new features were added in the schema format:
* Union, intersection, and list types
* Keys can specify a union of known types on-the-fly
* Key and tag names can include wildcards (* and ?, glob-style)
* Tags support any_key=yes, which means unrecognized subtags will be ignored
* Tags and keys support deprecated=yes (unimplemented)
* Specify max=infinite instead of max=-1
2018-10-23 22:36:40 -04:00

15 lines
211 B
INI

[tag]
name="brush"
max=infinite
{REQUIRED_KEY id string}
{SIMPLE_KEY radius int}
{SIMPLE_KEY name t_string}
[tag]
name="relative"
max=infinite
{SIMPLE_KEY x int}
{SIMPLE_KEY y int}
[/tag]
[/tag]