{
  "name": "lushtomb",
  "loadDefault": false,
  "sectorCountMin": 5,
  "sectorCountMax": 10,
  "corridorToCorridorChance": 0.1,
  "roomToRoomChance": 0.5,
  "conditions": [
    {
      "type": "world",
      "dimensionIds": [
        0
      ],
      "dimensionListType": "whitelist",
      "biomeTags": [
        "jungle",
        "swamp",
        "-canyon",
        "-abyssal"
      ],
      "biomeTagListType": "whitelist"
    }
  ],
  "placer": {
    "type": "surface",
    "materials": [
      "air",
      "wood",
      "leaves",
      "plants",
      "vine",
      "snow",
      "cactus"
    ]
  },
  "themes": [
    "lush"
  ],
  "entrances": [
    "entrancebasic"
  ],
  "rooms": [
    "roombasic",
    "roombasicloot",
    "roombasicmob",
    "roombasicpit",
    "roomdiamondpit"
  ],
  "corridors": [
    "corridorbasic",
    "corridorbasicdark",
    "corridorbasicloot",
    "corridorbasicmob"
  ],
  "stairs": [
    "stairsbasic"
  ],
  "towers": [
    "towerbasic"
  ],
  "bossRooms": [
    "roombasicboss"
  ],
  "finishes": [
    "roombasicfinish"
  ],
  "lootTables": [
    {
      "id": "minecraft:chests/simple_dungeon"
    },
    {
      "id": "minecraft:chests/village_blacksmith",
      "level": 2
    },
    {
      "id": "minecraft:chests/nether_bridge",
      "level": 3
    },
    {
      "id": "minecraft:chests/abandoned_mineshaft",
      "level": 4
    },
    {
      "id": "minecraft:chests/stronghold_corridor",
      "level": 5
    },
    {
      "id": "minecraft:chests/stronghold_crossing",
      "level": 6
    }
  ],
  "mobSpawns": [
    {
      "mobId": "lycanitesmobs:ghoul",
      "weight": 14
    },
    {
      "mobId": "lycanitesmobs:tarantula",
      "weight": 14
    },
    {
      "mobId": "lycanitesmobs:geken",
      "weight": 14,
      "dungeonLevelMin": 2
    },
    {
      "mobId": "lycanitesmobs:lurker",
      "weight": 6,
      "dungeonLevelMin": 2
    },
    {
      "mobId": "lycanitesmobs:spriggan",
      "weight": 8,
      "dungeonLevelMin": 3
    },
    {
      "mobId": "lycanitesmobs:sylph",
      "weight": 4,
      "dungeonLevelMin": 3
    },
    {
      "mobId": "lycanitesmobs:aglebemu",
      "weight": 4,
      "dungeonLevelMin": 4
    },
    {
      "mobId": "lycanitesmobs:eyewig",
      "weight": 4,
      "dungeonLevelMin": 5
    },
    {
      "mobId": "lycanitesmobs:conba",
      "weight": 1,
      "variant": 1,
      "mobNameTag": "Pong Kong",
      "mobSizeScale": 2,
      "naturalDespawn": "false",
      "mobLevel": 100,
      "spawnAsBoss": true,
      "dungeonLevelMin": "0",
      "dungeonLevelMax": 2,
      "dungeonBoss": true,
      "mobDrops": [
        {
          "item": "lycanitesmobs:soulstone_plant",
          "amountMultiplier": false,
          "bonusAmount": false
        }
      ]
    },
    {
      "mobId": "lycanitesmobs:jabberwock",
      "weight": 1,
      "variant": 1,
      "mobNameTag": "Princess",
      "mobSizeScale": 2,
      "naturalDespawn": "false",
      "mobLevel": 100,
      "spawnAsBoss": true,
      "dungeonLevelMin": 3,
      "dungeonLevelMax": 4,
      "dungeonBoss": true,
      "mobDrops": [
        {
          "item": "minecraft:diamond",
          "minAmount": 10,
          "amountMultiplier": false
        },
        {
          "item": "lycanitesmobs:soulstone_avian",
          "amountMultiplier": false,
          "bonusAmount": false
        }
      ]
    },
    {
      "mobId": "lycanitesmobs:beholder",
      "weight": 1,
      "variant": 2,
      "mobSizeScale": 1.25,
      "mobNameTag": "Malevolent Observer",
      "naturalDespawn": "false",
      "mobLevel": 100,
      "spawnAsBoss": true,
      "dungeonLevelMin": 5,
      "dungeonBoss": true,
      "mobDrops": [
        {
          "item": "minecraft:diamond",
          "minAmount": 50,
          "amountMultiplier": false
        },
        {
          "item": "lycanitesmobs:soulstone_aberration",
          "amountMultiplier": false,
          "bonusAmount": false
        }
      ]
    }
  ]
}