add world_conquest tags to schema

This commit is contained in:
gfgtdf 2020-05-21 23:13:35 +02:00
parent a5260d6e61
commit 4a7d008be5
2 changed files with 13 additions and 0 deletions

View file

@ -115,6 +115,7 @@
[/then]
[/if]
{SIMPLE_KEY terrain_liked terrain_list}
{DATA_TAG "world_conquest_data" 0 1}
[/tag]
[tag]
@ -159,6 +160,7 @@
{SIMPLE_KEY remove_advancement string}
{SIMPLE_KEY set_experience int}
[/tag]
{DATA_TAG "world_conquest_data" 0 1}
[/tag]
[tag]
name="campaign"

View file

@ -78,4 +78,15 @@
[/tag]
[/then]
[/if]
# Additional contents for WCII scenario generator
[if]
glob_on_create_scenario=*onquest*
[then]
[tag]
name="scenario"
super="scenario"
[/tag]
{SIMPLE_KEY id_suffix string}
[/then]
[/if]
[/tag]