Skip to content

Commit

Permalink
Schema: Some missing [unit] keys and promote some [multiplayer] keys …
Browse files Browse the repository at this point in the history
…to [scenario]
  • Loading branch information
CelticMinstrel committed Oct 24, 2018
1 parent 229a894 commit cfe4d12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/schema/core/actionwml.cfg
Expand Up @@ -167,6 +167,8 @@
max=infinite
super="units/$unit"
{INSERT_TAG}
{DEFAULT_KEY animate s_bool no}
{SIMPLE_KEY to_variable string}
[/tag]
[tag]
name="recall"
Expand Down
7 changes: 5 additions & 2 deletions data/schema/core/addons.cfg
Expand Up @@ -518,6 +518,9 @@
[/link]
# TODO: Map generation
{DATA_TAG generator 0 1}
# TODO: These are needed here for MP campaigns... can we work around that somehow?
{SIMPLE_KEY new_game_title t_string}
{BASE_COMPATIBILITY_KEYS}
[/tag]
[tag]
name="test"
Expand All @@ -534,8 +537,8 @@
name="multiplayer"
max=infinite
super="scenario"
{SIMPLE_KEY new_game_title t_string}
{BASE_COMPATIBILITY_KEYS}
#{SIMPLE_KEY new_game_title t_string}
#{BASE_COMPATIBILITY_KEYS}
{SIMPLE_KEY force_modification string_list}
{SIMPLE_KEY require_scenario bool}
{SIMPLE_KEY mp_village_gold int}
Expand Down

0 comments on commit cfe4d12

Please sign in to comment.