Prototype/DeconstructionItem: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(Converted to SMW format)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Basics ==
{{Prototype parent|Prototype/SelectionTool}}
Prototype type: '''deconstruction-item'''
A [[deconstruction planner]].


A [[deconstruction planner]]. Extends [[Prototype/SelectionTool]].
{{Prototype TOC|deconstruction-item}}


== Optional properties ==
== Optional properties ==
This prototype inherits all the properties from [[Prototype/SelectionTool]].
This prototype inherits all the properties from [[Prototype/SelectionTool]].


=== entity_filter_count ===
{{Prototype property|entity_filter_count|[[Types/ItemStackIndex]]|0|optional=true}}
'''Type''': [[Types/ItemStackIndex]]


'''Default''': 0
{{Prototype property|tile_filter_count|[[Types/ItemStackIndex]]|0|optional=true}}


=== tile_filter_count ===
{{Prototype property|show_in_library|[[Types/bool]]|true|optional=true}}
'''Type''': [[Types/ItemStackIndex]]
 
'''Default''': 0
 
=== show_in_library ===
'''Type''': [[Types/bool]]
 
'''Default''': true


== Mandatory values ==
== Mandatory values ==
Blueprints must have a stack size of 1.
Deconstruction planners must have a stack size of 1.

Revision as of 15:58, 26 July 2019

Prototype definitions » PrototypeBase » Prototype/Item » Prototype/ItemWithLabel » Prototype/SelectionTool » Prototype/DeconstructionItem


A deconstruction planner.


Prototype/DeconstructionItem — deconstruction-item
entity_filter_count::Types/ItemStackIndex (optional)
tile_filter_count::Types/ItemStackIndex (optional)
Inherited from Prototype/SelectionTool
alt_selection_color::Color
alt_selection_cursor_box_type::CursorBoxType
alt_selection_mode::table of string
selection_color::Color
selection_cursor_box_type::CursorBoxType
selection_mode::table of string
alt_entity_filter_mode::string (optional)
alt_entity_filters::table of string (optional)
alt_entity_type_filters::table of string (optional)
alt_reverse_entity_filter_mode::string (optional)
alt_reverse_entity_filters::table of string (optional)
alt_reverse_entity_type_filters::table of string (optional)
alt_reverse_selection_color::Color (optional)
alt_reverse_selection_count_button_color::Color (optional)
alt_reverse_selection_cursor_box_type::CursorBoxType (optional)
alt_reverse_selection_mode::table of string (optional)
alt_reverse_tile_filter_mode::string (optional)
alt_reverse_tile_filters::table of string (optional)
alt_selection_count_button_color::Color (optional)
alt_tile_filter_mode::string (optional)
alt_tile_filters::table of string (optional)
always_include_tiles::bool (optional)
chart_alt_reverse_selection_color::Color (optional)
chart_alt_selection_color::Color (optional)
chart_reverse_selection_color::Color (optional)
chart_selection_color::Color (optional)
entity_filter_mode::string (optional)
entity_filters::table of string (optional)
entity_type_filters::table of string (optional)
mouse_cursor::string (optional)
reverse_entity_filter_mode::string (optional)
reverse_entity_filters::table of string (optional)
reverse_entity_type_filters::table of string (optional)
reverse_selection_color::Color (optional)
reverse_selection_count_button_color::Color (optional)
reverse_selection_cursor_box_type::CursorBoxType (optional)
reverse_selection_mode::table of string (optional)
reverse_tile_filter_mode::string (optional)
reverse_tile_filters::table of string (optional)
selection_count_button_color::Color (optional)
tile_filter_mode::string (optional)
tile_filters::table of string (optional)
Inherited from Prototype/ItemWithLabel
default_label_color::Color (optional)
draw_label_for_cursor_render::bool (optional)
Inherited from Prototype/Item
icons, icon, icon_size (IconSpecification)::IconSpecification
stack_size::ItemCountType
burnt_result::string (optional)
close_sound::Sound (optional)
dark_background_icons, dark_background_icon, icon_size (IconSpecification)::IconSpecification (optional)
default_request_amount::ItemCountType (optional)
flags::ItemPrototypeFlags (optional)
fuel_acceleration_multiplier::double (optional)
fuel_category::string (optional)
fuel_emissions_multiplier::double (optional)
fuel_glow_color::Color (optional)
fuel_top_speed_multiplier::double (optional)
fuel_value::Energy (optional)
open_sound::Sound (optional)
pictures::SpriteVariations (optional)
place_as_tile::PlaceAsTile (optional)
place_result::string (optional)
placed_as_equipment_result::string (optional)
rocket_launch_product::ItemProductPrototype (optional)
rocket_launch_products::table (array) of ItemProductPrototype (optional)
subgroup::string (optional)
wire_count::ItemCountType (optional)
Inherited from PrototypeBase
name::string
type::string
localised_description::LocalisedString (optional)
localised_name::LocalisedString (optional)
order::Order (optional)

Optional properties

This prototype inherits all the properties from Prototype/SelectionTool.

entity_filter_count

Type: Types/ItemStackIndex
Default: 0

tile_filter_count

Type: Types/ItemStackIndex
Default: 0

show_in_library

Type: Types/bool
Default: true

Mandatory values

Deconstruction planners must have a stack size of 1.