From c6accce378825521e3f7be54d5941d33bea121f8 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:44:36 +0900 Subject: [PATCH] Update equipment.lua --- PHI-EQ/prototypes/equipment.lua | 48 --------------------------------- 1 file changed, 48 deletions(-) diff --git a/PHI-EQ/prototypes/equipment.lua b/PHI-EQ/prototypes/equipment.lua index ad6fbc9..e7ca2b3 100644 --- a/PHI-EQ/prototypes/equipment.lua +++ b/PHI-EQ/prototypes/equipment.lua @@ -1,53 +1,5 @@ data:extend( { - { - type = "battery-equipment", - name = "battery-mk3-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="200MJ"}, - categories = {"armor"} - }, - { - type = "battery-equipment", - name = "battery-mk4-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="400MJ"}, - categories = {"armor"} - }, - { - type = "battery-equipment", - name = "battery-mk5-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="800MJ"}, - categories = {"armor"} - }, - { - type = "battery-equipment", - name = "battery-mk6-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="1600MJ"}, - categories = {"armor"} - }, - { - type = "battery-equipment", - name = "battery-mk7-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="3200MJ"}, - categories = {"armor"} - }, - { - type = "battery-equipment", - name = "battery-mk8-equipment", - sprite = {filename = "__base__/graphics/equipment/battery-mk2-equipment.png", width = 32, height = 64, priority = "medium", hr_version = {filename = "__base__/graphics/equipment/hr-battery-mk2-equipment.png", width = 64, height = 128, priority = "medium", scale = 0.5}}, - shape = {width = 1, height = 2, type = "full"}, - energy_source = {type = "electric", usage_priority = "tertiary", buffer_capacity="6400MJ"}, - categories = {"armor"} - }, { type = "generator-equipment", name = "fusion-reactor-equipment-mk2",