Prototype/ItemGroup: Difference between revisions
Jump to navigation
Jump to search
m (removed lang template) |
m (→order: fixed type) |
||
Line 19: | Line 19: | ||
=== order === | === order === | ||
'''Type''': [[Types/ | '''Type''': [[Types/Order]] | ||
Item groups are sorted according to this field. An item group with order="a" will always be displayed before an item group with order="b". | Item groups are sorted according to this field. An item group with order="a" will always be displayed before an item group with order="b". |
Revision as of 09:01, 25 October 2017
Basics
An item group. Item groups are shown above the list of craftable items in the player's inventory. The built-in groups are "logistics", "production", "intermediates" and "combat" but mods can define their own. See also Prototype/Item#group.
Properties
type
Type: Types/string
Must be "item-group".
name
Type: Types/string
The unique name of this item group.
icon
Type: Types/FileName
The 64x64-pixel icon that is shown to represent this item group.
order
Type: Types/Order
Item groups are sorted according to this field. An item group with order="a" will always be displayed before an item group with order="b".