diff --git a/maps/dungeons/research.lua b/maps/dungeons/research.lua index 54c82a7d..b857f4eb 100644 --- a/maps/dungeons/research.lua +++ b/maps/dungeons/research.lua @@ -297,7 +297,6 @@ local all_research = { { name = "worker-robots-speed-5", min = 14, max = 21 }, { name = "worker-robots-speed-6", min = 14, max = 21 }, { name = "personal-roboport-mk2-equipment", min = 14, max = 21 }, - { name = "rocket-control-unit", min = 14, max = 21 }, { name = "logistic-system", min = 14, max = 21 }, { name = "military-4", min = 14, max = 21 }, { name = "fusion-reactor-equipment", min = 14, max = 21 }, diff --git a/maps/expanse/price_raffle.lua b/maps/expanse/price_raffle.lua index f0ce7409..90616a2b 100644 --- a/maps/expanse/price_raffle.lua +++ b/maps/expanse/price_raffle.lua @@ -131,7 +131,6 @@ local item_worths = { ['electric-engine-unit'] = 64, ['flying-robot-frame'] = 128, ['satellite'] = 32768, - ['rocket-control-unit'] = 256, ['low-density-structure'] = 64, ['rocket-fuel'] = 256, ['nuclear-fuel'] = 1024, diff --git a/maps/native_war/mineable_wreckage_yields_scrap.lua b/maps/native_war/mineable_wreckage_yields_scrap.lua index 15bcec0b..9e063c63 100644 --- a/maps/native_war/mineable_wreckage_yields_scrap.lua +++ b/maps/native_war/mineable_wreckage_yields_scrap.lua @@ -31,7 +31,6 @@ local mining_chance_weights = { { name = 'used-up-uranium-fuel-cell', chance = 1 }, { name = 'uranium-fuel-cell', chance = 1 }, { name = 'rocket-fuel', chance = 3 }, - { name = 'rocket-control-unit', chance = 1 }, { name = 'low-density-structure', chance = 1 }, { name = 'heat-pipe', chance = 1 }, { name = 'engine-unit', chance = 4 }, @@ -81,7 +80,6 @@ local scrap_yield_amounts = { ['used-up-uranium-fuel-cell'] = 1, ['uranium-fuel-cell'] = 0.3, ['rocket-fuel'] = 0.3, - ['rocket-control-unit'] = 0.3, ['low-density-structure'] = 0.3, ['heat-pipe'] = 1, ['green-wire'] = 8, diff --git a/maps/scrap_towny_ffa/evolution.lua b/maps/scrap_towny_ffa/evolution.lua index bdeedf1d..6fd55830 100644 --- a/maps/scrap_towny_ffa/evolution.lua +++ b/maps/scrap_towny_ffa/evolution.lua @@ -184,7 +184,6 @@ local technology_weights = { ['research-speed-5'] = { biter = 1, spitter = 1, worm = 1 }, ['research-speed-6'] = { biter = 1, spitter = 1, worm = 1 }, ['robotics'] = { biter = 1, spitter = 1, worm = 1 }, - ['rocket-control-unit'] = { biter = 1, spitter = 1, worm = 1 }, ['rocket-fuel'] = { biter = 1, spitter = 1, worm = 1 }, ['rocket-silo'] = { biter = 1, spitter = 1, worm = 1 }, ['rocketry'] = { biter = 1, spitter = 1, worm = 1 }, diff --git a/maps/scrap_towny_ffa/terrain.lua b/maps/scrap_towny_ffa/terrain.lua index a5d47bda..1f9a28ab 100644 --- a/maps/scrap_towny_ffa/terrain.lua +++ b/maps/scrap_towny_ffa/terrain.lua @@ -95,7 +95,6 @@ local container_loot_chance = { { name = 'plastic-bar', chance = 5 }, { name = 'processing-unit', chance = 2 }, --{name = "rocket", chance = 3}, - --{name = "rocket-control-unit", chance = 1}, --{name = "rocket-fuel", chance = 3}, { name = 'solid-fuel', chance = 100 }, { name = 'steel-plate', chance = 150 }, @@ -147,7 +146,6 @@ local container_loot_amounts = { ['processing-unit'] = 2, ['red-wire'] = 8, --["rocket"] = 2, - --["rocket-control-unit"] = 0.3, --["rocket-fuel"] = 0.3, ['solid-fuel'] = 4, ['steel-plate'] = 4, diff --git a/modules/mineable_wreckage_yields_scrap.lua b/modules/mineable_wreckage_yields_scrap.lua index 1b406643..7b085108 100644 --- a/modules/mineable_wreckage_yields_scrap.lua +++ b/modules/mineable_wreckage_yields_scrap.lua @@ -30,7 +30,6 @@ local mining_chance_weights = { { name = 'used-up-uranium-fuel-cell', chance = 1 }, { name = 'uranium-fuel-cell', chance = 1 }, { name = 'rocket-fuel', chance = 3 }, - { name = 'rocket-control-unit', chance = 1 }, { name = 'low-density-structure', chance = 1 }, { name = 'heat-pipe', chance = 1 }, { name = 'engine-unit', chance = 4 }, @@ -80,7 +79,6 @@ local scrap_yield_amounts = { ['used-up-uranium-fuel-cell'] = 1, ['uranium-fuel-cell'] = 0.3, ['rocket-fuel'] = 0.3, - ['rocket-control-unit'] = 0.3, ['low-density-structure'] = 0.3, ['heat-pipe'] = 1, ['green-wire'] = 8, diff --git a/modules/mobs_drop_loot.lua b/modules/mobs_drop_loot.lua index e6aa1e4d..1585a3e6 100644 --- a/modules/mobs_drop_loot.lua +++ b/modules/mobs_drop_loot.lua @@ -128,7 +128,6 @@ local item_worths = { ['electric-engine-unit'] = 64, ['flying-robot-frame'] = 128, ['satellite'] = 32768, - ['rocket-control-unit'] = 256, ['low-density-structure'] = 64, ['rocket-fuel'] = 256, ['nuclear-fuel'] = 1024, diff --git a/utils/functions/loot_raffle.lua b/utils/functions/loot_raffle.lua index 8b06bfdd..f5e72bac 100644 --- a/utils/functions/loot_raffle.lua +++ b/utils/functions/loot_raffle.lua @@ -134,7 +134,6 @@ local item_worths = { ['electric-engine-unit'] = 64, ['flying-robot-frame'] = 128, ['satellite'] = 32768, - ['rocket-control-unit'] = 256, ['low-density-structure'] = 64, ['rocket-fuel'] = 256, ['nuclear-fuel'] = 1024, @@ -391,7 +390,6 @@ local tech_tier_list = { 'efficiency-module-3', 'space-science-pack', 'beacon', - 'rocket-control-unit', 'fusion-reactor-equipment', 'artillery-wagon', 'artillery-turret', diff --git a/utils/terrain_layouts/scrap_01.lua b/utils/terrain_layouts/scrap_01.lua index 30e5c392..74e8550a 100644 --- a/utils/terrain_layouts/scrap_01.lua +++ b/utils/terrain_layouts/scrap_01.lua @@ -60,7 +60,6 @@ local mining_chance_weights = { { name = 'used-up-uranium-fuel-cell', chance = 1 }, { name = 'uranium-fuel-cell', chance = 1 }, { name = 'rocket-fuel', chance = 3 }, - { name = 'rocket-control-unit', chance = 1 }, { name = 'low-density-structure', chance = 1 }, { name = 'heat-pipe', chance = 1 }, { name = 'engine-unit', chance = 4 }, @@ -110,7 +109,6 @@ local scrap_yield_amounts = { ['used-up-uranium-fuel-cell'] = 1, ['uranium-fuel-cell'] = 0.3, ['rocket-fuel'] = 0.3, - ['rocket-control-unit'] = 0.3, ['low-density-structure'] = 0.3, ['heat-pipe'] = 1, ['green-wire'] = 8, diff --git a/utils/terrain_layouts/scrap_02.lua b/utils/terrain_layouts/scrap_02.lua index 28350c55..2bd6b3ae 100644 --- a/utils/terrain_layouts/scrap_02.lua +++ b/utils/terrain_layouts/scrap_02.lua @@ -83,7 +83,6 @@ local mining_chance_weights = { { name = 'used-up-uranium-fuel-cell', chance = 1 }, { name = 'uranium-fuel-cell', chance = 1 }, { name = 'rocket-fuel', chance = 3 }, - { name = 'rocket-control-unit', chance = 1 }, { name = 'low-density-structure', chance = 1 }, { name = 'heat-pipe', chance = 1 }, { name = 'engine-unit', chance = 4 }, @@ -133,7 +132,6 @@ local scrap_yield_amounts = { ['used-up-uranium-fuel-cell'] = 1, ['uranium-fuel-cell'] = 0.3, ['rocket-fuel'] = 0.3, - ['rocket-control-unit'] = 0.3, ['low-density-structure'] = 0.3, ['heat-pipe'] = 1, ['green-wire'] = 8,