mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-20 03:29:47 +02:00
Scrap rebalance
This commit is contained in:
parent
d6494a87f2
commit
da380f80f9
@ -11,10 +11,9 @@ local entity_loot_chance = {
|
||||
{name = 'battery', chance = 15},
|
||||
{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 = 'crude-oil-barrel', chance = 50},
|
||||
{name = 'defender-capsule', chance = 10},
|
||||
{name = 'destroyer-capsule', chance = 2},
|
||||
{name = 'distractor-capsule', chance = 4},
|
||||
@ -33,10 +32,8 @@ local entity_loot_chance = {
|
||||
{name = 'iron-stick', chance = 50},
|
||||
{name = 'land-mine', chance = 3},
|
||||
{name = 'light-oil-barrel', chance = 20},
|
||||
{name = 'logistic-robot', chance = 1},
|
||||
{name = 'low-density-structure', chance = 1},
|
||||
{name = 'lubricant-barrel', chance = 20},
|
||||
{name = "nuclear-fuel", chance = 2},
|
||||
{name = "nuclear-fuel", chance = 5},
|
||||
{name = 'petroleum-gas-barrel', chance = 30},
|
||||
{name = 'pipe', chance = 100},
|
||||
{name = 'pipe-to-ground', chance = 10},
|
||||
@ -52,7 +49,7 @@ 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 = 'tank', chance = 2},
|
||||
{name = 'car', chance = 30}
|
||||
}
|
||||
|
||||
@ -63,7 +60,6 @@ local entity_loot_amounts = {
|
||||
['battery'] = 2,
|
||||
['cannon-shell'] = 2,
|
||||
--["cluster-grenade"] = 0.3,
|
||||
['construction-robot'] = 0.3,
|
||||
['copper-cable'] = 24,
|
||||
['copper-plate'] = 16,
|
||||
['crude-oil-barrel'] = 3,
|
||||
@ -87,8 +83,6 @@ local entity_loot_amounts = {
|
||||
['iron-stick'] = 16,
|
||||
['land-mine'] = 6,
|
||||
['light-oil-barrel'] = 3,
|
||||
['logistic-robot'] = 0.3,
|
||||
['low-density-structure'] = 0.3,
|
||||
['lubricant-barrel'] = 3,
|
||||
["nuclear-fuel"] = 0.1,
|
||||
['petroleum-gas-barrel'] = 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user