Skip to content

Commit

Permalink
Schema: Allow variable substitution in [label]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 24, 2018
1 parent 2a5e8c7 commit ebc6285
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/schema/core/addons.cfg
Expand Up @@ -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"
Expand Down

0 comments on commit ebc6285

Please sign in to comment.