mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-03 13:12:11 +02:00
Adjust loot
This commit is contained in:
parent
74a3f193ab
commit
7bdec964d8
@ -9,20 +9,20 @@ local entity_loot_chance = {
|
||||
{name = 'advanced-circuit', chance = 15},
|
||||
--{name = "artillery-shell", chance = 1},
|
||||
{name = 'battery', chance = 15},
|
||||
{name = 'cannon-shell', chance = 4},
|
||||
{name = 'cannon-shell', chance = 5},
|
||||
--{name = "cluster-grenade", chance = 2},
|
||||
{name = 'construction-robot', chance = 1},
|
||||
{name = 'copper-cable', chance = 250},
|
||||
{name = 'copper-plate', chance = 250},
|
||||
{name = 'crude-oil-barrel', chance = 30},
|
||||
{name = 'defender-capsule', chance = 5},
|
||||
{name = 'destroyer-capsule', chance = 1},
|
||||
{name = 'distractor-capsule', chance = 2},
|
||||
{name = 'defender-capsule', chance = 10},
|
||||
{name = 'destroyer-capsule', chance = 2},
|
||||
{name = 'distractor-capsule', chance = 4},
|
||||
{name = 'electric-engine-unit', chance = 2},
|
||||
{name = 'electronic-circuit', chance = 150},
|
||||
{name = 'empty-barrel', chance = 10},
|
||||
{name = 'engine-unit', chance = 5},
|
||||
{name = 'explosive-cannon-shell', chance = 2},
|
||||
{name = 'explosive-cannon-shell', chance = 5},
|
||||
--{name = "explosive-rocket", chance = 3},
|
||||
--{name = "explosive-uranium-cannon-shell", chance = 1},
|
||||
{name = 'explosives', chance = 5},
|
||||
@ -36,7 +36,7 @@ local entity_loot_chance = {
|
||||
{name = 'logistic-robot', chance = 1},
|
||||
{name = 'low-density-structure', chance = 1},
|
||||
{name = 'lubricant-barrel', chance = 20},
|
||||
{name = "nuclear-fuel", chance = 1},
|
||||
{name = "nuclear-fuel", chance = 2},
|
||||
{name = 'petroleum-gas-barrel', chance = 30},
|
||||
{name = 'pipe', chance = 100},
|
||||
{name = 'pipe-to-ground', chance = 10},
|
||||
@ -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 = 10},
|
||||
{name = 'car', chance = 20}
|
||||
{name = 'tank', chance = 15},
|
||||
{name = 'car', chance = 30}
|
||||
}
|
||||
|
||||
-- positive numbers can scale, 0 is disabled, and negative numbers are fixed absolute values
|
||||
|
Loading…
x
Reference in New Issue
Block a user