1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

RCU: removed

This commit is contained in:
Gerkiz 2024-09-25 19:46:50 +02:00
parent ba808c205b
commit 78d21cdd12
10 changed files with 0 additions and 16 deletions

View File

@ -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 },

View File

@ -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,

View File

@ -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,

View File

@ -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 },

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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',

View File

@ -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,

View File

@ -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,