• Хостинг игровых серверов

    Максимальная производительность для ваших игровых серверов!

    Заказать сейчас

Платное Chest Modifier 1.0.0

JSON:
{
  "Chests": {
    "test": {
      "Shortname": "box.wooden.large",
      "Skin id": 5,
      "Item name": "Large test box",
      "Capacity": 3,
      "Blacklisted items": [
        {
          "Shortname": "rifle.ak",
          "Skin id": 0
        },
        {
          "Shortname": "sulfur.ore",
          "Skin id": 0
        }
      ],
      "Allowed categories (still empty if allowed all)": [
        "Attire",
        "Misc",
        "Items",
        "Component",
        "Ammunition",
        "Construction",
        "Traps",
        "Electrical",
        "Fun",
        "Food",
        "Weapon",
        "Resources",
        "Tool",
        "Medical"
      ],
      "Spawn chances": {
        "assets/bundled/prefabs/radtown/crate_basic.prefab": 5.0,
        "assets/bundled/prefabs/radtown/crate_elite.prefab": 100.0,
        "assets/prefabs/npc/scientist/scientist_corpse.prefab": 100.0
      }
    },
    "test1": {
      "Shortname": "box.wooden",
      "Skin id": 6,
      "Item name": "Small test box",
      "Capacity": 35,
      "Blacklisted items": [
        {
          "Shortname": "rifle.lr300",
          "Skin id": 0
        },
        {
          "Shortname": "metal.ore",
          "Skin id": 0
        }
      ],
      "Allowed categories (still empty if allowed all)": [
        "Attire",
        "Misc",
        "Items",
        "Component",
        "Ammunition",
        "Construction",
        "Traps",
        "Weapon",
        "Resources",
        "Tool",
        "Medical"
      ],
      "Spawn chances": {
        "assets/bundled/prefabs/radtown/crate_basic.prefab": 100.0,
        "assets/bundled/prefabs/radtown/crate_elite.prefab": 5.0,
        "assets/prefabs/npc/scientist/scientist_corpse.prefab": 50.0
      }
    }
  }
}