ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Adjacent: Difference between revisions
Jump to navigation
Jump to search
m is a TS flag too + some stylistic changes |
mNo edit summary |
||
Line 2: | Line 2: | ||
|name=Adjacent | |name=Adjacent | ||
|files={{Categ|Rules(md).ini}} | |files={{Categ|Rules(md).ini}} | ||
|values={{ | |values={{Values|unsigned integer}} | ||
|default=3 | |default=3 | ||
|types={{Categ|BuildingTypes}} | |types={{Categ|BuildingTypes}} |
Revision as of 09:59, 17 January 2023
Flag: | Adjacent |
File(s): | Rules(md).ini |
Values: | Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. |
Default: | 3 |
Applicable to: | BuildingTypes |
After constructing a building in-game you are only allowed to place it near your existing structures.
Adjacent specifies the maximum number of cells away from one of your existing buildings (that does not have BaseNormal=no set) that you may place the new building. Adjacent=0 means the new building must be placed in contact with an existing building - there must be no gap. Adjacent=1 means there can be at most a 1 cell gap between an existing building and the new building. And so on.
A building with Adjacent=1 set can be placed both 1 cell North-East and 1 cell North-West of an existing building at the same time (i.e. diagonally).