adding hide_help key to gates terrains (#2036)
This should address the multiple gate terrain listing in issue #1990 . Whether gates are an embellishment (not worthy of a help entry) or not could be a different discussion. The overlay issue mentioned in the same issue is probably also best addressed specifically, not tied to the gate-terrain-help question.
This commit is contained in:
parent
bc911f8c46
commit
563d080fec
1 changed files with 13 additions and 0 deletions
|
@ -1222,6 +1222,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas,Xt
|
||||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1235,6 +1236,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas,Xt
|
||||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1261,6 +1263,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas,Xt
|
||||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1274,6 +1277,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas,Xt
|
||||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
# ## Open ##
|
||||
|
@ -1300,6 +1304,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
default_base=Rr
|
||||
aliasof=_bas
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1312,6 +1317,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
default_base=Rr
|
||||
aliasof=_bas
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1336,6 +1342,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
default_base=Rr
|
||||
aliasof=_bas
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1348,10 +1355,12 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
default_base=Rr
|
||||
aliasof=_bas
|
||||
editor_group=embellishments,obstacle
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
#
|
||||
# ## Previous directionless gate terrains (for backwards compatibility) ##
|
||||
# ## Should be removed by BfW 1.14.0
|
||||
#
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1366,6 +1375,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hidden=yes
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1380,6 +1390,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
mvt_alias=Xt
|
||||
editor_group=embellishments,obstacle
|
||||
hidden=yes
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1393,6 +1404,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
hidden=yes
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
@ -1406,6 +1418,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
hidden=yes
|
||||
hide_help=yes
|
||||
[/terrain_type]
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue