Schema: Allow variable substitution in [label]

This commit is contained in:
Celtic Minstrel 2018-04-07 10:48:39 -04:00
parent 2a5e8c7b41
commit ebc6285683

View File

@ -452,15 +452,15 @@
[tag]
name="label"
max=infinite
{SIMPLE_KEY x int}
{SIMPLE_KEY y int}
{SIMPLE_KEY x s_int}
{SIMPLE_KEY y s_int}
{SIMPLE_KEY text t_string}
{SIMPLE_KEY tooltip t_string} # Is this documented?
{SIMPLE_KEY immutable bool}
{SIMPLE_KEY visible_in_fog bool}
{SIMPLE_KEY visible_in_shroud bool}
{SIMPLE_KEY immutable s_bool}
{SIMPLE_KEY visible_in_fog s_bool}
{SIMPLE_KEY visible_in_shroud s_bool}
{SIMPLE_KEY team_name string}
{SIMPLE_KEY color color}
{SIMPLE_KEY color s_color}
[/tag]
[tag]
name="item"