From 13192d501e962441d9adb73e4599c1a2c8cd68c4 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:25:23 +0900 Subject: [PATCH] Update equipment.lua --- PHI-EQ/prototypes/equipment.lua | 63 --------------------------------- 1 file changed, 63 deletions(-) diff --git a/PHI-EQ/prototypes/equipment.lua b/PHI-EQ/prototypes/equipment.lua index 9dedd56..ad6fbc9 100644 --- a/PHI-EQ/prototypes/equipment.lua +++ b/PHI-EQ/prototypes/equipment.lua @@ -1,68 +1,5 @@ data:extend( { - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk2", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "60kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk3", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "120kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk4", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "240kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk5", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "480kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk6", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "960kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk7", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "1920kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, - { - type = "solar-panel-equipment", - name = "solar-panel-equipment-mk8", - sprite = {filename = "__base__/graphics/equipment/solar-panel-equipment.png", width = 32, height = 32, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-solar-panel-equipment.png", width = 64, height = 64, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 1, type = "full"}, - power = "3840kW", - energy_source = {type = "electric", usage_priority = "primary-output"}, - categories = {"armor"} - }, { type = "battery-equipment", name = "battery-mk3-equipment",