1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Balance crafting objectives

This commit is contained in:
Agocelt 2024-02-26 18:00:43 +01:00 committed by GitHub
parent 6f4c0db8b5
commit 301d483653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,32 +690,32 @@ end
local function get_random_items()
local items = {
{'advanced-circuit', scale(100000, 10000000)},
{'copper-cable', scale(2000000, 100000000)},
{'copper-plate', scale(500000, 80000000)},
{'electric-engine-unit', scale(3000, 200000)},
{'electronic-circuit', scale(100000, 30000000)},
{'engine-unit', scale(9000, 750000)},
{'explosives', scale(13000, 3000000)},
{'iron-gear-wheel', scale(50000, 3000000)},
{'iron-plate', scale(500000, 80000000)},
{'iron-stick', scale(10000, 300000)},
{'processing-unit', scale(5000, 1000000)},
{'rocket-control-unit', scale(5000, 500000)},
{'steel-plate', scale(300000, 7000000)},
{'rocket', scale(4000, 600000)},
{'explosive-rocket', scale(4000, 600000)},
{'slowdown-capsule', scale(6000, 100000)},
{'laser-turret', scale(2000, 100000)},
{'stone-wall', scale(5000, 200000)},
{'accumulator', scale(500, 100000)},
{'refined-concrete', scale(5000, 200000)},
{'uranium-rounds-magazine', scale(500, 100000)},
{'explosive-uranium-cannon-shell', scale(500, 100000)},
{'distractor-capsule', scale(200, 100000)},
{'cluster-grenade', scale(200, 100000)},
{'small-lamp', scale(100, 100000)},
{'uranium-fuel-cell', scale(500, 100000)}
{'advanced-circuit', scale(225000, 9000000)},
{'copper-cable', scale(3000000, 120000000)},
{'copper-plate', scale(1500000, 60000000)},
{'electric-engine-unit', scale(10000, 400000)},
{'electronic-circuit', scale(1000000, 40000000)},
{'engine-unit', scale(20000, 800000)},
{'explosives', scale(150000, 6000000)},
{'iron-gear-wheel', scale(150000, 6000000)},
{'iron-plate', scale(2000000, 80000000)},
{'iron-stick', scale(75000, 3000000)},
{'processing-unit', scale(40000, 1600000)},
{'rocket-control-unit', scale(8000, 320000)},
{'steel-plate', scale(200000, 8000000)},
{'rocket', scale(25000, 1000000)},
{'explosive-rocket', scale(25000, 1000000)},
{'slowdown-capsule', scale(10000, 400000)},
{'laser-turret', scale(3000, 120000)},
{'stone-wall', scale(20000, 800000)},
{'accumulator', scale(5000, 200000)},
{'refined-concrete', scale(15000, 600000)},
{'uranium-rounds-magazine', scale(4000, 160000)},
{'explosive-uranium-cannon-shell', scale(3000, 120000)},
{'distractor-capsule', scale(1500, 60000)},
{'cluster-grenade', scale(4000, 160000)},
{'small-lamp', scale(5000, 200000)},
{'uranium-fuel-cell', scale(2500, 100000)}
}
shuffle(items)