Prototype/UtilitySprites: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
0.17.59
Converted to SMW format
Line 1: Line 1:
{{Prototype parent|PrototypeBase}}
{{Prototype parent|PrototypeBase}}
Sprites used by the game that are not specific to certain prototypes. Only one instance of UtilityConstants can be defined, the base uses <code>"default"</code> as the name, so unless the base game definition is completely removed, <code>name</code> will have to be <code>"default"</code>.


== Basics ==
{{Prototype TOC|utility-sprites}}
Prototype type: '''utility-sprites'''
 
Sprites used by the game that are not specific to certain prototypes. Only one instance of UtilityConstants can be defined, the base uses <code>"default"</code> as the name, so unless the base game definition is completely removed, <code>name</code> will have to be <code>"default"</code>.


== Mandatory properties ==
== Mandatory properties ==
Line 11: Line 9:
All sprites and animations are mandatory properties.
All sprites and animations are mandatory properties.


* "cursor_box" - [[Types/table]] - Table with the following key/value pairs.
{{Prototype property/short|"cursor_box"|[[Types/table]]}} - Table with the following key/value pairs.
** "regular" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "regular" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "not_allowed" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "not_allowed" - [[Types/table]] (array) of [[Types/BoxSpecification]]
Line 19: Line 17:
** "pair" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "pair" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "train_visualization" - [[Types/table]] (array) of [[Types/BoxSpecification]]
** "train_visualization" - [[Types/table]] (array) of [[Types/BoxSpecification]]
* "clouds" - [[Types/Animation]]
{{Prototype property/short|"clouds"|[[Types/Animation]]}}
* "arrow_button" - [[Types/Animation]]
{{Prototype property/short|"arrow_button"|[[Types/Animation]]}}
* "explosion_chart_visualization" - [[Types/Animation]]
{{Prototype property/short|"explosion_chart_visualization"|[[Types/Animation]]}}
* "refresh_white" - [[Types/Animation]]
{{Prototype property/short|"refresh_white"|[[Types/Animation]]}}
* "center" - [[Types/Sprite]]
{{Prototype property/short|"center"|[[Types/Sprite]]}}
* "check_mark_white" - [[Types/Sprite]]
{{Prototype property/short|"check_mark_white"|[[Types/Sprite]]}}
* "close_black" - [[Types/Sprite]]
{{Prototype property/short|"close_black"|[[Types/Sprite]]}}
* "close_fat" - [[Types/Sprite]]
{{Prototype property/short|"close_fat"|[[Types/Sprite]]}}
* "close_white" - [[Types/Sprite]]
{{Prototype property/short|"close_white"|[[Types/Sprite]]}}
* "color_picker" - [[Types/Sprite]]
{{Prototype property/short|"color_picker"|[[Types/Sprite]]}}
* "downloading" - [[Types/Sprite]]
{{Prototype property/short|"downloading"|[[Types/Sprite]]}}
* "downloading_white" - [[Types/Sprite]]
{{Prototype property/short|"downloading_white"|[[Types/Sprite]]}}
* "downloaded" - [[Types/Sprite]]
{{Prototype property/short|"downloaded"|[[Types/Sprite]]}}
* "downloaded_white" - [[Types/Sprite]]
{{Prototype property/short|"downloaded_white"|[[Types/Sprite]]}}
* "dropdown" - [[Types/Sprite]]
{{Prototype property/short|"dropdown"|[[Types/Sprite]]}}
* "expand_dots" - [[Types/Sprite]]
{{Prototype property/short|"expand_dots"|[[Types/Sprite]]}}
* "expand_dots_white" - [[Types/Sprite]]
{{Prototype property/short|"expand_dots_white"|[[Types/Sprite]]}}
* "export" - [[Types/Sprite]]
{{Prototype property/short|"export"|[[Types/Sprite]]}}
* "import" - [[Types/Sprite]]
{{Prototype property/short|"import"|[[Types/Sprite]]}}
* "map" - [[Types/Sprite]]
{{Prototype property/short|"map"|[[Types/Sprite]]}}
* "map_exchange_string" - [[Types/Sprite]]
{{Prototype property/short|"map_exchange_string"|[[Types/Sprite]]}}
* "missing_mod_icon" - [[Types/Sprite]]
{{Prototype property/short|"missing_mod_icon"|[[Types/Sprite]]}}
* "not_available" - [[Types/Sprite]]
{{Prototype property/short|"not_available"|[[Types/Sprite]]}}
* "play" - [[Types/Sprite]]
{{Prototype property/short|"play"|[[Types/Sprite]]}}
* "preset" - [[Types/Sprite]]
{{Prototype property/short|"preset"|[[Types/Sprite]]}}
* "refresh" - [[Types/Sprite]]
{{Prototype property/short|"refresh"|[[Types/Sprite]]}}
* "reset" - [[Types/Sprite]]
{{Prototype property/short|"reset"|[[Types/Sprite]]}}
* "reset_white" - [[Types/Sprite]]
{{Prototype property/short|"reset_white"|[[Types/Sprite]]}}
* "shuffle" - [[Types/Sprite]]
{{Prototype property/short|"shuffle"|[[Types/Sprite]]}}
* "station_name" - [[Types/Sprite]]
{{Prototype property/short|"station_name"|[[Types/Sprite]]}}
* "stop" - [[Types/Sprite]]
{{Prototype property/short|"stop"|[[Types/Sprite]]}}
* "sync_mods" - [[Types/Sprite]]
{{Prototype property/short|"sync_mods"|[[Types/Sprite]]}}
* "trash" - [[Types/Sprite]]
{{Prototype property/short|"trash"|[[Types/Sprite]]}}
* "trash_white" - [[Types/Sprite]]
{{Prototype property/short|"trash_white"|[[Types/Sprite]]}}
* "warning" - [[Types/Sprite]]
{{Prototype property/short|"warning"|[[Types/Sprite]]}}
* "warning_white" - [[Types/Sprite]]
{{Prototype property/short|"warning_white"|[[Types/Sprite]]}}
* "mod_dependency_arrow" - [[Types/Sprite]]
{{Prototype property/short|"mod_dependency_arrow"|[[Types/Sprite]]}}
* "add" - [[Types/Sprite]]
{{Prototype property/short|"add"|[[Types/Sprite]]}}
* "clone" - [[Types/Sprite]]
{{Prototype property/short|"clone"|[[Types/Sprite]]}}
* "go_to_arrow" - [[Types/Sprite]]
{{Prototype property/short|"go_to_arrow"|[[Types/Sprite]]}}
* "remove" - [[Types/Sprite]]
{{Prototype property/short|"remove"|[[Types/Sprite]]}}
* "pause" - [[Types/Sprite]]
{{Prototype property/short|"pause"|[[Types/Sprite]]}}
* "speed_down" - [[Types/Sprite]]
{{Prototype property/short|"speed_down"|[[Types/Sprite]]}}
* "speed_up" - [[Types/Sprite]]
{{Prototype property/short|"speed_up"|[[Types/Sprite]]}}
* "editor_speed_down" - [[Types/Sprite]]
{{Prototype property/short|"editor_speed_down"|[[Types/Sprite]]}}
* "editor_pause" - [[Types/Sprite]]
{{Prototype property/short|"editor_pause"|[[Types/Sprite]]}}
* "editor_play" - [[Types/Sprite]]
{{Prototype property/short|"editor_play"|[[Types/Sprite]]}}
* "editor_speed_up" - [[Types/Sprite]]
{{Prototype property/short|"editor_speed_up"|[[Types/Sprite]]}}
* "tick_once" - [[Types/Sprite]]
{{Prototype property/short|"tick_once"|[[Types/Sprite]]}}
* "tick_sixty" - [[Types/Sprite]]
{{Prototype property/short|"tick_sixty"|[[Types/Sprite]]}}
* "tick_custom" - [[Types/Sprite]]
{{Prototype property/short|"tick_custom"|[[Types/Sprite]]}}
* "clear" - [[Types/Sprite]]
{{Prototype property/short|"clear"|[[Types/Sprite]]}}
* "search_icon" - [[Types/Sprite]]
{{Prototype property/short|"search_icon"|[[Types/Sprite]]}}
* "too_far" - [[Types/Sprite]]
{{Prototype property/short|"too_far"|[[Types/Sprite]]}}
* "shoot_cursor_green" - [[Types/Sprite]]
{{Prototype property/short|"shoot_cursor_green"|[[Types/Sprite]]}}
* "shoot_cursor_red" - [[Types/Sprite]]
{{Prototype property/short|"shoot_cursor_red"|[[Types/Sprite]]}}
* "electricity_icon" - [[Types/Sprite]]
{{Prototype property/short|"electricity_icon"|[[Types/Sprite]]}}
* "fuel_icon" - [[Types/Sprite]]
{{Prototype property/short|"fuel_icon"|[[Types/Sprite]]}}
* "ammo_icon" - [[Types/Sprite]]
{{Prototype property/short|"ammo_icon"|[[Types/Sprite]]}}
* "fluid_icon" - [[Types/Sprite]]
{{Prototype property/short|"fluid_icon"|[[Types/Sprite]]}}
* "warning_icon" - [[Types/Sprite]]
{{Prototype property/short|"warning_icon"|[[Types/Sprite]]}}
* "danger_icon" - [[Types/Sprite]]
{{Prototype property/short|"danger_icon"|[[Types/Sprite]]}}
* "destroyed_icon" - [[Types/Sprite]]
{{Prototype property/short|"destroyed_icon"|[[Types/Sprite]]}}
* "recharge_icon" - [[Types/Sprite]]
{{Prototype property/short|"recharge_icon"|[[Types/Sprite]]}}
* "too_far_from_roboport_icon" - [[Types/Sprite]]
{{Prototype property/short|"too_far_from_roboport_icon"|[[Types/Sprite]]}}
* "pump_cannot_connect_icon" - [[Types/Sprite]]
{{Prototype property/short|"pump_cannot_connect_icon"|[[Types/Sprite]]}}
* "not_enough_repair_packs_icon" - [[Types/Sprite]]
{{Prototype property/short|"not_enough_repair_packs_icon"|[[Types/Sprite]]}}
* "not_enough_construction_robots_icon" - [[Types/Sprite]]
{{Prototype property/short|"not_enough_construction_robots_icon"|[[Types/Sprite]]}}
* "no_building_material_icon" - [[Types/Sprite]]
{{Prototype property/short|"no_building_material_icon"|[[Types/Sprite]]}}
* "no_storage_space_icon" - [[Types/Sprite]]
{{Prototype property/short|"no_storage_space_icon"|[[Types/Sprite]]}}
* "electricity_icon_unplugged" - [[Types/Sprite]]
{{Prototype property/short|"electricity_icon_unplugged"|[[Types/Sprite]]}}
* "game_stopped_visualization" - [[Types/Sprite]]
{{Prototype property/short|"game_stopped_visualization"|[[Types/Sprite]]}}
* "pollution_visualization" - [[Types/Sprite]]
{{Prototype property/short|"pollution_visualization"|[[Types/Sprite]]}}
* "health_bar_green_pip" - [[Types/Sprite]]
{{Prototype property/short|"health_bar_green_pip"|[[Types/Sprite]]}}
* "health_bar_yellow_pip" - [[Types/Sprite]]
{{Prototype property/short|"health_bar_yellow_pip"|[[Types/Sprite]]}}
* "health_bar_red_pip" - [[Types/Sprite]]
{{Prototype property/short|"health_bar_red_pip"|[[Types/Sprite]]}}
* "bar_gray_pip" - [[Types/Sprite]]
{{Prototype property/short|"bar_gray_pip"|[[Types/Sprite]]}}
* "ghost_bar_pip" - [[Types/Sprite]]
{{Prototype property/short|"ghost_bar_pip"|[[Types/Sprite]]}}
* "shield_bar_pip" - [[Types/Sprite]]
{{Prototype property/short|"shield_bar_pip"|[[Types/Sprite]]}}
* "hand" - [[Types/Sprite]]
{{Prototype property/short|"hand"|[[Types/Sprite]]}}
* "entity_info_dark_background" - [[Types/Sprite]]
{{Prototype property/short|"entity_info_dark_background"|[[Types/Sprite]]}}
* "medium_gui_arrow" - [[Types/Sprite]]
{{Prototype property/short|"medium_gui_arrow"|[[Types/Sprite]]}}
* "small_gui_arrow" - [[Types/Sprite]]
{{Prototype property/short|"small_gui_arrow"|[[Types/Sprite]]}}
* "light_medium" - [[Types/Sprite]]
{{Prototype property/short|"light_medium"|[[Types/Sprite]]}}
* "light_small" - [[Types/Sprite]]
{{Prototype property/short|"light_small"|[[Types/Sprite]]}}
* "light_cone" - [[Types/Sprite]]
{{Prototype property/short|"light_cone"|[[Types/Sprite]]}}
* "color_effect" - [[Types/Sprite]]
{{Prototype property/short|"color_effect"|[[Types/Sprite]]}}
* "clock" - [[Types/Sprite]]
{{Prototype property/short|"clock"|[[Types/Sprite]]}}
* "default_ammo_damage_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"default_ammo_damage_modifier_icon"|[[Types/Sprite]]}}
* "default_gun_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"default_gun_speed_modifier_icon"|[[Types/Sprite]]}}
* "default_turret_attack_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"default_turret_attack_modifier_icon"|[[Types/Sprite]]}}
* "hint_arrow_up" - [[Types/Sprite]]
{{Prototype property/short|"hint_arrow_up"|[[Types/Sprite]]}}
* "hint_arrow_down" - [[Types/Sprite]]
{{Prototype property/short|"hint_arrow_down"|[[Types/Sprite]]}}
* "hint_arrow_right" - [[Types/Sprite]]
{{Prototype property/short|"hint_arrow_right"|[[Types/Sprite]]}}
* "hint_arrow_left" - [[Types/Sprite]]
{{Prototype property/short|"hint_arrow_left"|[[Types/Sprite]]}}
* "fluid_indication_arrow" - [[Types/Sprite]]
{{Prototype property/short|"fluid_indication_arrow"|[[Types/Sprite]]}}
* "fluid_indication_arrow_both_ways" - [[Types/Sprite]]
{{Prototype property/short|"fluid_indication_arrow_both_ways"|[[Types/Sprite]]}}
* "heat_exchange_indication" - [[Types/Sprite]]
{{Prototype property/short|"heat_exchange_indication"|[[Types/Sprite]]}}
* "indication_arrow" - [[Types/Sprite]]
{{Prototype property/short|"indication_arrow"|[[Types/Sprite]]}}
* "rail_planner_indication_arrow" - [[Types/Sprite]]
{{Prototype property/short|"rail_planner_indication_arrow"|[[Types/Sprite]]}}
* "rail_planner_indication_arrow_too_far" - [[Types/Sprite]]
{{Prototype property/short|"rail_planner_indication_arrow_too_far"|[[Types/Sprite]]}}
* "rail_path_not_possible" - [[Types/Sprite]]
{{Prototype property/short|"rail_path_not_possible"|[[Types/Sprite]]}}
* "indication_line" - [[Types/Sprite]]
{{Prototype property/short|"indication_line"|[[Types/Sprite]]}}
* "short_indication_line" - [[Types/Sprite]]
{{Prototype property/short|"short_indication_line"|[[Types/Sprite]]}}
* "slot_icon_module" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_module"|[[Types/Sprite]]}}
* "slot_icon_armor" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_armor"|[[Types/Sprite]]}}
* "slot_icon_blueprint" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_blueprint"|[[Types/Sprite]]}}
* "slot_icon_gun" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_gun"|[[Types/Sprite]]}}
* "slot_icon_ammo" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_ammo"|[[Types/Sprite]]}}
* "slot_icon_resource" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_resource"|[[Types/Sprite]]}}
* "slot_icon_fuel" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_fuel"|[[Types/Sprite]]}}
* "slot_icon_result" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_result"|[[Types/Sprite]]}}
* "slot_icon_robot" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_robot"|[[Types/Sprite]]}}
* "slot_icon_robot_material" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_robot_material"|[[Types/Sprite]]}}
* "slot_icon_upgrade" - [[Types/Sprite]]
{{Prototype property/short|"slot_icon_upgrade"|[[Types/Sprite]]}}
* "slot" - [[Types/Sprite]]
{{Prototype property/short|"slot"|[[Types/Sprite]]}}
* "equipment_slot" - [[Types/Sprite]]
{{Prototype property/short|"equipment_slot"|[[Types/Sprite]]}}
* "equipment_collision" - [[Types/Sprite]]
{{Prototype property/short|"equipment_collision"|[[Types/Sprite]]}}
* "battery_indicator" - [[Types/Sprite]]
{{Prototype property/short|"battery_indicator"|[[Types/Sprite]]}}
* "green_circle" - [[Types/Sprite]]
{{Prototype property/short|"green_circle"|[[Types/Sprite]]}}
* "green_dot" - [[Types/Sprite]]
{{Prototype property/short|"green_dot"|[[Types/Sprite]]}}
* "robot_slot" - [[Types/Sprite]]
{{Prototype property/short|"robot_slot"|[[Types/Sprite]]}}
* "set_bar_slot" - [[Types/Sprite]]
{{Prototype property/short|"set_bar_slot"|[[Types/Sprite]]}}
* "missing_icon" - [[Types/Sprite]]
{{Prototype property/short|"missing_icon"|[[Types/Sprite]]}}
* "deconstruction_mark" - [[Types/Sprite]]
{{Prototype property/short|"deconstruction_mark"|[[Types/Sprite]]}}
* "upgrade_mark" - [[Types/Sprite]]
{{Prototype property/short|"upgrade_mark"|[[Types/Sprite]]}}
* "confirm_slot" - [[Types/Sprite]]
{{Prototype property/short|"confirm_slot"|[[Types/Sprite]]}}
* "export_slot" - [[Types/Sprite]]
{{Prototype property/short|"export_slot"|[[Types/Sprite]]}}
* "import_slot" - [[Types/Sprite]]
{{Prototype property/short|"import_slot"|[[Types/Sprite]]}}
* "tile_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"tile_editor_icon"|[[Types/Sprite]]}}
* "decorative_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"decorative_editor_icon"|[[Types/Sprite]]}}
* "resource_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"resource_editor_icon"|[[Types/Sprite]]}}
* "entity_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"entity_editor_icon"|[[Types/Sprite]]}}
* "item_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"item_editor_icon"|[[Types/Sprite]]}}
* "cable_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"cable_editor_icon"|[[Types/Sprite]]}}
* "none_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"none_editor_icon"|[[Types/Sprite]]}}
* "force_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"force_editor_icon"|[[Types/Sprite]]}}
* "clone_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"clone_editor_icon"|[[Types/Sprite]]}}
* "scripting_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"scripting_editor_icon"|[[Types/Sprite]]}}
* "paint_bucket_icon" - [[Types/Sprite]]
{{Prototype property/short|"paint_bucket_icon"|[[Types/Sprite]]}}
* "surface_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"surface_editor_icon"|[[Types/Sprite]]}}
* "time_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"time_editor_icon"|[[Types/Sprite]]}}
* "cliff_editor_icon" - [[Types/Sprite]]
{{Prototype property/short|"cliff_editor_icon"|[[Types/Sprite]]}}
* "brush_icon" - [[Types/Sprite]]
{{Prototype property/short|"brush_icon"|[[Types/Sprite]]}}
* "spray_icon" - [[Types/Sprite]]
{{Prototype property/short|"spray_icon"|[[Types/Sprite]]}}
* "cursor_icon" - [[Types/Sprite]]
{{Prototype property/short|"cursor_icon"|[[Types/Sprite]]}}
* "area_icon" - [[Types/Sprite]]
{{Prototype property/short|"area_icon"|[[Types/Sprite]]}}
* "line_icon" - [[Types/Sprite]]
{{Prototype property/short|"line_icon"|[[Types/Sprite]]}}
* "editor_selection" - [[Types/Sprite]]
{{Prototype property/short|"editor_selection"|[[Types/Sprite]]}}
* "brush_square_shape" - [[Types/Sprite]]
{{Prototype property/short|"brush_square_shape"|[[Types/Sprite]]}}
* "brush_circle_shape" - [[Types/Sprite]]
{{Prototype property/short|"brush_circle_shape"|[[Types/Sprite]]}}
* "player_force_icon" - [[Types/Sprite]]
{{Prototype property/short|"player_force_icon"|[[Types/Sprite]]}}
* "neutral_force_icon" - [[Types/Sprite]]
{{Prototype property/short|"neutral_force_icon"|[[Types/Sprite]]}}
* "enemy_force_icon" - [[Types/Sprite]]
{{Prototype property/short|"enemy_force_icon"|[[Types/Sprite]]}}
* "nature_icon" - [[Types/Sprite]]
{{Prototype property/short|"nature_icon"|[[Types/Sprite]]}}
* "no_nature_icon" - [[Types/Sprite]]
{{Prototype property/short|"no_nature_icon"|[[Types/Sprite]]}}
* "multiplayer_waiting_icon" - [[Types/Sprite]]
{{Prototype property/short|"multiplayer_waiting_icon"|[[Types/Sprite]]}}
* "spawn_flag" - [[Types/Sprite]]
{{Prototype property/short|"spawn_flag"|[[Types/Sprite]]}}
* "questionmark" - [[Types/Sprite]]
{{Prototype property/short|"questionmark"|[[Types/Sprite]]}}
* "copper_wire" - [[Types/Sprite]]
{{Prototype property/short|"copper_wire"|[[Types/Sprite]]}}
* "green_wire" - [[Types/Sprite]]
{{Prototype property/short|"green_wire"|[[Types/Sprite]]}}
* "red_wire" - [[Types/Sprite]]
{{Prototype property/short|"red_wire"|[[Types/Sprite]]}}
* "green_wire_hightlight" - [[Types/Sprite]]
{{Prototype property/short|"green_wire_hightlight"|[[Types/Sprite]]}}
* "red_wire_hightlight" - [[Types/Sprite]]
{{Prototype property/short|"red_wire_hightlight"|[[Types/Sprite]]}}
* "wire_shadow" - [[Types/Sprite]]
{{Prototype property/short|"wire_shadow"|[[Types/Sprite]]}}
* "trash_bin" - [[Types/Sprite]]
{{Prototype property/short|"trash_bin"|[[Types/Sprite]]}}
* "left_arrow" - [[Types/Sprite]]
{{Prototype property/short|"left_arrow"|[[Types/Sprite]]}}
* "right_arrow" - [[Types/Sprite]]
{{Prototype property/short|"right_arrow"|[[Types/Sprite]]}}
* "down_arrow" - [[Types/Sprite]]
{{Prototype property/short|"down_arrow"|[[Types/Sprite]]}}
* "and_or" - [[Types/Sprite]]
{{Prototype property/short|"and_or"|[[Types/Sprite]]}}
* "enter" - [[Types/Sprite]]
{{Prototype property/short|"enter"|[[Types/Sprite]]}}
* "side_menu_menu_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_menu_icon"|[[Types/Sprite]]}}
* "side_menu_production_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_production_icon"|[[Types/Sprite]]}}
* "side_menu_bonus_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_bonus_icon"|[[Types/Sprite]]}}
* "side_menu_map_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_map_icon"|[[Types/Sprite]]}}
* "side_menu_tutorials_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_tutorials_icon"|[[Types/Sprite]]}}
* "side_menu_train_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_train_icon"|[[Types/Sprite]]}}
* "side_menu_achievements_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_achievements_icon"|[[Types/Sprite]]}}
* "side_menu_menu_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_menu_hover_icon"|[[Types/Sprite]]}}
* "side_menu_production_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_production_hover_icon"|[[Types/Sprite]]}}
* "side_menu_bonus_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_bonus_hover_icon"|[[Types/Sprite]]}}
* "side_menu_map_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_map_hover_icon"|[[Types/Sprite]]}}
* "side_menu_train_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_train_hover_icon"|[[Types/Sprite]]}}
* "side_menu_achievements_hover_icon" - [[Types/Sprite]]
{{Prototype property/short|"side_menu_achievements_hover_icon"|[[Types/Sprite]]}}
* "circuit_network_panel" - [[Types/Sprite]]
{{Prototype property/short|"circuit_network_panel"|[[Types/Sprite]]}}
* "logistic_network_panel" - [[Types/Sprite]]
{{Prototype property/short|"logistic_network_panel"|[[Types/Sprite]]}}
* "electric_network_info" - [[Types/Sprite]]
{{Prototype property/short|"electric_network_info"|[[Types/Sprite]]}}
* "rename_icon_small" - [[Types/Sprite]]
{{Prototype property/short|"rename_icon_small"|[[Types/Sprite]]}}
* "rename_icon_normal" - [[Types/Sprite]]
{{Prototype property/short|"rename_icon_normal"|[[Types/Sprite]]}}
* "achievement_label_locked" - [[Types/Sprite]]
{{Prototype property/short|"achievement_label_locked"|[[Types/Sprite]]}}
* "achievement_label_unlocked_off" - [[Types/Sprite]]
{{Prototype property/short|"achievement_label_unlocked_off"|[[Types/Sprite]]}}
* "achievement_label_unlocked" - [[Types/Sprite]]
{{Prototype property/short|"achievement_label_unlocked"|[[Types/Sprite]]}}
* "achievement_label_failed" - [[Types/Sprite]]
{{Prototype property/short|"achievement_label_failed"|[[Types/Sprite]]}}
* "rail_signal_placement_indicator" - [[Types/Sprite]]
{{Prototype property/short|"rail_signal_placement_indicator"|[[Types/Sprite]]}}
* "train_stop_placement_indicator" - [[Types/Sprite]]
{{Prototype property/short|"train_stop_placement_indicator"|[[Types/Sprite]]}}
* "placement_indicator_leg" - [[Types/Sprite]]
{{Prototype property/short|"placement_indicator_leg"|[[Types/Sprite]]}}
* "grey_rail_signal_placement_indicator" - [[Types/Sprite]]
{{Prototype property/short|"grey_rail_signal_placement_indicator"|[[Types/Sprite]]}}
* "grey_placement_indicator_leg" - [[Types/Sprite]]
{{Prototype property/short|"grey_placement_indicator_leg"|[[Types/Sprite]]}}
* "logistic_radius_visualization" - [[Types/Sprite]]
{{Prototype property/short|"logistic_radius_visualization"|[[Types/Sprite]]}}
* "construction_radius_visualization" - [[Types/Sprite]]
{{Prototype property/short|"construction_radius_visualization"|[[Types/Sprite]]}}
* "track_button" - [[Types/Sprite]]
{{Prototype property/short|"track_button"|[[Types/Sprite]]}}
* "show_logistics_network_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_logistics_network_in_map_view"|[[Types/Sprite]]}}
* "show_electric_network_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_electric_network_in_map_view"|[[Types/Sprite]]}}
* "show_turret_range_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_turret_range_in_map_view"|[[Types/Sprite]]}}
* "show_pollution_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_pollution_in_map_view"|[[Types/Sprite]]}}
* "show_train_station_names_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_train_station_names_in_map_view"|[[Types/Sprite]]}}
* "show_player_names_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"show_player_names_in_map_view"|[[Types/Sprite]]}}
* "train_stop_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"train_stop_in_map_view"|[[Types/Sprite]]}}
* "custom_tag_in_map_view" - [[Types/Sprite]]
{{Prototype property/short|"custom_tag_in_map_view"|[[Types/Sprite]]}}
* "covered_chunk" - [[Types/Sprite]]
{{Prototype property/short|"covered_chunk"|[[Types/Sprite]]}}
* "white_square" - [[Types/Sprite]]
{{Prototype property/short|"white_square"|[[Types/Sprite]]}}
* "white_mask" - [[Types/Sprite]]
{{Prototype property/short|"white_mask"|[[Types/Sprite]]}}
* "favourite_server_icon" - [[Types/Sprite]]
{{Prototype property/short|"favourite_server_icon"|[[Types/Sprite]]}}
* "crafting_machine_recipe_not_unlocked" - [[Types/Sprite]]
{{Prototype property/short|"crafting_machine_recipe_not_unlocked"|[[Types/Sprite]]}}
* "gps_map_icon" - [[Types/Sprite]]
{{Prototype property/short|"gps_map_icon"|[[Types/Sprite]]}}
* "underground_remove_belts" - [[Types/Sprite]]
{{Prototype property/short|"underground_remove_belts"|[[Types/Sprite]]}}
* "underground_remove_pipes" - [[Types/Sprite]]
{{Prototype property/short|"underground_remove_pipes"|[[Types/Sprite]]}}
* "underground_pipe_connection" - [[Types/Sprite]]
{{Prototype property/short|"underground_pipe_connection"|[[Types/Sprite]]}}
* "ghost_cursor" - [[Types/Sprite]]
{{Prototype property/short|"ghost_cursor"|[[Types/Sprite]]}}
* "expand" - [[Types/Sprite]]
{{Prototype property/short|"expand"|[[Types/Sprite]]}}
* "expand_dark" - [[Types/Sprite]]
{{Prototype property/short|"expand_dark"|[[Types/Sprite]]}}
* "collapse" - [[Types/Sprite]]
{{Prototype property/short|"collapse"|[[Types/Sprite]]}}
* "collapse_dark" - [[Types/Sprite]]
{{Prototype property/short|"collapse_dark"|[[Types/Sprite]]}}
* "inserter_stack_size_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"inserter_stack_size_bonus_modifier_icon"|[[Types/Sprite]]}}
* "stack_inserter_capacity_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"stack_inserter_capacity_bonus_modifier_icon"|[[Types/Sprite]]}}
* "laboratory_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"laboratory_speed_modifier_icon"|[[Types/Sprite]]}}
* "character_logistic_slots_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_logistic_slots_modifier_icon"|[[Types/Sprite]]}}
* "character_logistic_trash_slots_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_logistic_trash_slots_modifier_icon"|[[Types/Sprite]]}}
* "quick_bar_count_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"quick_bar_count_modifier_icon"|[[Types/Sprite]]}}
* "maximum_following_robots_count_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"maximum_following_robots_count_modifier_icon"|[[Types/Sprite]]}}
* "worker_robot_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"worker_robot_speed_modifier_icon"|[[Types/Sprite]]}}
* "worker_robot_storage_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"worker_robot_storage_modifier_icon"|[[Types/Sprite]]}}
* "ghost_time_to_live_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"ghost_time_to_live_modifier_icon"|[[Types/Sprite]]}}
* "turret_attack_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"turret_attack_modifier_icon"|[[Types/Sprite]]}}
* "ammo_damage_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"ammo_damage_modifier_icon"|[[Types/Sprite]]}}
* "give_item_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"give_item_modifier_icon"|[[Types/Sprite]]}}
* "gun_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"gun_speed_modifier_icon"|[[Types/Sprite]]}}
* "unlock_recipe_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"unlock_recipe_modifier_icon"|[[Types/Sprite]]}}
* "character_crafting_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_crafting_speed_modifier_icon"|[[Types/Sprite]]}}
* "character_mining_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_mining_speed_modifier_icon"|[[Types/Sprite]]}}
* "character_running_speed_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_running_speed_modifier_icon"|[[Types/Sprite]]}}
* "character_build_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_build_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_item_drop_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_item_drop_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_reach_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_reach_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_resource_reach_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_resource_reach_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_item_pickup_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_item_pickup_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_loot_pickup_distance_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_loot_pickup_distance_modifier_icon"|[[Types/Sprite]]}}
* "character_inventory_slots_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_inventory_slots_bonus_modifier_icon"|[[Types/Sprite]]}}
* "deconstruction_time_to_live_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"deconstruction_time_to_live_modifier_icon"|[[Types/Sprite]]}}
* "max_failed_attempts_per_tick_per_construction_queue_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"max_failed_attempts_per_tick_per_construction_queue_modifier_icon"|[[Types/Sprite]]}}
* "max_successful_attempts_per_tick_per_construction_queue_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"max_successful_attempts_per_tick_per_construction_queue_modifier_icon"|[[Types/Sprite]]}}
* "character_health_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_health_bonus_modifier_icon"|[[Types/Sprite]]}}
* "auto_character_logistic_trash_slots_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"auto_character_logistic_trash_slots_modifier_icon"|[[Types/Sprite]]}}
* "mining_drill_productivity_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"mining_drill_productivity_bonus_modifier_icon"|[[Types/Sprite]]}}
* "train_braking_force_bonus_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"train_braking_force_bonus_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_enabled_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_ghost_building_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_ghost_building_enabled_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_blueprint_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_blueprint_enabled_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_deconstruction_planner_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_deconstruction_planner_enabled_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_upgrade_planner_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_upgrade_planner_enabled_modifier_icon"|[[Types/Sprite]]}}
* "zoom_to_world_selection_tool_enabled_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"zoom_to_world_selection_tool_enabled_modifier_icon"|[[Types/Sprite]]}}
* "worker_robot_battery_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"worker_robot_battery_modifier_icon"|[[Types/Sprite]]}}
* "laboratory_productivity_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"laboratory_productivity_modifier_icon"|[[Types/Sprite]]}}
* "follower_robot_lifetime_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"follower_robot_lifetime_modifier_icon"|[[Types/Sprite]]}}
* "artillery_range_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"artillery_range_modifier_icon"|[[Types/Sprite]]}}
* "nothing_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"nothing_modifier_icon"|[[Types/Sprite]]}}
* "character_additional_mining_categories_modifier_icon" - [[Types/Sprite]]
{{Prototype property/short|"character_additional_mining_categories_modifier_icon"|[[Types/Sprite]]}}

Revision as of 22:37, 27 July 2019

Template:Prototype parent Sprites used by the game that are not specific to certain prototypes. Only one instance of UtilityConstants can be defined, the base uses "default" as the name, so unless the base game definition is completely removed, name will have to be "default".

Template:Prototype TOC

Mandatory properties

Inherits all properties from PrototypeBase.

All sprites and animations are mandatory properties.

Template:Prototype property/short - Table with the following key/value pairs.

Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short