魔法战利品

Rust-免费插件 2022-12-14 0 2,314
魔法战利品
资源编号:814
最近更新:2023-12-14
¥ 0B票 升级VIP
增值服务:
下载不了?请联系网站客服提交链接错误!
详情介绍
魔法战利品

简单的战利品系统,没有大型战利品表以及与战利品插件相关的所有其他内容。修改倍率,废料乱七八糟的东西!

通用乘数

默认情况下,所有乘数都设置为 1。

如果要一次修改所有物品产量,可以设置 2 种类型的通用乘数。

修改要生成的物品

使用现有战利品表

您可以进入“oxide/data/MagicLoot.json”来修改所有可能生成的项目。在这里,您将找到所有项目的字典,其中包含“项目短名称”作为键,并包含可以生成“Stacksize”的值。如果将“Stacksize”更改为 0,则不会生成该项目。

列入黑名单的项目

您可以手动将物品简称添加到列入黑名单的物品中,以阻止这些物品生成。

{
  "General Settings": {
    "General Item List Multiplier (All items in the 'Manual Item Multipliers' List)": 1.0,
    "Non Item List Multiplier (All items not listed in the 'Manual Item Multipliers' List)": 1.0,
    "Limit Multipliers to Stacksizes": true,
    "Multiply Blueprints": false,
    "Disable Blueprint Drops": false,
    "Random Workshop Skins": false,
    "Multiply Tea Buffs": false,
    "Force Custom Loot Tables for Default Loot on all Containers": false
  },
  "Extra Loot": {
    "Enabled": false,
    "Extra Items Min": 0,
    "Extra Items Max": 0,
    "Prevent Duplicates": true,
    "Prevent Duplicates Retries": 10,
    "Force Custom Loot Tables for Extra Loot on all Containers": false
  },
  "Blacklisted Items (Item-Shortnames)": [
    "ammo.rocket.smoke"
  ],
  "Blacklisted Workshop Skins (Workshop Ids)": [
    10180
  ],
  "Manual Item Multipliers (Key: Item-Shortname, Value: Multiplier)": {
    "bleach": 1.0,
    "ducttape": 1.0,
    "carburetor1": 1.0,
    "carburetor2": 1.0,
    "carburetor3": 1.0,
    "crankshaft1": 1.0,
    "crankshaft2": 1.0,
    "crankshaft3": 1.0,
    "piston1": 1.0,
    "piston2": 1.0,
    "piston3": 1.0,
    "sparkplug1": 1.0,
    "sparkplug2": 1.0,
    "sparkplug3": 1.0,
    "valve1": 1.0,
    "valve2": 1.0,
    "valve3": 1.0,
    "fuse": 1.0,
    "gears": 1.0,
    "glue": 1.0,
    "metalblade": 1.0,
    "metalpipe": 1.0,
    "propanetank": 1.0,
    "roadsigns": 1.0,
    "rope": 1.0,
    "sewingkit": 1.0,
    "sheetmetal": 1.0,
    "metalspring": 1.0,
    "sticks": 1.0,
    "tarp": 1.0,
    "techparts": 1.0,
    "riflebody": 1.0,
    "semibody": 1.0,
    "smgbody": 1.0,
    "vehicle.chassis.2mod": 1.0,
    "vehicle.chassis.3mod": 1.0,
    "vehicle.chassis.4mod": 1.0,
    "vehicle.chassis": 1.0,
    "vehicle.1mod.cockpit": 1.0,
    "vehicle.1mod.cockpit.armored": 1.0,
    "vehicle.1mod.cockpit.with.engine": 1.0,
    "vehicle.1mod.engine": 1.0,
    "vehicle.1mod.flatbed": 1.0,
    "vehicle.1mod.passengers.armored": 1.0,
    "vehicle.1mod.rear.seats": 1.0,
    "vehicle.1mod.storage": 1.0,
    "vehicle.2mod.flatbed": 1.0,
    "vehicle.2mod.fuel.tank": 1.0,
    "vehicle.2mod.passengers": 1.0,
    "vehicle.module": 1.0,
    "scrap": 1.0
  },
  "Containers Data (Key: Container-Shortname, Value: Container Settings)": {
    "crate_underwater_basic": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_underwater_advanced": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot_barrel_1": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "oil_barrel": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot_barrel_2": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_tools": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "vehicle_parts": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_normal_2": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "foodbox": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot-barrel-1": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot-barrel-2": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "trash-pile-1": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "codelockedhackablecrate_oilrig": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_elite": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_normal": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_normal_2_medical": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_normal_2_food": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_mine": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "minecart": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "visualshelvestest": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "diesel_barrel_world": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "heli_crate": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "bradley_crate": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "stocking_small_deployed": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "stocking_large_deployed": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "presentdrop": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "giftbox_loot": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "supply_drop": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "codelockedhackablecrate": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot_trash": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "loot_component_test": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm tier3 lootbox": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm tier2 lootbox": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm tier1 lootbox": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm res": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm medical": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm food": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm construction tools": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm construction resources": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm c4": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "dm ammo": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    },
    "crate_basic": {
      "Enabled": true,
      "Extra Items Min": 0,
      "Extra Items Max": 0,
      "Loot Multiplier": 1.0,
      "Utilize Vanilla Loot Tables on Default Loot": true,
      "Utilize Vanilla Loot Tables on Extra Loot": true,
      "Utilize Random Rarity (depending on Items ALREADY in the container)": true,
      "Rarity To Use (ONLY if 'Utilize Vanilla Loot Tables' is FALSE & 'Utilize Random Rarity' is FALSE | 0 = None, 1 = Common, 2 = Uncommon, 3 = Rare, 4 = Very Rare)": [
        1,
        2,
        3,
        4
      ]
    }
  },
  "Debug": false
}
资源下载此资源仅限注册用户下载,请先
如有问题详情联系QQ:1157774811

版权声明:本站所有资源均来自用户上传以及互联网搜集,仅供学习和研究使用,不提供任何技术服务。我们尊重和保护知识产权,如有作品侵犯了您的权益,请通过邮箱1157774811@qq.com与我们联系。
免责声明:本站不对所提供资源的准确性、安全性和完整性作出任何保证。下载的资源仅供个人学习和参考,请您在下载后24小时内删除,任何因私自用于商业或非法目的而引起的法律责任由用户自行承担。

Biu腐蚀网 – 一站式游戏服务器开服与插件资源平台 Rust-免费插件 魔法战利品 https://www.biubr.com/814.html

相关文章

猜你喜欢