Update the schema for [terrain_mask]
This commit is contained in:
parent
9e1677612b
commit
37bf7f9333
3 changed files with 5 additions and 13 deletions
|
@ -201,6 +201,7 @@
|
|||
{SIMPLE_KEY mask_file string}
|
||||
{SIMPLE_KEY alignment mask_alignment}
|
||||
{DEFAULT_KEY border s_bool no}
|
||||
{DEFAULT_KEY ignore_special_locations s_bool no}
|
||||
[tag]
|
||||
name="rule"
|
||||
max=infinite
|
||||
|
|
|
@ -90,8 +90,7 @@
|
|||
[/type]
|
||||
[type]
|
||||
name=mask_alignment
|
||||
value="even|odd"
|
||||
# TODO: Document the third option once we finalize its name
|
||||
value="even|odd|raw"
|
||||
[/type]
|
||||
[type]
|
||||
name=ai_usage
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
|
||||
full_mask="_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, Kha, _s, _s, _s, _s, _s, Kha, _s, _s, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, Cha, _s, _s, _s, _s, _s, Cha, _s, _s, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s
|
||||
_s, _s, _s, foo Chs, _s, Chs, _s, Ch, _s, Ch, _s, Chs, _s, Ch, _s, bar Ch, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s
|
||||
_s, _s, _s, Chs, _s, Chs, _s, Ch, _s, Ch, _s, Chs, _s, Ch, _s, Ch, _s, _s
|
||||
_s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s, _s"
|
||||
# wmllint: no translatables
|
||||
|
||||
#define TERRAIN_MASK_TEST SUFFIX MASK
|
||||
#arg POS
|
||||
|
@ -123,6 +113,7 @@ Hh, Hh"#enddef
|
|||
{TERRAIN_MASK_TEST align_raw_on_even {HILLS_SQUARE} (POS=10,1) (ALIGNMENT=raw) (POST_MASK={ASSERT_LOCATION_TERRAIN_SQUARE_2X2 10 1 10 2 11 1 11 2 Hh})}
|
||||
|
||||
# The deprecated alignment modes work
|
||||
#ifndef SCHEMA_SHOULD_SKIP_THIS
|
||||
{TERRAIN_MASK_TEST deprecated_border_no {HILLS_SQUARE} (POS=1,1) (POST_MASK=
|
||||
[+terrain_mask]
|
||||
border=no
|
||||
|
@ -137,6 +128,7 @@ Hh, Hh"#enddef
|
|||
[/terrain_mask]
|
||||
{ASSERT_LOCATION_TERRAIN_SQUARE_2X2 0 0 0 1 1 0 1 1 Hh}
|
||||
)}
|
||||
#endif
|
||||
|
||||
# Terrain rules work
|
||||
{TERRAIN_MASK_TEST rule_basic {HILLS_SQUARE} (POS=7,3) (RULES={TERRAIN_RULE_SIMPLE Kha^Kov Hh Ko}{TERRAIN_RULE_SIMPLE Cha^Kov Hh Co}) (POST_MASK=
|
||||
|
|
Loading…
Add table
Reference in a new issue