diff --git a/maps/scrap_towny_ffa/wreckage_yields_scrap.lua b/maps/scrap_towny_ffa/wreckage_yields_scrap.lua index c3566a83..0d2ee7f4 100644 --- a/maps/scrap_towny_ffa/wreckage_yields_scrap.lua +++ b/maps/scrap_towny_ffa/wreckage_yields_scrap.lua @@ -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