Prototype/UtilitySprites: Difference between revisions
(1.0.0) |
(1.1) |
||
Line 2: | Line 2: | ||
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>. | 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>. | ||
<!-- Custom thing because this prototype has | <!-- Custom thing because this prototype has more than 370 properties -->__NOTOC__ | ||
<table class="prototype-toc"> | <table class="prototype-toc"> | ||
<tr><td class="caption" colspan="3">{{FULLPAGENAME}} — <code>[[Has prototype type::utility-sprites]]</code></td></tr> | <tr><td class="caption" colspan="3">{{FULLPAGENAME}} — <code>[[Has prototype type::utility-sprites]]</code></td></tr> | ||
<tr><td colspan="3" class="prototype-toc-item-name">See properties below in [[# | <tr><td colspan="3" class="prototype-toc-item-name">See properties below in [[#Properties]]</td></tr> | ||
{{#ask: [[Has parent ::+]][[{{FULLPAGENAME}}]] | {{#ask: [[Has parent ::+]][[{{FULLPAGENAME}}]] | ||
|?Has parent | |?Has parent | ||
Line 15: | Line 15: | ||
</table> | </table> | ||
== | == Properties == | ||
Inherits all properties from [[PrototypeBase]]. | Inherits all properties from [[PrototypeBase]]. | ||
Unless otherwise noted, properties are mandatory. | |||
{{Prototype property/short|cursor_box|[[Types/table|table]]}} - Table with the following key/value pairs. | {{Prototype property/short|cursor_box|[[Types/table|table]]}} - Table with the following key/value pairs. | ||
Line 28: | Line 28: | ||
** pair - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]] | ** pair - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]] | ||
** train_visualization - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]] | ** train_visualization - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]] | ||
** blueprint_snap_rectangle - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]] | ** blueprint_snap_rectangle - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]<!-- | ||
{{Prototype property/short|clouds|[[Types/Animation|Animation]]}} | |||
UtilitySprites.hpp: Search for <code>Utility(\w+).+"(.+)"</code>, replace with <code>{{Prototype property/short|$2|[[Types/$1|$1]]}}\n</code> | |||
-->{{Prototype property/short|clouds|[[Types/Animation|Animation]]}} | |||
{{Prototype property/short|arrow_button|[[Types/Animation|Animation]]}} | {{Prototype property/short|arrow_button|[[Types/Animation|Animation]]}} | ||
{{Prototype property/short|explosion_chart_visualization|[[Types/Animation|Animation]]}} | {{Prototype property/short|explosion_chart_visualization|[[Types/Animation|Animation]]}} | ||
{{Prototype property/short|refresh_white|[[Types/Animation|Animation | {{Prototype property/short|refresh_white|[[Types/Animation|Animation]]}} | ||
{{Prototype property/short|center|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|center|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|check_mark|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|check_mark|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|check_mark_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|check_mark_white|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short| | {{Prototype property/short|check_mark_green|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|check_mark_dark_green|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|not_played_yet_green|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|not_played_yet_dark_green|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|played_green|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|played_dark_green|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|close_fat|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|close_fat|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|close_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|close_white|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|close_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|color_picker|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|color_picker|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|change_recipe|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|change_recipe|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|dropdown|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|downloading|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|downloading|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|downloading_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|downloading_white|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|downloaded|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|downloaded|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|downloaded_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|downloaded_white|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|equipment_grid|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|equipment_grid|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|expand_dots|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|expand_dots|[[Types/Sprite|Sprite]]}} | ||
Line 57: | Line 65: | ||
{{Prototype property/short|not_available|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|not_available|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|play|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|play|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|stop|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|preset|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|preset|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|refresh|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|refresh|[[Types/Sprite|Sprite]]}} | ||
Line 63: | Line 72: | ||
{{Prototype property/short|shuffle|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|shuffle|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|station_name|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|station_name|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|search_black|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|search_black|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|search_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|search_white|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|sync_mods|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|trash|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|trash|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|trash_white|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|trash_white|[[Types/Sprite|Sprite]]}} | ||
Line 76: | Line 84: | ||
{{Prototype property/short|grid_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|grid_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|reference_point|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|reference_point|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|mouse_cursor|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|mod_dependency_arrow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|mod_dependency_arrow|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|add|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|add|[[Types/Sprite|Sprite]]}} | ||
Line 114: | Line 123: | ||
{{Prototype property/short|health_bar_yellow_pip|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|health_bar_yellow_pip|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|health_bar_red_pip|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|health_bar_red_pip|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|ghost_bar_pip|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|bar_gray_pip|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|bar_gray_pip|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|shield_bar_pip|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|shield_bar_pip|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|hand|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|hand|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|hand_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|entity_info_dark_background|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|entity_info_dark_background|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|medium_gui_arrow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|medium_gui_arrow|[[Types/Sprite|Sprite]]}} | ||
Line 144: | Line 154: | ||
{{Prototype property/short|short_indication_line_green|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|short_indication_line_green|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_module|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_module|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_module_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_armor|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_armor|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_armor_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_gun|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_gun|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_gun_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_ammo|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_ammo|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_ammo_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_resource|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_resource|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_resource_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_fuel|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_fuel|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_fuel_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_result|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_result|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_result_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_robot|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_robot|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_robot_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_robot_material|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot_icon_robot_material|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot_icon_robot_material_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_inserter_hand|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|slot_icon_inserter_hand_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|upgrade_blueprint|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|upgrade_blueprint|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|slot|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|slot|[[Types/Sprite|Sprite]]}} | ||
Line 167: | Line 188: | ||
{{Prototype property/short|export_slot|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|export_slot|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|import_slot|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|import_slot|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|none_editor_icon|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|cable_editor_icon|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|tile_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|tile_editor_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|decorative_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|decorative_editor_icon|[[Types/Sprite|Sprite]]}} | ||
Line 172: | Line 195: | ||
{{Prototype property/short|entity_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|entity_editor_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|item_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|item_editor_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|force_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|force_editor_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|clone_editor_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|clone_editor_icon|[[Types/Sprite|Sprite]]}} | ||
Line 205: | Line 226: | ||
{{Prototype property/short|red_wire_hightlight|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|red_wire_hightlight|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|wire_shadow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|wire_shadow|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short| | {{Prototype property/short|and_or|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|left_arrow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|left_arrow|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|right_arrow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|right_arrow|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|down_arrow|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|down_arrow|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|enter|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|enter|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|side_menu_blueprint_library_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|side_menu_blueprint_library_icon|[[Types/Sprite|Sprite]]}} | ||
Line 252: | Line 272: | ||
{{Prototype property/short|show_train_station_names_in_map_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_train_station_names_in_map_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|show_player_names_in_map_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_player_names_in_map_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|show_tags_in_map_view|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_worker_robots_in_map_view|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_rail_signal_states_in_map_view|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_recipe_icons_in_map_view|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_logistics_network_in_map_view_black|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_logistics_network_in_map_view_black|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|show_electric_network_in_map_view_black|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_electric_network_in_map_view_black|[[Types/Sprite|Sprite]]}} | ||
Line 258: | Line 282: | ||
{{Prototype property/short|show_train_station_names_in_map_view_black|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_train_station_names_in_map_view_black|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|show_player_names_in_map_view_black|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|show_player_names_in_map_view_black|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|show_tags_in_map_view_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_worker_robots_in_map_view_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_rail_signal_states_in_map_view_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|show_recipe_icons_in_map_view_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|train_stop_in_map_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|train_stop_in_map_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|train_stop_disabled_in_map_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|train_stop_disabled_in_map_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|train_stop_full_in_map_view|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|custom_tag_in_map_view|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|custom_tag_in_map_view|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|covered_chunk|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|covered_chunk|[[Types/Sprite|Sprite]]}} | ||
Line 267: | Line 296: | ||
{{Prototype property/short|crafting_machine_recipe_not_unlocked|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|crafting_machine_recipe_not_unlocked|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|gps_map_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|gps_map_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|custom_tag_icon|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|underground_remove_belts|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|underground_remove_belts|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|underground_remove_pipes|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|underground_remove_pipes|[[Types/Sprite|Sprite]]}} | ||
Line 276: | Line 306: | ||
{{Prototype property/short|collapse|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|collapse|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|collapse_dark|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|collapse_dark|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|inserter_stack_size_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|status_working|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|status_not_working|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|status_yellow|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|gradient|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|output_console_gradient|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|select_icon_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|select_icon_white|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|notification|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|alert_arrow|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|technology_black|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|technology_white|[[Types/Sprite|Sprite]]}}<!-- | |||
ModifierType.cpp: Remove "unused". Replace - with _. Search for <code>"(.+)"</code>, replace with <code>{{Prototype property/short|$1_modifier_icon|[[Types/Sprite|Sprite]]}}\n{{Prototype property/short|$1_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}}\n</code> | |||
-->{{Prototype property/short|inserter_stack_size_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property/short|inserter_stack_size_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|stack_inserter_capacity_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|stack_inserter_capacity_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|stack_inserter_capacity_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|laboratory_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|laboratory_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|laboratory_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_logistic_slots_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_logistic_slots_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_logistic_slots_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_logistic_trash_slots_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_logistic_trash_slots_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short| | {{Prototype property/short|character_logistic_trash_slots_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | ||
{{Prototype property/short|maximum_following_robots_count_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|maximum_following_robots_count_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|maximum_following_robots_count_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|worker_robot_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|worker_robot_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|worker_robot_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|worker_robot_storage_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|worker_robot_storage_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|worker_robot_storage_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|ghost_time_to_live_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|ghost_time_to_live_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|ghost_time_to_live_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|turret_attack_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|turret_attack_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|turret_attack_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|ammo_damage_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|ammo_damage_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|ammo_damage_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|give_item_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|give_item_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|give_item_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|gun_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|gun_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|gun_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|unlock_recipe_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|unlock_recipe_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|unlock_recipe_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_crafting_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_crafting_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_crafting_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_mining_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_mining_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_mining_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_running_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_running_speed_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_running_speed_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_build_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_build_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_build_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_item_drop_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_item_drop_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_item_drop_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_reach_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_reach_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_reach_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_resource_reach_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_resource_reach_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_resource_reach_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_item_pickup_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_item_pickup_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_item_pickup_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_loot_pickup_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_loot_pickup_distance_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_loot_pickup_distance_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_inventory_slots_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_inventory_slots_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_inventory_slots_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|deconstruction_time_to_live_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|deconstruction_time_to_live_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|deconstruction_time_to_live_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|max_failed_attempts_per_tick_per_construction_queue_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|max_failed_attempts_per_tick_per_construction_queue_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|max_failed_attempts_per_tick_per_construction_queue_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|max_successful_attempts_per_tick_per_construction_queue_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|max_successful_attempts_per_tick_per_construction_queue_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|max_successful_attempts_per_tick_per_construction_queue_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_health_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_health_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short| | {{Prototype property/short|character_health_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | ||
{{Prototype property/short|mining_drill_productivity_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|mining_drill_productivity_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|mining_drill_productivity_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|train_braking_force_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|train_braking_force_bonus_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|train_braking_force_bonus_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_ghost_building_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_ghost_building_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_ghost_building_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_blueprint_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_blueprint_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_blueprint_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_deconstruction_planner_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_deconstruction_planner_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_deconstruction_planner_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_upgrade_planner_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_upgrade_planner_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_upgrade_planner_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|zoom_to_world_selection_tool_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|zoom_to_world_selection_tool_enabled_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|zoom_to_world_selection_tool_enabled_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|worker_robot_battery_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|worker_robot_battery_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|worker_robot_battery_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|laboratory_productivity_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|laboratory_productivity_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|laboratory_productivity_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|follower_robot_lifetime_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|follower_robot_lifetime_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|follower_robot_lifetime_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|artillery_range_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|artillery_range_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|artillery_range_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|nothing_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|nothing_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|nothing_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_additional_mining_categories_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_additional_mining_categories_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_additional_mining_categories_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} | |||
{{Prototype property/short|character_logistic_requests_modifier_icon|[[Types/Sprite|Sprite]]}} | {{Prototype property/short|character_logistic_requests_modifier_icon|[[Types/Sprite|Sprite]]}} | ||
{{Prototype property/short|character_logistic_requests_modifier_constant|[[Types/Sprite|Sprite]]|optional=true}} |
Revision as of 20:43, 11 December 2020
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"
.
Prototype/UtilitySprites — utility-sprites | ||
See properties below in #Properties |
Properties
Inherits all properties from PrototypeBase.
Unless otherwise noted, properties are mandatory.
Template:Prototype property/short - Table with the following key/value pairs.
- regular - table (array) of BoxSpecification
- not_allowed - table (array) of BoxSpecification
- copy - table (array) of BoxSpecification
- electricity - table (array) of BoxSpecification
- logistics - table (array) of BoxSpecification
- pair - table (array) of BoxSpecification
- train_visualization - table (array) of BoxSpecification
- blueprint_snap_rectangle - table (array) of BoxSpecificationTemplate:Prototype property/short
Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/shortTemplate:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short Template:Prototype property/short