Not functioning properly, loot not changing
Installed the addon, used the website to make the loot tables, turned the server off, dragged the LootTables.json in and replaced the old one. Restarted the server. Barrels are still the same, monuments have no loot in them. What went wrong? And no I don't have any other loot addons.

heres my loottables

https://pastebin.com/4Q8mJbef
I am having the problem in that i stop the server and then adjust the "rarity" config by adding items to it, i save it and then restart the server and the file is again Default, I have done this at least five times now, I am using "shortname" for items copied from names list,
In response to pookins ():
I am having the problem in that i stop the server and then adjust the "rarity" config by adding item...
Could not edit above post, issue resolved (so far)

If you have some problems with online maker loot on barrels and some food box, there is problem with 3 missing prefabname, you must add in our betterloot config file in config folder and you neet to set loot to to works corect.

assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab
assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab
assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab

Here is my betterloot config file you can see how i do it, you can just copy to and past in our.


this 3 what missing i call //added, that you need add to in our BetterLoot.json and items need add by hand in our LootTables.json what you create  in Data folder

 

BTW. This 3 items not show on Online creation and edition of loot tables

PS. if you wonder how I added this in my BetterLoot.json, i just cler it all in and past all from LootTables.json, or you can just rename LootTables in BetterLoot and replace it all.

Sorry for bad 
English hope i help some1.

In response to mehdin00 ():
If you have some problems with online maker loot on barrels and some food box, there is problem with...
Here is my json file
{
  "Generic": {
    "blueprintProbability": 0.11,
    "listUpdatesOnLoaded": true,
    "removeStackedContainers": true,
    "WatchedPrefabs": [
	  "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab", //added
	  "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab", //added
	  "assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab", //added
      "assets/bundled/prefabs/radtown/crate_basic.prefab",
      "assets/bundled/prefabs/radtown/crate_elite.prefab",
      "assets/bundled/prefabs/radtown/crate_mine.prefab",
      "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "assets/bundled/prefabs/radtown/crate_normal_2.prefab",
      "assets/bundled/prefabs/radtown/crate_normal_2_food.prefab",
      "assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab",
      "assets/bundled/prefabs/radtown/crate_tools.prefab",
      "assets/bundled/prefabs/radtown/crate_underwater_advanced.prefab",
      "assets/bundled/prefabs/radtown/crate_underwater_basic.prefab",
      "assets/bundled/prefabs/radtown/foodbox.prefab",
      "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "assets/bundled/prefabs/radtown/loot_trash.prefab",
      "assets/bundled/prefabs/radtown/minecart.prefab",
      "assets/bundled/prefabs/radtown/oil_barrel.prefab",
      "assets/prefabs/npc/m2bradley/bradley_crate.prefab",
      "assets/prefabs/npc/patrol helicopter/heli_crate.prefab",
      "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab",
      "assets/prefabs/misc/supply drop/supply_drop.prefab"
    ]
  },
  "LootTables": {
    "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab": {
      "Enabled": true,
      "ItemList": {
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gears": {
          "Max": 4,
          "Min": 2
        },
        "grenade.f1": {
          "Max": 1,
          "Min": 1
        },
        "metalblade": {
          "Max": 4,
          "Min": 2
        },
        "metalpipe": {
          "Max": 4,
          "Min": 2
        },
        "metalspring": {
          "Max": 4,
          "Min": 2
        },
        "propanetank": {
          "Max": 4,
          "Min": 2
        },
        "riflebody": {
          "Max": 1,
          "Min": 1
        },
        "roadsigns": {
          "Max": 4,
          "Min": 2
        },
        "rope": {
          "Max": 4,
          "Min": 2
        },
        "semibody": {
          "Max": 1,
          "Min": 1
        },
        "sewingkit": {
          "Max": 4,
          "Min": 2
        },
        "sheetmetal": {
          "Max": 4,
          "Min": 2
        },
        "shelves": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 1,
          "Min": 1
        },
        "tarp": {
          "Max": 4,
          "Min": 2
        },
        "techparts": {
          "Max": 4,
          "Min": 2
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab": {
      "Enabled": true,
      "ItemList": {
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gears": {
          "Max": 4,
          "Min": 2
        },
        "grenade.f1": {
          "Max": 1,
          "Min": 1
        },
        "metalblade": {
          "Max": 4,
          "Min": 2
        },
        "metalpipe": {
          "Max": 4,
          "Min": 2
        },
        "metalspring": {
          "Max": 4,
          "Min": 2
        },
        "propanetank": {
          "Max": 4,
          "Min": 2
        },
        "riflebody": {
          "Max": 1,
          "Min": 1
        },
        "roadsigns": {
          "Max": 4,
          "Min": 2
        },
        "rope": {
          "Max": 4,
          "Min": 2
        },
        "semibody": {
          "Max": 1,
          "Min": 1
        },
        "sewingkit": {
          "Max": 4,
          "Min": 2
        },
        "sheetmetal": {
          "Max": 4,
          "Min": 2
        },
        "shelves": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 1,
          "Min": 1
        },
        "tarp": {
          "Max": 4,
          "Min": 2
        },
        "techparts": {
          "Max": 4,
          "Min": 2
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab": {
      "Enabled": true,
      "ItemList": {
        "antiradpills": {
          "Max": 5,
          "Min": 2
        },
        "apple": {
          "Max": 5,
          "Min": 5
        },
        "can.beans": {
          "Max": 3,
          "Min": 1
        },
        "can.tuna": {
          "Max": 3,
          "Min": 1
        },
        "chocholate": {
          "Max": 3,
          "Min": 1
        },
        "granolabar": {
          "Max": 3,
          "Min": 1
        },
        "jar.pickle": {
          "Max": 3,
          "Min": 1
        },
        "smallwaterbottle": {
          "Max": 1,
          "Min": 1
        },
        "waterjug": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/radtown/crate_basic.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.handmade.shell": {
          "Max": 8,
          "Min": 4
        },
        "ammo.nailgun.nails": {
          "Max": 40,
          "Min": 20
        },
        "arrow.wooden": {
          "Max": 20,
          "Min": 15
        },
        "barricade.sandbags": {
          "Max": 2,
          "Min": 1
        },
        "barricade.sandbags.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "barricade.stone.blueprint": {
          "Max": 2,
          "Min": 1
        },
        "bow.hunting": {
          "Max": 1,
          "Min": 1
        },
        "burlap.gloves": {
          "Max": 1,
          "Min": 1
        },
        "chair.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "diving.fins": {
          "Max": 1,
          "Min": 1
        },
        "diving.mask": {
          "Max": 1,
          "Min": 1
        },
        "diving.tank": {
          "Max": 1,
          "Min": 1
        },
        "diving.wetsuit": {
          "Max": 1,
          "Min": 1
        },
        "fireplace.stone.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "fun.guitar": {
          "Max": 1,
          "Min": 1
        },
        "grenade.beancan": {
          "Max": 1,
          "Min": 1
        },
        "hat.beenie": {
          "Max": 1,
          "Min": 1
        },
        "hat.cap": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "machete": {
          "Max": 1,
          "Min": 1
        },
        "mailbox.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "pants.shorts": {
          "Max": 1,
          "Min": 1
        },
        "pistol.nailgun": {
          "Max": 1,
          "Min": 1
        },
        "planter.large.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "planter.small.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "shelves": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.waterpipe": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.a": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.b": {
          "Max": 1,
          "Min": 1
        },
        "sign.hanging.ornate": {
          "Max": 1,
          "Min": 1
        },
        "spear.stone": {
          "Max": 1,
          "Min": 1
        },
        "stone.pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "stonehatchet": {
          "Max": 1,
          "Min": 1
        },
        "tunalight": {
          "Max": 1,
          "Min": 1
        },
        "watchtower.wood.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "water.catcher.large.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "water.catcher.small.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "wood.armor.jacket": {
          "Max": 1,
          "Min": 1
        },
        "wood.armor.pants": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 4,
      "ItemsMin": 3,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/radtown/crate_elite.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.rocket.basic": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.fire": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.hv": {
          "Max": 1,
          "Min": 1
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
        },
        "axe.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "barricade.metal": {
          "Max": 2,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 3,
          "Min": 1
        },
        "chainsaw": {
          "Max": 1,
          "Min": 1
        },
        "coffeecan.helmet": {
          "Max": 1,
          "Min": 1
        },
        "door.double.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "door.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 2,
          "Min": 1
        },
        "explosives": {
          "Max": 8,
          "Min": 2
        },
        "flamethrower": {
          "Max": 1,
          "Min": 1
        },
        "floor.ladder.hatch": {
          "Max": 1,
          "Min": 1
        },
        "furnace.large": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.stone": {
          "Max": 1,
          "Min": 1
        },
        "generator.wind.scrap": {
          "Max": 1,
          "Min": 1
        },
        "grenade.f1": {
          "Max": 5,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.helmet": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.jacket": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.pants": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "icepick.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "largemedkit": {
          "Max": 3,
          "Min": 1
        },
        "locker": {
          "Max": 1,
          "Min": 1
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "metal.refined": {
          "Max": 40,
          "Min": 20
        },
        "mining.quarry": {
          "Max": 1,
          "Min": 1
        },
        "mining.quarry.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "pistol.python": {
          "Max": 1,
          "Min": 1
        },
        "pistol.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "riflebody": {
          "Max": 3,
          "Min": 1
        },
        "roadsign.gloves": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.jacket": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.kilt": {
          "Max": 1,
          "Min": 1
        },
        "rocket.launcher": {
          "Max": 1,
          "Min": 1
        },
        "shoes.boots": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.pump": {
          "Max": 1,
          "Min": 1
        },
        "small.oil.refinery": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 3,
          "Min": 1
        },
        "supply.signal": {
          "Max": 1,
          "Min": 1
        },
        "surveycharge": {
          "Max": 4,
          "Min": 2
        },
        "syringe.medical": {
          "Max": 5,
          "Min": 2
        },
        "targeting.computer": {
          "Max": 2,
          "Min": 1
        },
        "techparts": {
          "Max": 7,
          "Min": 2
        },
        "trap.landmine": {
          "Max": 2,
          "Min": 1
        },
        "wall.external.high.stone": {
          "Max": 2,
          "Min": 1
        },
        "wall.frame.cell": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.cell.gate": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.bars.toptier": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.holosight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzleboost": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzlebrake": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.small.scope": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 6,
      "ItemsMin": 3,
      "MaxBPs": 1,
      "Scrap": 50
    },
    "assets/bundled/prefabs/radtown/crate_mine.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.handmade.shell": {
          "Max": 8,
          "Min": 4
        },
        "ammo.handmade.shell.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "ammo.nailgun.nails": {
          "Max": 40,
          "Min": 20
        },
        "arrow.wooden": {
          "Max": 25,
          "Min": 20
        },
        "arrow.wooden.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "bed.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "boots.frog": {
          "Max": 1,
          "Min": 1
        },
        "bow.compound": {
          "Max": 1,
          "Min": 1
        },
        "bow.compound.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "bucket.helmet": {
          "Max": 1,
          "Min": 1
        },
        "burlap.gloves": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "flare": {
          "Max": 6,
          "Min": 4
        },
        "hammer.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "hat.miner": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "jacket": {
          "Max": 1,
          "Min": 1
        },
        "lantern": {
          "Max": 1,
          "Min": 1
        },
        "lowgradefuel": {
          "Max": 15,
          "Min": 10
        },
        "metal.fragments": {
          "Max": 95,
          "Min": 55
        },
        "metal.refined": {
          "Max": 10,
          "Min": 5
        },
        "pants.shorts": {
          "Max": 1,
          "Min": 1
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "pistol.nailgun": {
          "Max": 1,
          "Min": 1
        },
        "shirt.collared": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.double": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.double.blueprint": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 4,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 20
    },
    "assets/bundled/prefabs/radtown/crate_normal.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.rocket.basic": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.fire": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.hv": {
          "Max": 1,
          "Min": 1
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
        },
        "axe.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "barricade.metal": {
          "Max": 2,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 3,
          "Min": 1
        },
        "coffeecan.helmet": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 1,
          "Min": 1
        },
        "explosives": {
          "Max": 6,
          "Min": 1
        },
        "flamethrower": {
          "Max": 1,
          "Min": 1
        },
        "floor.ladder.hatch": {
          "Max": 1,
          "Min": 1
        },
        "furnace.large": {
          "Max": 1,
          "Min": 1
        },
        "generator.wind.scrap": {
          "Max": 1,
          "Min": 1
        },
        "grenade.f1": {
          "Max": 4,
          "Min": 1
        },
        "guntrap": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.helmet": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.jacket": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.pants": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "icepick.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "largemedkit": {
          "Max": 2,
          "Min": 1
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "metal.refined": {
          "Max": 40,
          "Min": 25
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pistol.python": {
          "Max": 1,
          "Min": 1
        },
        "pistol.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "riflebody": {
          "Max": 3,
          "Min": 1
        },
        "roadsign.gloves": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.jacket": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.kilt": {
          "Max": 1,
          "Min": 1
        },
        "shoes.boots": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.pump": {
          "Max": 1,
          "Min": 1
        },
        "small.oil.refinery": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 4,
          "Min": 2
        },
        "supply.signal": {
          "Max": 1,
          "Min": 1
        },
        "syringe.medical": {
          "Max": 4,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 2,
          "Min": 1
        },
        "techparts": {
          "Max": 5,
          "Min": 2
        },
        "trap.landmine": {
          "Max": 2,
          "Min": 1
        },
        "wall.external.high.stone": {
          "Max": 2,
          "Min": 1
        },
        "wall.frame.cell": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.cell.gate": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzleboost": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzlebrake": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.silencer": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 4,
      "ItemsMin": 3,
      "MaxBPs": 1,
      "Scrap": 35
    },
    "assets/bundled/prefabs/radtown/crate_normal_2.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.handmade.shell": {
          "Max": 8,
          "Min": 4
        },
        "ammo.pistol": {
          "Max": 20,
          "Min": 15
        },
        "bed": {
          "Max": 1,
          "Min": 1
        },
        "bucket.helmet": {
          "Max": 1,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 2,
          "Min": 1
        },
        "ceilinglight": {
          "Max": 1,
          "Min": 1
        },
        "dropbox": {
          "Max": 1,
          "Min": 1
        },
        "electric.andswitch": {
          "Max": 2,
          "Min": 1
        },
        "electric.battery.rechargable.large": {
          "Max": 2,
          "Min": 1
        },
        "electric.battery.rechargable.small": {
          "Max": 2,
          "Min": 1
        },
        "electric.blocker": {
          "Max": 2,
          "Min": 1
        },
        "electric.counter": {
          "Max": 2,
          "Min": 1
        },
        "electric.doorcontroller": {
          "Max": 2,
          "Min": 1
        },
        "electric.orswitch": {
          "Max": 2,
          "Min": 1
        },
        "electric.pressurepad": {
          "Max": 2,
          "Min": 1
        },
        "electric.solarpanel.large": {
          "Max": 2,
          "Min": 1
        },
        "electric.splitter": {
          "Max": 2,
          "Min": 1
        },
        "electric.switch": {
          "Max": 2,
          "Min": 1
        },
        "electric.timer": {
          "Max": 2,
          "Min": 1
        },
        "electric.xorswitch": {
          "Max": 2,
          "Min": 1
        },
        "electrical.branch": {
          "Max": 2,
          "Min": 1
        },
        "electrical.combiner": {
          "Max": 2,
          "Min": 1
        },
        "electrical.memorycell": {
          "Max": 2,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "flameturret": {
          "Max": 1,
          "Min": 1
        },
        "floor.grill": {
          "Max": 1,
          "Min": 1
        },
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.wood": {
          "Max": 1,
          "Min": 1
        },
        "grenade.beancan": {
          "Max": 1,
          "Min": 1
        },
        "guntrap": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "jacket.snow": {
          "Max": 1,
          "Min": 1
        },
        "ladder.wooden.wall": {
          "Max": 1,
          "Min": 1
        },
        "mace": {
          "Max": 1,
          "Min": 1
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "pistol.revolver": {
          "Max": 1,
          "Min": 1
        },
        "riot.helmet": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.cleaver": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.sword": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.double": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.waterpipe": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.a": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.b": {
          "Max": 1,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 2,
          "Min": 1
        },
        "trap.bear": {
          "Max": 1,
          "Min": 1
        },
        "tshirt": {
          "Max": 1,
          "Min": 1
        },
        "wall.external.high": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.fence": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.fence.gate": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.garagedoor": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.bars.metal": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.glass.reinforced": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.silencer": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.simplesight": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 4,
      "ItemsMin": 3,
      "MaxBPs": 1,
      "Scrap": 25
    },
    "assets/bundled/prefabs/radtown/crate_normal_2_food.prefab": {
      "Enabled": true,
      "ItemList": {
        "apple": {
          "Max": 12,
          "Min": 3
        },
        "black.raspberries": {
          "Max": 10,
          "Min": 2
        },
        "blueberries": {
          "Max": 12,
          "Min": 3
        },
        "can.beans": {
          "Max": 5,
          "Min": 1
        },
        "can.tuna": {
          "Max": 5,
          "Min": 1
        },
        "chocholate": {
          "Max": 5,
          "Min": 1
        },
        "corn": {
          "Max": 5,
          "Min": 1
        },
        "granolabar": {
          "Max": 5,
          "Min": 1
        },
        "mushroom": {
          "Max": 10,
          "Min": 5
        },
        "pumpkin": {
          "Max": 5,
          "Min": 1
        },
        "waterjug": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 20
    },
    "assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab": {
      "Enabled": true,
      "ItemList": {
        "bandage": {
          "Max": 5,
          "Min": 2
        },
        "black.raspberries": {
          "Max": 10,
          "Min": 2
        },
        "blueberries": {
          "Max": 10,
          "Min": 2
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "largemedkit": {
          "Max": 2,
          "Min": 1
        },
        "smallwaterbottle": {
          "Max": 1,
          "Min": 1
        },
        "syringe.medical": {
          "Max": 5,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 20
    },
    "assets/bundled/prefabs/radtown/crate_tools.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.nailgun.nails": {
          "Max": 40,
          "Min": 20
        },
        "ammo.pistol": {
          "Max": 20,
          "Min": 15
        },
        "ammo.shotgun": {
          "Max": 12,
          "Min": 4
        },
        "arrow.fire": {
          "Max": 10,
          "Min": 5
        },
        "arrow.wooden": {
          "Max": 20,
          "Min": 10
        },
        "axe.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "boots.frog": {
          "Max": 1,
          "Min": 1
        },
        "bow.compound": {
          "Max": 1,
          "Min": 1
        },
        "bow.hunting": {
          "Max": 1,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 1,
          "Min": 1
        },
        "chainsaw": {
          "Max": 1,
          "Min": 1
        },
        "crossbow": {
          "Max": 1,
          "Min": 1
        },
        "diving.fins": {
          "Max": 1,
          "Min": 1
        },
        "diving.mask": {
          "Max": 1,
          "Min": 1
        },
        "diving.tank": {
          "Max": 1,
          "Min": 1
        },
        "diving.wetsuit": {
          "Max": 1,
          "Min": 1
        },
        "grenade.beancan": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "icepick.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "jackhammer": {
          "Max": 1,
          "Min": 1
        },
        "lowgradefuel": {
          "Max": 50,
          "Min": 30
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "pistol.nailgun": {
          "Max": 1,
          "Min": 1
        },
        "pistol.revolver": {
          "Max": 1,
          "Min": 1
        },
        "riot.helmet": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.sword": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.double": {
          "Max": 1,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 1,
          "Min": 1
        },
        "tshirt.long": {
          "Max": 1,
          "Min": 1
        },
        "wood.armor.jacket": {
          "Max": 1,
          "Min": 1
        },
        "wood.armor.pants": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 15
    },
    "assets/bundled/prefabs/radtown/crate_underwater_advanced.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.handmade.shell": {
          "Max": 8,
          "Min": 4
        },
        "ammo.pistol": {
          "Max": 20,
          "Min": 15
        },
        "bed": {
          "Max": 1,
          "Min": 1
        },
        "bucket.helmet": {
          "Max": 1,
          "Min": 1
        },
        "ceilinglight": {
          "Max": 1,
          "Min": 1
        },
        "dropbox": {
          "Max": 1,
          "Min": 1
        },
        "electric.andswitch": {
          "Max": 2,
          "Min": 1
        },
        "electric.battery.rechargable.large": {
          "Max": 2,
          "Min": 1
        },
        "electric.battery.rechargable.small": {
          "Max": 1,
          "Min": 1
        },
        "electric.blocker": {
          "Max": 1,
          "Min": 1
        },
        "electric.counter": {
          "Max": 2,
          "Min": 1
        },
        "electric.doorcontroller": {
          "Max": 1,
          "Min": 1
        },
        "electric.laserdetector": {
          "Max": 1,
          "Min": 1
        },
        "electric.orswitch": {
          "Max": 1,
          "Min": 1
        },
        "electric.pressurepad": {
          "Max": 1,
          "Min": 1
        },
        "electric.solarpanel.large": {
          "Max": 1,
          "Min": 1
        },
        "electric.splitter": {
          "Max": 1,
          "Min": 1
        },
        "electric.switch": {
          "Max": 1,
          "Min": 1
        },
        "electric.timer": {
          "Max": 1,
          "Min": 1
        },
        "electric.xorswitch": {
          "Max": 1,
          "Min": 1
        },
        "electrical.branch": {
          "Max": 1,
          "Min": 1
        },
        "electrical.combiner": {
          "Max": 1,
          "Min": 1
        },
        "electrical.memorycell": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "flameturret": {
          "Max": 1,
          "Min": 1
        },
        "floor.grill": {
          "Max": 1,
          "Min": 1
        },
        "fridge": {
          "Max": 1,
          "Min": 1
        },
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.wood": {
          "Max": 1,
          "Min": 1
        },
        "grenade.beancan": {
          "Max": 1,
          "Min": 1
        },
        "guntrap": {
          "Max": 1,
          "Min": 1
        },
        "hammer.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "jacket": {
          "Max": 1,
          "Min": 1
        },
        "ladder.wooden.wall": {
          "Max": 2,
          "Min": 1
        },
        "mace": {
          "Max": 1,
          "Min": 1
        },
        "metal.refined": {
          "Max": 35,
          "Min": 20
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "pistol.revolver": {
          "Max": 1,
          "Min": 1
        },
        "riot.helmet": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.cleaver": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.sword": {
          "Max": 1,
          "Min": 1
        },
        "semibody": {
          "Max": 2,
          "Min": 1
        },
        "shotgun.double": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.waterpipe": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.a": {
          "Max": 1,
          "Min": 1
        },
        "shutter.metal.embrasure.b": {
          "Max": 1,
          "Min": 1
        },
        "trap.bear": {
          "Max": 3,
          "Min": 1
        },
        "tshirt": {
          "Max": 1,
          "Min": 1
        },
        "tshirt.long": {
          "Max": 1,
          "Min": 1
        },
        "wall.external.high": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.fence": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.fence.gate": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.garagedoor": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.bars.metal": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.glass.reinforced": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.silencer": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.simplesight": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 4,
      "ItemsMin": 3,
      "MaxBPs": 1,
      "Scrap": 30
    },
    "assets/bundled/prefabs/radtown/crate_underwater_basic.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.rifle.hv": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rifle.incendiary": {
          "Max": 1,
          "Min": 1
        },
        "ammo.shotgun.fire": {
          "Max": 1,
          "Min": 1
        },
        "ammo.shotgun.slug": {
          "Max": 1,
          "Min": 1
        },
        "arrow.fire": {
          "Max": 15,
          "Min": 10
        },
        "arrow.wooden": {
          "Max": 30,
          "Min": 20
        },
        "axe.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "bow.compound": {
          "Max": 1,
          "Min": 1
        },
        "bow.hunting": {
          "Max": 1,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 1,
          "Min": 1
        },
        "chainsaw": {
          "Max": 1,
          "Min": 1
        },
        "coffeecan.helmet": {
          "Max": 1,
          "Min": 1
        },
        "crossbow": {
          "Max": 1,
          "Min": 1
        },
        "diving.fins": {
          "Max": 1,
          "Min": 1
        },
        "diving.mask": {
          "Max": 1,
          "Min": 1
        },
        "diving.tank": {
          "Max": 1,
          "Min": 1
        },
        "diving.wetsuit": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "icepick.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "jackhammer": {
          "Max": 1,
          "Min": 1
        },
        "lowgradefuel": {
          "Max": 40,
          "Min": 20
        },
        "mace": {
          "Max": 1,
          "Min": 1
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        },
        "pistol.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "rifle.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.gloves": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.jacket": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.kilt": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.cleaver": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.sword": {
          "Max": 1,
          "Min": 1
        },
        "shoes.boots": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.pump": {
          "Max": 1,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 1,
          "Min": 1
        },
        "tshirt.long": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 15
    },
    "assets/bundled/prefabs/radtown/foodbox.prefab": {
      "Enabled": true,
      "ItemList": {
        "antiradpills": {
          "Max": 5,
          "Min": 2
        },
        "apple": {
          "Max": 5,
          "Min": 5
        },
        "can.beans": {
          "Max": 3,
          "Min": 1
        },
        "can.tuna": {
          "Max": 3,
          "Min": 1
        },
        "chocholate": {
          "Max": 3,
          "Min": 1
        },
        "granolabar": {
          "Max": 3,
          "Min": 1
        },
        "jar.pickle": {
          "Max": 3,
          "Min": 1
        },
        "smallwaterbottle": {
          "Max": 1,
          "Min": 1
        },
        "waterjug": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/radtown/loot_barrel_1.prefab": {
      "Enabled": true,
      "ItemList": {
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gears": {
          "Max": 4,
          "Min": 2
        },
        "grenade.f1": {
          "Max": 1,
          "Min": 1
        },
        "metalblade": {
          "Max": 4,
          "Min": 2
        },
        "metalpipe": {
          "Max": 4,
          "Min": 2
        },
        "metalspring": {
          "Max": 4,
          "Min": 2
        },
        "propanetank": {
          "Max": 4,
          "Min": 2
        },
        "riflebody": {
          "Max": 1,
          "Min": 1
        },
        "roadsigns": {
          "Max": 4,
          "Min": 2
        },
        "rope": {
          "Max": 4,
          "Min": 2
        },
        "semibody": {
          "Max": 1,
          "Min": 1
        },
        "sewingkit": {
          "Max": 4,
          "Min": 2
        },
        "sheetmetal": {
          "Max": 4,
          "Min": 2
        },
        "shelves": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 1,
          "Min": 1
        },
        "tarp": {
          "Max": 4,
          "Min": 2
        },
        "techparts": {
          "Max": 4,
          "Min": 2
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/radtown/loot_barrel_2.prefab": {
      "Enabled": true,
      "ItemList": {
        "fuse": {
          "Max": 1,
          "Min": 1
        },
        "gears": {
          "Max": 4,
          "Min": 2
        },
        "grenade.f1": {
          "Max": 1,
          "Min": 1
        },
        "metalblade": {
          "Max": 4,
          "Min": 2
        },
        "metalpipe": {
          "Max": 4,
          "Min": 2
        },
        "metalspring": {
          "Max": 4,
          "Min": 2
        },
        "propanetank": {
          "Max": 4,
          "Min": 2
        },
        "riflebody": {
          "Max": 1,
          "Min": 1
        },
        "roadsigns": {
          "Max": 4,
          "Min": 2
        },
        "rope": {
          "Max": 4,
          "Min": 2
        },
        "semibody": {
          "Max": 1,
          "Min": 1
        },
        "sewingkit": {
          "Max": 4,
          "Min": 2
        },
        "sheetmetal": {
          "Max": 4,
          "Min": 2
        },
        "shelves": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 1,
          "Min": 1
        },
        "tarp": {
          "Max": 4,
          "Min": 2
        },
        "techparts": {
          "Max": 4,
          "Min": 2
        }
      },
      "ItemsMax": 3,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 10
    },
    "assets/bundled/prefabs/radtown/loot_trash.prefab": {
      "Enabled": true,
      "ItemList": {
        "metal.fragments": {
          "Max": 100,
          "Min": 50
        },
        "wood": {
          "Max": 1000,
          "Min": 500
        }
      },
      "ItemsMax": 1,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 5
    },
    "assets/bundled/prefabs/radtown/minecart.prefab": {
      "Enabled": true,
      "ItemList": {
        "flare": {
          "Max": 6,
          "Min": 4
        },
        "flashlight.held": {
          "Max": 1,
          "Min": 1
        },
        "hat.miner": {
          "Max": 1,
          "Min": 1
        },
        "hatchet": {
          "Max": 1,
          "Min": 1
        },
        "lowgradefuel": {
          "Max": 20,
          "Min": 10
        },
        "metal.fragments": {
          "Max": 100,
          "Min": 50
        },
        "metal.refined": {
          "Max": 10,
          "Min": 5
        },
        "pickaxe": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 5
    },
    "assets/bundled/prefabs/radtown/oil_barrel.prefab": {
      "Enabled": true,
      "ItemList": {
        "crude.oil": {
          "Max": 30,
          "Min": 20
        },
        "lowgradefuel": {
          "Max": 20,
          "Min": 10
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 5
    },
    "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.rocket.basic": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.fire": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.hv": {
          "Max": 1,
          "Min": 1
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
        },
        "axe.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "barricade.concrete": {
          "Max": 5,
          "Min": 1
        },
        "barricade.metal": {
          "Max": 1,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 4,
          "Min": 2
        },
        "coffeecan.helmet": {
          "Max": 1,
          "Min": 1
        },
        "door.double.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "door.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 3,
          "Min": 1
        },
        "explosives": {
          "Max": 10,
          "Min": 2
        },
        "flamethrower": {
          "Max": 1,
          "Min": 1
        },
        "floor.ladder.hatch": {
          "Max": 1,
          "Min": 1
        },
        "furnace.large": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.stone": {
          "Max": 1,
          "Min": 1
        },
        "generator.wind.scrap": {
          "Max": 1,
          "Min": 1
        },
        "grenade.f1": {
          "Max": 5,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.helmet": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.jacket": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.pants": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "icepick.salvaged": {
          "Max": 1,
          "Min": 1
        },
        "largemedkit": {
          "Max": 3,
          "Min": 1
        },
        "locker": {
          "Max": 1,
          "Min": 1
        },
        "longsword": {
          "Max": 1,
          "Min": 1
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "metal.refined": {
          "Max": 50,
          "Min": 25
        },
        "pistol.python": {
          "Max": 1,
          "Min": 1
        },
        "pistol.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "riflebody": {
          "Max": 3,
          "Min": 1
        },
        "roadsign.gloves": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.jacket": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.kilt": {
          "Max": 1,
          "Min": 1
        },
        "rocket.launcher": {
          "Max": 1,
          "Min": 1
        },
        "shoes.boots": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.pump": {
          "Max": 1,
          "Min": 1
        },
        "small.oil.refinery": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "smgbody": {
          "Max": 3,
          "Min": 1
        },
        "supply.signal": {
          "Max": 1,
          "Min": 1
        },
        "syringe.medical": {
          "Max": 5,
          "Min": 2
        },
        "targeting.computer": {
          "Max": 3,
          "Min": 1
        },
        "techparts": {
          "Max": 8,
          "Min": 4
        },
        "trap.landmine": {
          "Max": 3,
          "Min": 1
        },
        "wall.external.high.stone": {
          "Max": 2,
          "Min": 1
        },
        "wall.frame.cell": {
          "Max": 1,
          "Min": 1
        },
        "wall.frame.cell.gate": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.bars.toptier": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.holosight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.lasersight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzleboost": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.muzzlebrake": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.small.scope": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 9,
      "ItemsMin": 8,
      "MaxBPs": 1,
      "Scrap": 100
    },
    "assets/prefabs/misc/supply drop/supply_drop.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.pistol": {
          "Max": 128,
          "Min": 128
        },
        "ammo.pistol.fire": {
          "Max": 128,
          "Min": 128
        },
        "ammo.pistol.hv": {
          "Max": 128,
          "Min": 128
        },
        "ammo.rifle": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.explosive": {
          "Max": 32,
          "Min": 32
        },
        "ammo.rifle.hv": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.incendiary": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rocket.basic": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.fire": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.hv": {
          "Max": 1,
          "Min": 1
        },
        "ammo.rocket.sam": {
          "Max": 2,
          "Min": 2
        },
        "ammo.shotgun": {
          "Max": 32,
          "Min": 32
        },
        "ammo.shotgun.fire": {
          "Max": 32,
          "Min": 32
        },
        "ammo.shotgun.slug": {
          "Max": 32,
          "Min": 32
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
        },
        "barricade.metal": {
          "Max": 2,
          "Min": 1
        },
        "black.raspberries": {
          "Max": 10,
          "Min": 10
        },
        "bow.compound": {
          "Max": 1,
          "Min": 1
        },
        "cctv.camera": {
          "Max": 2,
          "Min": 1
        },
        "coffeecan.helmet": {
          "Max": 1,
          "Min": 1
        },
        "door.double.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "door.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "explosive.satchel": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 1,
          "Min": 1
        },
        "explosives": {
          "Max": 8,
          "Min": 2
        },
        "flamethrower": {
          "Max": 1,
          "Min": 1
        },
        "flameturret": {
          "Max": 1,
          "Min": 1
        },
        "floor.ladder.hatch": {
          "Max": 1,
          "Min": 1
        },
        "furnace.large": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.stone": {
          "Max": 1,
          "Min": 1
        },
        "gates.external.high.wood": {
          "Max": 1,
          "Min": 1
        },
        "grenade.f1": {
          "Max": 5,
          "Min": 1
        },
        "guntrap": {
          "Max": 1,
          "Min": 1
        },
        "hazmatsuit": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.helmet": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.jacket": {
          "Max": 1,
          "Min": 1
        },
        "heavy.plate.pants": {
          "Max": 1,
          "Min": 1
        },
        "hoodie": {
          "Max": 1,
          "Min": 1
        },
        "jacket": {
          "Max": 1,
          "Min": 1
        },
        "jackhammer": {
          "Max": 1,
          "Min": 1
        },
        "longsword": {
          "Max": 1,
          "Min": 1
        },
        "lowgradefuel": {
          "Max": 100,
          "Min": 50
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "metal.refined": {
          "Max": 100,
          "Min": 100
        },
        "mining.quarry": {
          "Max": 1,
          "Min": 1
        },
        "pants": {
          "Max": 1,
          "Min": 1
        },
        "pistol.m92": {
          "Max": 1,
          "Min": 1
        },
        "pistol.python": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.l96": {
          "Max": 1,
          "Min": 1
        },
        "rifle.lr300": {
          "Max": 1,
          "Min": 1
        },
        "rifle.m39": {
          "Max": 1,
          "Min": 1
        },
        "rifle.semiauto": {
          "Max": 1,
          "Min": 1
        },
        "riflebody": {
          "Max": 4,
          "Min": 2
        },
        "roadsign.gloves": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.jacket": {
          "Max": 1,
          "Min": 1
        },
        "roadsign.kilt": {
          "Max": 1,
          "Min": 1
        },
        "salvaged.cleaver": {
          "Max": 1,
          "Min": 1
        },
        "samsite": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.double": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.pump": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.spas12": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.waterpipe": {
          "Max": 1,
          "Min": 1
        },
        "small.oil.refinery": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "supply.signal": {
          "Max": 1,
          "Min": 1
        },
        "surveycharge": {
          "Max": 4,
          "Min": 2
        },
        "targeting.computer": {
          "Max": 2,
          "Min": 1
        },
        "techparts": {
          "Max": 8,
          "Min": 4
        },
        "trap.bear": {
          "Max": 3,
          "Min": 3
        },
        "trap.landmine": {
          "Max": 3,
          "Min": 3
        },
        "wall.external.high": {
          "Max": 2,
          "Min": 1
        },
        "wall.external.high.stone": {
          "Max": 2,
          "Min": 1
        },
        "wall.frame.garagedoor": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.bars.toptier": {
          "Max": 1,
          "Min": 1
        },
        "wall.window.glass.reinforced": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.8x.scope": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.silencer": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.simplesight": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 11,
      "ItemsMin": 11,
      "MaxBPs": 1,
      "Scrap": 100
    },
    "assets/prefabs/npc/m2bradley/bradley_crate.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.pistol": {
          "Max": 128,
          "Min": 128
        },
        "ammo.rifle": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.explosive": {
          "Max": 30,
          "Min": 30
        },
        "ammo.rifle.hv": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.incendiary": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rocket.basic": {
          "Max": 3,
          "Min": 1
        },
        "ammo.rocket.fire": {
          "Max": 5,
          "Min": 5
        },
        "ammo.rocket.hv": {
          "Max": 3,
          "Min": 3
        },
        "ammo.shotgun": {
          "Max": 32,
          "Min": 32
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
        },
        "door.double.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "door.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 3,
          "Min": 1
        },
        "explosives": {
          "Max": 10,
          "Min": 4
        },
        "gates.external.high.stone": {
          "Max": 1,
          "Min": 1
        },
        "grenade.f1": {
          "Max": 5,
          "Min": 2
        },
        "lmg.m249": {
          "Max": 1,
          "Min": 1
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "pistol.m92": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.l96": {
          "Max": 1,
          "Min": 1
        },
        "rifle.lr300": {
          "Max": 1,
          "Min": 1
        },
        "rifle.m39": {
          "Max": 1,
          "Min": 1
        },
        "rocket.launcher": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.spas12": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "techparts": {
          "Max": 12,
          "Min": 10
        },
        "wall.window.bars.toptier": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.8x.scope": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.holosight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.lasersight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.small.scope": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 2,
      "MaxBPs": 1,
      "Scrap": 100
    },
    "assets/prefabs/npc/patrol helicopter/heli_crate.prefab": {
      "Enabled": true,
      "ItemList": {
        "ammo.pistol": {
          "Max": 128,
          "Min": 128
        },
        "ammo.pistol.fire": {
          "Max": 128,
          "Min": 128
        },
        "ammo.pistol.hv": {
          "Max": 128,
          "Min": 128
        },
        "ammo.rifle": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.explosive": {
          "Max": 30,
          "Min": 30
        },
        "ammo.rifle.hv": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rifle.incendiary": {
          "Max": 256,
          "Min": 256
        },
        "ammo.rocket.basic": {
          "Max": 3,
          "Min": 3
        },
        "ammo.rocket.fire": {
          "Max": 5,
          "Min": 5
        },
        "ammo.rocket.hv": {
          "Max": 3,
          "Min": 3
        },
        "ammo.shotgun": {
          "Max": 32,
          "Min": 32
        },
        "cctv.camera": {
          "Max": 5,
          "Min": 1
        },
        "door.double.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "door.hinged.toptier": {
          "Max": 1,
          "Min": 1
        },
        "explosive.timed": {
          "Max": 2,
          "Min": 2
        },
        "explosives": {
          "Max": 10,
          "Min": 2
        },
        "gates.external.high.stone": {
          "Max": 1,
          "Min": 1
        },
        "lmg.m249": {
          "Max": 1,
          "Min": 1
        },
        "metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
        "pistol.m92": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.l96": {
          "Max": 1,
          "Min": 1
        },
        "rifle.lr300": {
          "Max": 1,
          "Min": 1
        },
        "rifle.m39": {
          "Max": 1,
          "Min": 1
        },
        "rocket.launcher": {
          "Max": 1,
          "Min": 1
        },
        "shotgun.spas12": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 5,
          "Min": 1
        },
        "wall.window.bars.toptier": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.8x.scope": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.flashlight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.holosight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.lasersight": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.silencer": {
          "Max": 1,
          "Min": 1
        },
        "weapon.mod.small.scope": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 2,
      "ItemsMin": 1,
      "MaxBPs": 1,
      "Scrap": 100
    }
  },
  "Rarity": {
    "Override": {
      "autoturret": 4,
      "lmg.m249": 4,
      "targeting.computer": 3
    }
  }
}​
Ive added mehdins betterloot.json to my server, so i can edit the loot right there? i can delete the loottable.json behind? Or what does this betterloot.json with this text does?

Cheers

Merged post

I wanna "rarity" working thas my fault.