Prototype/AutoplaceControl: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(→Mandatory properties: desc) |
||
Line 10: | Line 10: | ||
'''Type''': [[Types/string]] | '''Type''': [[Types/string]] | ||
Either "resource" or " | Either "resource", "terrain" or "enemy". Controls in what tab the autoplace is shown in the map generator GUI. | ||
== Optional properties == | == Optional properties == |
Revision as of 18:09, 14 May 2019
Basics
Prototype type: autoplace-control
A setting in the map creation GUI. Used by the autoplace system.
Mandatory properties
Inherits all properties from Prototype.
category
Type: Types/string
Either "resource", "terrain" or "enemy". Controls in what tab the autoplace is shown in the map generator GUI.
Optional properties
richness
Type: Types/bool
Default: false
Sets whether this control's richness can be set by the player or not.
If your autoplace control is used to generate ores, you probably want this to be true.
Differing defaults
order
- See Prototype#order
Default: ""
Controls are sorted in the map creation GUI according to this property.