Prototype/BlueprintItem: Difference between revisions
Jump to navigation
Jump to search
(Converted to SMW format) |
(Ignored properties, show_in_library update/fixes) |
||
Line 5: | Line 5: | ||
== Differing defaults == | == Differing defaults == | ||
<code>show_in_library</code> defaults to true instead of false. | <code>show_in_library</code> defaults to true instead of false. <code>show_in_library</code> is unused as of 0.18.13 as the ability to show any selection tools in the blueprint library was removed. | ||
== Mandatory values == | == Mandatory values == | ||
Blueprints must have a stack size of 1. | Blueprints must have a stack size of 1. | ||
== Ignored properties == | |||
'''Prototype/BlueprintItem''' ignores the following properties that it inherits from [[Prototype/SelectionTool]]: | |||
* selection_mode (forced to be "blueprint") | |||
* alt_selection_mode (forced to be "blueprint") | |||
* always_include_tiles (forced to be false) | |||
* entity_filters | |||
* entity_type_filters | |||
* tile_filters | |||
* entity_filter_mode | |||
* tile_filter_mode | |||
* alt_entity_filters | |||
* alt_entity_type_filters | |||
* alt_tile_filters | |||
* alt_entity_filter_mode | |||
* alt_tile_filter_mode |
Revision as of 08:17, 20 April 2020
Prototype definitions » PrototypeBase » Prototype/Item » Prototype/ItemWithLabel » Prototype/SelectionTool » Prototype/BlueprintItem
A blueprint.
Differing defaults
show_in_library
defaults to true instead of false. show_in_library
is unused as of 0.18.13 as the ability to show any selection tools in the blueprint library was removed.
Mandatory values
Blueprints must have a stack size of 1.
Ignored properties
Prototype/BlueprintItem ignores the following properties that it inherits from Prototype/SelectionTool:
- selection_mode (forced to be "blueprint")
- alt_selection_mode (forced to be "blueprint")
- always_include_tiles (forced to be false)
- entity_filters
- entity_type_filters
- tile_filters
- entity_filter_mode
- tile_filter_mode
- alt_entity_filters
- alt_entity_type_filters
- alt_tile_filters
- alt_entity_filter_mode
- alt_tile_filter_mode