1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

Fewer tanks in scrap

This commit is contained in:
blubFisch 2022-10-12 18:37:25 +01:00
parent 920d585fe9
commit 28d6849f1b

View File

@ -52,8 +52,8 @@ local entity_loot_chance = {
{name = "uranium-fuel-cell", chance = 1},
--{name = "used-up-uranium-fuel-cell", chance = 1},
{name = 'water-barrel', chance = 10},
{name = 'tank', chance = 15},
{name = 'car', chance = 30}
{name = 'tank', chance = 10},
{name = 'car', chance = 20}
}
-- positive numbers can scale, 0 is disabled, and negative numbers are fixed absolute values