From da380f80f9d626a1289a5ac3ddc1acd77285fe05 Mon Sep 17 00:00:00 2001 From: blubFisch Date: Sat, 15 Oct 2022 14:46:25 +0100 Subject: [PATCH] Scrap rebalance --- maps/scrap_towny_ffa/wreckage_yields_scrap.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/maps/scrap_towny_ffa/wreckage_yields_scrap.lua b/maps/scrap_towny_ffa/wreckage_yields_scrap.lua index b0c4570b..44b4a29e 100644 --- a/maps/scrap_towny_ffa/wreckage_yields_scrap.lua +++ b/maps/scrap_towny_ffa/wreckage_yields_scrap.lua @@ -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,