Personal Dungeon Event

Платное Personal Dungeon Event 1.1.1

JSON:
{
  "Basic Settings": {
    "Cooldown time in minutes for player": 60
  },
  "Event Settings": {
    "easy": {
      "Despawn time in minutes": 5,
      "Buy cost name": "scrap",
      "Buy cost amount": 50,
      "Buy cost skinID if custom item": 0,
      "Corpse should spawn at portal entrance on death": true,
      "Scarecrow profile to use": "scarecrow_easy",
      "Create AlphaLoot profile to use": "",
      "Boss scarecrow profile to use for one loot box": "easy_boss",
      "Limit to dungeon seeds": []
    },
    "medium": {
      "Despawn time in minutes": 5,
      "Buy cost name": "scrap",
      "Buy cost amount": 50,
      "Buy cost skinID if custom item": 0,
      "Corpse should spawn at portal entrance on death": true,
      "Scarecrow profile to use": "scarecrow_easy",
      "Create AlphaLoot profile to use": "",
      "Boss scarecrow profile to use for one loot box": "easy_boss",
      "Limit to dungeon seeds": []
    },
    "hard": {
      "Despawn time in minutes": 5,
      "Buy cost name": "scrap",
      "Buy cost amount": 50,
      "Buy cost skinID if custom item": 0,
      "Corpse should spawn at portal entrance on death": true,
      "Scarecrow profile to use": "scarecrow_easy",
      "Create AlphaLoot profile to use": "",
      "Boss scarecrow profile to use for one loot box": "easy_boss",
      "Limit to dungeon seeds": [
        12345,
        4764274
      ]
    }
  },
  "Scarecrow Profiles": {
    "scarecrow_easy": {
      "The health of the Scarecrow": 100.0,
      "Spawn no less then x Scarecrows": 5,
      "Weapon damage scale to player": 1.0,
      "Base attack rate of weapon": 2.0,
      "Scarecrow corpse AlphaLoot profile": "",
      "Scarecrow kits list": []
    }
  },
  "Boss Profiles": {
    "easy_boss": {
      "The health of the boss scarecCrow": 100.0,
      "Weapon damage scale to player": 1.0,
      "Base attack rate of weapon": 2.0,
      "Boss scarecrow corpse AlphaLoot profile": "",
      "Boss Scarecrow kits list": []
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 4
  }
}