Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -C3 -r angelsindustries_0.4.6/data-final-fixes.lua angelsindustries_0.4.6-apmpatch/data-final-fixes.lua
- *** angelsindustries_0.4.6/data-final-fixes.lua 2020-08-17 11:52:21.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/data-final-fixes.lua 2020-09-06 02:15:10.723848434 +0200
- ***************
- *** 58,60 ****
- --- 58,67 ----
- --OTHER OVERRIDES
- --require("prototypes.overrides.global-loaders")
- +
- + OV.remove_science_pack("logistics-0", "datacore-basic")
- + OV.remove_science_pack("logistics-0", "angels-science-pack-grey")
- + OV.remove_science_pack("basic-logistics-2", "datacore-basic")
- + OV.remove_science_pack("basic-logistics-2", "angels-science-pack-grey")
- +
- + OV.execute()
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-basic.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-basic.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-basic.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-basic.lua 2020-09-06 02:26:02.385817523 +0200
- ***************
- *** 6,11 ****
- --- 6,326 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --BASIC LABs
- + {
- + type = "item",
- + name = "angels-basic-lab",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "g[angels-basic-lab]",
- + place_result = "angels-basic-lab",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-basic-lab",
- + localised_description = {
- + "",
- + {"entity-description.angels-basic-lab"},
- + "\n",
- + {
- + "entity-description.angels-lab-inputs",
- + create_rich_text_icons {
- + "angels-science-pack-grey",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }
- + }
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-basic-lab"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "100kW",
- + researching_speed = 1.5,
- +
- + inputs = {
- + "angels-science-pack-grey",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-basic-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "g[angels-basic-lab]",
- + place_result = "angels-basic-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-basic-lab-2",
- + localised_description = {
- + "",
- + {"entity-description.angels-basic-lab"},
- + "\n",
- + {
- + "entity-description.angels-lab-inputs",
- + create_rich_text_icons {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }
- + }
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-basic-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "150kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-basic-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "g[angels-basic-lab]",
- + place_result = "angels-basic-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-basic-lab-3",
- + localised_description = {
- + "",
- + {"entity-description.angels-basic-lab"},
- + "\n",
- + {
- + "entity-description.angels-lab-inputs",
- + create_rich_text_icons {
- + "angels-science-pack-white",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }
- + }
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/basic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-basic-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/basic-lab/basic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "200kW",
- + researching_speed = 2.5,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-basic",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- +
- + else
- +
- data:extend(
- {
- --BASIC LABs
- ***************
- *** 93,98 ****
- --- 408,414 ----
- },
- energy_usage = "100kW",
- researching_speed = 1.5,
- +
- inputs = {
- "angels-science-pack-grey",
- "datacore-basic"
- ***************
- *** 304,310 ****
- }
- }
- )
- angelsmods.triggers.lab_ignore_token["angels-basic-lab"] = true
- angelsmods.triggers.lab_ignore_token["angels-basic-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-basic-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 620,629 ----
- }
- }
- )
- + end
- +
- +
- angelsmods.triggers.lab_ignore_token["angels-basic-lab"] = true
- angelsmods.triggers.lab_ignore_token["angels-basic-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-basic-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-energy.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-energy.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-energy.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-energy.lua 2020-09-06 02:33:16.082024034 +0200
- ***************
- *** 6,11 ****
- --- 6,290 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --ENERGY LAB
- + {
- + type = "item",
- + name = "angels-energy-lab-1",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "c[angels-energy-lab-1]",
- + place_result = "angels-energy-lab-1",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-energy-lab-1",
- + localised_description = {"",
- + {"entity-description.angels-energy-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-energy-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-energy-lab-1"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "125kW",
- + researching_speed = 1,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-energy-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-energy-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "c[angels-energy-lab-2]",
- + place_result = "angels-energy-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-energy-lab-2",
- + localised_description = {"",
- + {"entity-description.angels-energy-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-energy-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-energy-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "250kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-energy-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-energy-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "c[angels-energy-lab-3]",
- + place_result = "angels-energy-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-energy-lab-3",
- + localised_description = {"",
- + {"entity-description.angels-energy-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-white",
- + "datacore-energy-2"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/energy-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-energy-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/energy-lab/energy-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "300kW",
- + researching_speed = 3,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-energy-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- + else
- data:extend(
- {
- --ENERGY LAB
- ***************
- *** 273,280 ****
- }
- }
- )
- !
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 552,559 ----
- }
- }
- )
- ! end
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-energy-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-enhance.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-enhance.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-enhance.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-enhance.lua 2020-09-06 02:34:37.654627141 +0200
- ***************
- *** 6,11 ****
- --- 6,292 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --ENHANCE LAB
- + {
- + type = "item",
- + name = "angels-enhance-lab-1",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "b[angels-enhance-lab-1]",
- + place_result = "angels-enhance-lab-1",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-enhance-lab-1",
- + localised_description = {"",
- + {"entity-description.angels-enhance-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-enhance-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-enhance-lab-1"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "125kW",
- + researching_speed = 1,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-enhance-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-enhance-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "b[angels-enhance-lab-2]",
- + place_result = "angels-enhance-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-enhance-lab-2",
- + localised_description = {"",
- + {"entity-description.angels-enhance-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-enhance-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-enhance-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "250kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-enhance-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-enhance-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "b[angels-enhance-lab-3]",
- + place_result = "angels-enhance-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-enhance-lab-3",
- + localised_description = {"",
- + {"entity-description.angels-enhance-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-white",
- + "datacore-enhance-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/enhance-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-enhance-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/enhance-lab/enhance-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "300kW",
- + researching_speed = 3,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-enhance-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- + else
- data:extend(
- {
- --ENHANCE LAB
- ***************
- *** 273,280 ****
- }
- }
- )
- !
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 554,561 ----
- }
- }
- )
- ! end
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-enhance-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-exploration.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-exploration.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-exploration.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-exploration.lua 2020-09-06 02:35:36.085059145 +0200
- ***************
- *** 6,11 ****
- --- 6,12 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- data:extend(
- {
- --EXPLORATION LAB
- ***************
- *** 43,49 ****
- "angels-science-pack-green",
- "angels-science-pack-orange",
- "datacore-exploration-1",
- ! "token-bio"
- }
- }
- },
- --- 44,52 ----
- "angels-science-pack-green",
- "angels-science-pack-orange",
- "datacore-exploration-1",
- ! "token-bio",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- }
- }
- },
- ***************
- *** 100,106 ****
- "angels-science-pack-red",
- "angels-science-pack-green",
- "angels-science-pack-orange",
- ! "datacore-exploration-1"
- },
- module_specification = {
- module_slots = 2,
- --- 103,111 ----
- "angels-science-pack-red",
- "angels-science-pack-green",
- "angels-science-pack-orange",
- ! "datacore-exploration-1",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- },
- module_specification = {
- module_slots = 2,
- ***************
- *** 141,147 ****
- create_rich_text_icons {
- "angels-science-pack-blue",
- "angels-science-pack-yellow",
- ! "datacore-exploration-2"
- }
- }
- },
- --- 146,154 ----
- create_rich_text_icons {
- "angels-science-pack-blue",
- "angels-science-pack-yellow",
- ! "datacore-exploration-2",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- }
- }
- },
- ***************
- *** 190,196 ****
- inputs = {
- "angels-science-pack-blue",
- "angels-science-pack-yellow",
- ! "datacore-exploration-2"
- },
- module_specification = {
- module_slots = 2,
- --- 197,205 ----
- inputs = {
- "angels-science-pack-blue",
- "angels-science-pack-yellow",
- ! "datacore-exploration-2",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- },
- module_specification = {
- module_slots = 2,
- ***************
- *** 230,236 ****
- "entity-description.angels-lab-inputs",
- create_rich_text_icons {
- "angels-science-pack-white",
- ! "datacore-exploration-2"
- }
- }
- },
- --- 239,247 ----
- "entity-description.angels-lab-inputs",
- create_rich_text_icons {
- "angels-science-pack-white",
- ! "datacore-exploration-2",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- }
- }
- },
- ***************
- *** 278,284 ****
- researching_speed = 3,
- inputs = {
- "angels-science-pack-white",
- ! "datacore-exploration-2"
- },
- module_specification = {
- module_slots = 3,
- --- 289,297 ----
- researching_speed = 3,
- inputs = {
- "angels-science-pack-white",
- ! "datacore-exploration-2",
- ! "apm_industrial_science_pack",
- ! "apm_steam_science_pack"
- },
- module_specification = {
- module_slots = 3,
- ***************
- *** 289,295 ****
- }
- }
- )
- !
- -- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-3"] = true
- --- 302,592 ----
- }
- }
- )
- ! else
- ! data:extend(
- ! {
- ! --EXPLORATION LAB
- ! {
- ! type = "item",
- ! name = "angels-exploration-lab-1",
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_1.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! subgroup = "angels-labs-1",
- ! order = "a[angels-exploration-lab-1]",
- ! place_result = "angels-exploration-lab-1",
- ! stack_size = 10
- ! },
- ! {
- ! type = "lab",
- ! name = "angels-exploration-lab-1",
- ! localised_description = {
- ! "",
- ! {"entity-description.angels-exploration-lab"},
- ! "\n",
- ! {
- ! "entity-description.angels-lab-inputs",
- ! create_rich_text_icons {
- ! "angels-science-pack-red",
- ! "angels-science-pack-green",
- ! "angels-science-pack-orange",
- ! "datacore-exploration-1",
- ! "token-bio"
- ! }
- ! }
- ! },
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_1.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! flags = {"placeable-player", "player-creation"},
- ! minable = {mining_time = 1, result = "angels-exploration-lab-1"},
- ! max_health = 150,
- ! corpse = "big-remnants",
- ! dying_explosion = "medium-explosion",
- ! collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- ! selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- ! light = {intensity = 0.75, size = 8},
- ! on_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 36,
- ! line_length = 6,
- ! animation_speed = 0.5,
- ! shift = {0, 0}
- ! },
- ! off_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab-off.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 1,
- ! shift = {0, 0}
- ! },
- ! working_sound = {
- ! sound = {
- ! filename = "__base__/sound/lab.ogg",
- ! volume = 0.7
- ! },
- ! apparent_volume = 1
- ! },
- ! energy_source = {
- ! type = "electric",
- ! usage_priority = "secondary-input"
- ! },
- ! energy_usage = "125kW",
- ! researching_speed = 1,
- ! inputs = {
- ! "angels-science-pack-red",
- ! "angels-science-pack-green",
- ! "angels-science-pack-orange",
- ! "datacore-exploration-1"
- ! },
- ! module_specification = {
- ! module_slots = 2,
- ! max_entity_info_module_icons_per_row = 3,
- ! max_entity_info_module_icon_rows = 1,
- ! module_info_icon_shift = {0, 0.9}
- ! }
- ! },
- ! {
- ! type = "item",
- ! name = "angels-exploration-lab-2",
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_2.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! subgroup = "angels-labs-2",
- ! order = "a[angels-exploration-lab-2]",
- ! place_result = "angels-exploration-lab-2",
- ! stack_size = 10
- ! },
- ! {
- ! type = "lab",
- ! name = "angels-exploration-lab-2",
- ! localised_description = {
- ! "",
- ! {"entity-description.angels-exploration-lab"},
- ! "\n",
- ! {
- ! "entity-description.angels-lab-inputs",
- ! create_rich_text_icons {
- ! "angels-science-pack-blue",
- ! "angels-science-pack-yellow",
- ! "datacore-exploration-2"
- ! }
- ! }
- ! },
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_2.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! flags = {"placeable-player", "player-creation"},
- ! minable = {mining_time = 1, result = "angels-exploration-lab-2"},
- ! max_health = 150,
- ! corpse = "big-remnants",
- ! dying_explosion = "medium-explosion",
- ! collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- ! selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- ! light = {intensity = 0.75, size = 8},
- ! on_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 36,
- ! line_length = 6,
- ! animation_speed = 0.5,
- ! shift = {0, 0}
- ! },
- ! off_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab-off.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 1,
- ! shift = {0, 0}
- ! },
- ! energy_source = {
- ! type = "electric",
- ! usage_priority = "secondary-input"
- ! },
- ! energy_usage = "250kW",
- ! researching_speed = 2,
- ! inputs = {
- ! "angels-science-pack-blue",
- ! "angels-science-pack-yellow",
- ! "datacore-exploration-2"
- ! },
- ! module_specification = {
- ! module_slots = 2,
- ! max_entity_info_module_icons_per_row = 3,
- ! max_entity_info_module_icon_rows = 1,
- ! module_info_icon_shift = {0, 0.9}
- ! }
- ! },
- ! {
- ! type = "item",
- ! name = "angels-exploration-lab-3",
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_3.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! subgroup = "angels-labs-3",
- ! order = "a[angels-exploration-lab-3]",
- ! place_result = "angels-exploration-lab-3",
- ! stack_size = 10
- ! },
- ! {
- ! type = "lab",
- ! name = "angels-exploration-lab-3",
- ! localised_description = {
- ! "",
- ! {"entity-description.angels-exploration-lab"},
- ! "\n",
- ! {
- ! "entity-description.angels-lab-inputs",
- ! create_rich_text_icons {
- ! "angels-science-pack-white",
- ! "datacore-exploration-2"
- ! }
- ! }
- ! },
- ! icons = {
- ! {
- ! icon = "__angelsindustries__/graphics/icons/exploration-lab-ico.png"
- ! },
- ! {
- ! icon = "__angelsrefining__/graphics/icons/num_3.png",
- ! tint = angelsmods.industries.number_tint,
- ! scale = 0.32,
- ! shift = {-12, -12}
- ! }
- ! },
- ! icon_size = 32,
- ! flags = {"placeable-player", "player-creation"},
- ! minable = {mining_time = 1, result = "angels-exploration-lab-3"},
- ! max_health = 150,
- ! corpse = "big-remnants",
- ! dying_explosion = "medium-explosion",
- ! collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- ! selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- ! light = {intensity = 0.75, size = 8},
- ! on_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 36,
- ! line_length = 6,
- ! animation_speed = 0.5,
- ! shift = {0, 0}
- ! },
- ! off_animation = {
- ! filename = "__angelsindustries__/graphics/entity/exploration-lab/exploration-lab-off.png",
- ! width = 160,
- ! height = 160,
- ! frame_count = 1,
- ! shift = {0, 0}
- ! },
- ! energy_source = {
- ! type = "electric",
- ! usage_priority = "secondary-input"
- ! },
- ! energy_usage = "300kW",
- ! researching_speed = 3,
- ! inputs = {
- ! "angels-science-pack-white",
- ! "datacore-exploration-2"
- ! },
- ! module_specification = {
- ! module_slots = 3,
- ! max_entity_info_module_icons_per_row = 3,
- ! max_entity_info_module_icon_rows = 1,
- ! module_info_icon_shift = {0, 0.9}
- ! }
- ! }
- ! }
- ! )
- ! end
- -- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-exploration-lab-3"] = true
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-logistic.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-logistic.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-logistic.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-logistic.lua 2020-09-06 02:36:59.113673014 +0200
- ***************
- *** 6,11 ****
- --- 6,292 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --LOGISTIC LAB
- + {
- + type = "item",
- + name = "angels-logistic-lab-1",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "d[angels-logistic-lab-1]",
- + place_result = "angels-logistic-lab-1",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-logistic-lab-1",
- + localised_description = {"",
- + {"entity-description.angels-logistic-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-logistic-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-logistic-lab-1"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "125kW",
- + researching_speed = 1,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-logistic-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-logistic-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "d[angels-logistic-lab-2]",
- + place_result = "angels-logistic-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-logistic-lab-2",
- + localised_description = {"",
- + {"entity-description.angels-logistic-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-logistic-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-logistic-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "250kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-logistic-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-logistic-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "d[angels-logistic-lab-3]",
- + place_result = "angels-logistic-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-logistic-lab-3",
- + localised_description = {"",
- + {"entity-description.angels-logistic-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-white",
- + "datacore-logistic-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/logistic-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-logistic-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/logistic-lab/logistic-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "300kW",
- + researching_speed = 3,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-logistic-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- + else
- data:extend(
- {
- --LOGISTIC LAB
- ***************
- *** 273,280 ****
- }
- }
- )
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 554,562 ----
- }
- }
- )
- + end
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-logistic-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-processing.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-processing.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-processing.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-processing.lua 2020-09-06 02:50:24.334642574 +0200
- ***************
- *** 6,11 ****
- --- 6,301 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --PROCESSING LAB
- + {
- + type = "item",
- + name = "angels-processing-lab-1",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "f",
- + place_result = "angels-processing-lab-1",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-processing-lab-1",
- + localised_description = {"",
- + {"entity-description.angels-processing-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-processing-1",
- + --"token-bio",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-processing-lab-1"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "125kW",
- + researching_speed = 1,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-processing-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-processing-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "f",
- + place_result = "angels-processing-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-processing-lab-2",
- + localised_description = {"",
- + {"entity-description.angels-processing-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-processing-2",
- + --"token-bio",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-processing-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "250kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-processing-2",
- + --"datacore-processing-3",
- + --"datacore-processing-4",
- + --"datacore-processing-5",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-processing-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "f",
- + place_result = "angels-processing-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-processing-lab-3",
- + localised_description = {"",
- + {"entity-description.angels-processing-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-white",
- + "datacore-processing-2",
- + --"token-bio",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/processing-lab-ico.png"
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-processing-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/processing-lab/processing-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "300kW",
- + researching_speed = 3,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-processing-2",
- + --"datacore-processing-3",
- + --"datacore-processing-4",
- + --"datacore-processing-5",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- + else
- data:extend(
- {
- --PROCESSING LAB
- ***************
- *** 282,286 ****
- }
- }
- )
- angelsmods.triggers.lab_ignore_token["angels-processing-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 572,579 ----
- }
- }
- )
- + end
- +
- +
- angelsmods.triggers.lab_ignore_token["angels-processing-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/buildings/angels-labs-war.lua angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-war.lua
- *** angelsindustries_0.4.6/prototypes/buildings/angels-labs-war.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/buildings/angels-labs-war.lua 2020-09-06 02:39:21.414725113 +0200
- ***************
- *** 6,11 ****
- --- 6,292 ----
- return rich_text_icons
- end
- if angelsmods.industries.tech then
- + if mods ["apm-power-notnotmelon"] then
- + data:extend(
- + {
- + --WAR LAB
- + {
- + type = "item",
- + name = "angels-war-lab-1",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-1",
- + order = "e",
- + place_result = "angels-war-lab-1",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-war-lab-1",
- + localised_description = {"",
- + {"entity-description.angels-war-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-war-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_1.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-war-lab-1"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + working_sound = {
- + sound = {
- + filename = "__base__/sound/lab.ogg",
- + volume = 0.7
- + },
- + apparent_volume = 1
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "125kW",
- + researching_speed = 1,
- + inputs = {
- + "angels-science-pack-red",
- + "angels-science-pack-green",
- + "angels-science-pack-orange",
- + "datacore-war-1",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-war-lab-2",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-2",
- + order = "e",
- + place_result = "angels-war-lab-2",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-war-lab-2",
- + localised_description = {"",
- + {"entity-description.angels-war-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-war-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_2.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-war-lab-2"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "250kW",
- + researching_speed = 2,
- + inputs = {
- + "angels-science-pack-blue",
- + "angels-science-pack-yellow",
- + "datacore-war-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 2,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + },
- + {
- + type = "item",
- + name = "angels-war-lab-3",
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + subgroup = "angels-labs-3",
- + order = "e",
- + place_result = "angels-war-lab-3",
- + stack_size = 10
- + },
- + {
- + type = "lab",
- + name = "angels-war-lab-3",
- + localised_description = {"",
- + {"entity-description.angels-war-lab"}, "\n",
- + {"entity-description.angels-lab-inputs", create_rich_text_icons{
- + "angels-science-pack-white",
- + "datacore-war-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + }}
- + },
- + icons = {
- + {
- + icon = "__angelsindustries__/graphics/icons/war-lab-ico.png",
- + },
- + {
- + icon = "__angelsrefining__/graphics/icons/num_3.png",
- + tint = angelsmods.industries.number_tint,
- + scale = 0.32,
- + shift = {-12, -12}
- + }
- + },
- + icon_size = 32,
- + flags = {"placeable-player", "player-creation"},
- + minable = {mining_time = 1, result = "angels-war-lab-3"},
- + max_health = 150,
- + corpse = "big-remnants",
- + dying_explosion = "medium-explosion",
- + collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
- + selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
- + light = {intensity = 0.75, size = 8},
- + on_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab.png",
- + width = 160,
- + height = 160,
- + frame_count = 36,
- + line_length = 6,
- + animation_speed = 0.5,
- + shift = {0, 0}
- + },
- + off_animation = {
- + filename = "__angelsindustries__/graphics/entity/war-lab/war-lab-off.png",
- + width = 160,
- + height = 160,
- + frame_count = 1,
- + shift = {0, 0}
- + },
- + energy_source = {
- + type = "electric",
- + usage_priority = "secondary-input"
- + },
- + energy_usage = "300kW",
- + researching_speed = 3,
- + inputs = {
- + "angels-science-pack-white",
- + "datacore-war-2",
- + "apm_industrial_science_pack",
- + "apm_steam_science_pack"
- + },
- + module_specification = {
- + module_slots = 3,
- + max_entity_info_module_icons_per_row = 3,
- + max_entity_info_module_icon_rows = 1,
- + module_info_icon_shift = {0, 0.9}
- + }
- + }
- + }
- + )
- + else
- data:extend(
- {
- --WAR LAB
- ***************
- *** 273,280 ****
- }
- }
- )
- angelsmods.triggers.lab_ignore_token["angels-war-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-war-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-war-lab-3"] = true
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 554,562 ----
- }
- }
- )
- + end
- angelsmods.triggers.lab_ignore_token["angels-war-lab-1"] = true
- angelsmods.triggers.lab_ignore_token["angels-war-lab-2"] = true
- angelsmods.triggers.lab_ignore_token["angels-war-lab-3"] = true
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/overrides/components-base-entity-update.lua angelsindustries_0.4.6-apmpatch/prototypes/overrides/components-base-entity-update.lua
- *** angelsindustries_0.4.6/prototypes/overrides/components-base-entity-update.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/overrides/components-base-entity-update.lua 2020-09-05 20:42:36.453367800 +0200
- ***************
- *** 3,8 ****
- --- 3,27 ----
- OV.patch_recipes(
- {
- {
- + name = "boiler",
- + ingredients = {
- + {"!!"},
- + {type = "item", name = "block-construction-1", amount = 20},
- + {type = "item", name = "block-fluidbox-1", amount = 4},
- + {type = "item", name = "stone-furnace", amount = 1},
- + {type = "item", name = "stone-brick", amount = 10}
- + },
- + minable = {
- + results = {
- + {"!!"},
- + {type = "item", name = "block-construction-1", amount = 20},
- + {type = "item", name = "block-fluidbox-1", amount = 4},
- + {type = "item", name = "stone-furnace", amount = 1},
- + {type = "item", name = "stone-brick", amount = 10}
- + }
- + }
- + },
- + {
- name = "offshore-pump",
- ingredients = {
- {"block-electronics-0", "block-electronics-1"}
- ***************
- *** 328,331 ****
- --OV.remove_science_pack("cargo-robots-3", "chemical-science-pack")
- OV.add_prereq("angels-construction-robots-3", "tech-blue-circuit")
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 347,350 ----
- --OV.remove_science_pack("cargo-robots-3", "chemical-science-pack")
- OV.add_prereq("angels-construction-robots-3", "tech-blue-circuit")
- ! end
- diff -C3 -r angelsindustries_0.4.6/prototypes/overrides/global-tech-base-cores.lua angelsindustries_0.4.6-apmpatch/prototypes/overrides/global-tech-base-cores.lua
- *** angelsindustries_0.4.6/prototypes/overrides/global-tech-base-cores.lua 2020-08-17 11:52:26.000000000 +0200
- --- angelsindustries_0.4.6-apmpatch/prototypes/overrides/global-tech-base-cores.lua 2020-09-06 02:13:41.288115151 +0200
- ***************
- *** 178,181 ****
- --- 178,241 ----
- -- GLOBAL UPDATE TECHNOLOGY RESEARCH AMOUNT AND TIMES
- tech_unlock_reset()
- OV.execute()
- +
- + if mods ["apm-power-notnotmelon"] then
- + OV.remove_science_pack("apm_water_supply-1", "datacore-processing-1")
- + OV.remove_science_pack("apm_fluid_control-1", "datacore-logistic-1")
- + OV.remove_science_pack("sand-processing", "datacore-processing-1")
- + OV.remove_science_pack("glass-processing", "datacore-processing-1")
- + OV.remove_science_pack("apm_power_automation_science_pack", "datacore-energy-1")
- + OV.remove_science_pack("electricity", "datacore-energy-1")
- + OV.remove_science_pack("electricity", "angels-science-pack-red")
- + OV.remove_science_pack("apm_power_electricity", "datacore-energy-1")
- + OV.remove_science_pack("apm_power_electricity", "angels-science-pack-red")
- + OV.remove_prereq("apm_power_electricity", "tech-specialised-labs-basic-energy-1")
- + OV.remove_prereq("apm_power_electricity", "tech-specialised-labs-basic-exploration-1")
- +
- + OV.remove_science_pack("apm_power_steam", "datacore-energy-1")
- + OV.set_science_pack("angels-metallurgy-1", "apm_industrial_science_pack", 2)
- + OV.set_science_pack("angels-metallurgy-1", "apm_steam_science_pack", 2)
- + OV.remove_science_pack("angels-metallurgy-1", "datacore-processing-1")
- + OV.remove_science_pack("angels-metallurgy-1", "angels-science-pack-red")
- + OV.remove_prereq("angels-metallurgy-1", "tech-specialised-labs-basic-energy-1")
- + OV.remove_prereq("angels-metallurgy-1", "tech-specialised-labs-basic-processing-1")
- + OV.remove_prereq("angels-metallurgy-1", "tech-red-packs")
- +
- + OV.set_science_pack("angels-tin-smelting-1", "apm_industrial_science_pack", 2)
- + OV.set_science_pack("angels-tin-smelting-1", "apm_steam_science_pack", 2)
- + OV.remove_science_pack("angels-tin-smelting-1", "datacore-processing-1")
- + OV.remove_science_pack("angels-tin-smelting-1", "angels-science-pack-red")
- + OV.remove_prereq("angels-tin-smelting-1", "tech-specialised-labs-basic-processing-1")
- + OV.remove_prereq("angels-tin-smelting-1", "tech-red-packs")
- +
- + OV.set_science_pack("angels-solder-smelting-basic", "apm_industrial_science_pack", 2)
- + OV.set_science_pack("angels-solder-smelting-basic", "apm_steam_science_pack", 2)
- + OV.remove_science_pack("angels-solder-smelting-basic", "datacore-processing-1")
- + OV.remove_science_pack("angels-solder-smelting-basic", "angels-science-pack-red")
- + OV.remove_prereq("angels-solder-smelting-basic", "tech-specialised-labs-basic-processing-1")
- + OV.remove_prereq("angels-solder-smelting-basic", "tech-red-packs")
- +
- + OV.remove_science_pack("angels-solder-smelting-basic", "datacore-basic")
- + OV.remove_science_pack("angels-solder-smelting-basic", "angels-science-pack-grey")
- + OV.remove_science_pack("steam-mining-drill", "datacore-processing-1")
- +
- + OV.set_science_pack("basic-chemistry", "apm_industrial_science_pack", 2)
- + OV.set_science_pack("basic-chemistry", "apm_steam_science_pack", 2)
- + OV.remove_science_pack("basic-chemistry", "datacore-processing-1")
- + OV.remove_science_pack("basic-chemistry", "angels-science-pack-red")
- + OV.remove_prereq("basic-chemistry", "tech-specialised-labs-basic-processing-1")
- + OV.remove_prereq("basic-chemistry", "tech-red-packs")
- +
- + OV.set_science_pack("angels-coal-processing", "apm_industrial_science_pack", 2)
- + OV.set_science_pack("angels-coal-processing", "apm_steam_science_pack", 2)
- + OV.remove_science_pack("angels-coal-processing", "datacore-processing-1")
- + OV.remove_science_pack("angels-coal-processing", "angels-science-pack-red")
- + OV.remove_prereq("angels-coal-processing", "tech-specialised-labs-basic-processing-1")
- + OV.remove_prereq("angels-coal-processing", "tech-red-packs")
- +
- + OV.remove_science_pack("stone-walls", "datacore-war-1")
- +
- + OV.execute()
- + end
- +
- end
Add Comment
Please, Sign In to add comment