1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Closed Dungeon Generation Error (Nevermind?)

Discussion in 'Starbound Support' started by Shadow Wolf TJC, Mar 29, 2016.

Thread Status:
Not open for further replies.
  1. Shadow Wolf TJC

    Shadow Wolf TJC Spaceman Spiff

    Edit: Nevermind! I believe that the problem was being caused by another mod, which did a full-fledged remake of terrestrial_worlds.config. Once the mod was uninstalled, the problem went away.

    So I've been trying to have my planet generate a dungeon that's basically a variant of an existing dungeon that's been adapted to spawn underground, but I'm meeting this kind of error that I don't understand:
    Code:
    [19:15:10.708] Info: Placing dungeon naturalcaveunderground
    [19:15:10.709] Info: Generating dungeon naturalcaveunderground (NOT FORCED)
    [19:15:10.711] Info: Placing dungeon at (1989, 250)
    [19:15:15.342] Error: UniverseServer: error during world create: (DungeonException) Error generating dungeon named 'naturalcaveunderground'
    [0] 19c366a
    [1] 19c0ad8
    [2] 19c0b9f
    [3] 1787bb8
    [4] 177fe08
    [5] 17d747d
    [6] 17ccec3
    [7] 1523312
    [8] 152c48a
    [9] 1532e33
    [10] 15248d6
    [11] 1529fc6
    [12] 1526fb6
    [13] 153616a
    [14] 173845a
    [15] 15330e9
    [16] 1a15666
    [17] 19d3ee1
    [18] 76e0338a BaseThreadInitThunk
    [19] 77bf9a02 RtlInitializeExceptionChain
    [20] 77bf99d5 RtlInitializeExceptionChain
    Caused by: std::exception: bad allocation
    [19:15:17.345] Info: Clearing broken world CelestialWorld:-64183753:-207417110:-280533521:7:5
    [19:15:46.359] Info: UniverseServer: Loading celestial world -64183753:-207417110:-280533521:7:5
    [19:15:46.361] Error: UniverseServer: Could not load celestial world -64183753:-207417110:-280533521:7:5, removing! Cause: (VersionedJsonException) VersionedJson identifier mismatch, expected 'WorldMetadata' but got ''
    
    This particular problem is preventing me from beaming down to the planet's surface.

    Strangely, I was able to successfully spawn said dungeon underground in previous tests, but once I started working on an additional mod that adds dungeons, this error has started popping up.

    Prior to starting work on my most recent mod, I've been working on previous dungeon mods, with cross-mod compatability in mind. In essence, I've been developing mods with the main purpose of providing frameworks for other mods to build off of. I call it "metamodding", and I've been trying to apply this technique to my most recent dungeon mod.

    These are what my other dungeon mods' respective terrestrial_worlds.config.patch files look like (though they should be applied before my most recent dungeon mod's terrestrial_worlds.config.patch file is applied):
    Code:
    [
    //garden
    
    {"op" : "add", "path" : "/planetTypes/garden/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/garden/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/garden/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //forest
    
    {"op" : "add", "path" : "/planetTypes/forest/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/forest/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //desert
    
    {"op" : "add", "path" : "/planetTypes/desert/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/desert/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //ocean
    
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //savannah
    
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //snow
    
    {"op" : "add", "path" : "/planetTypes/snow/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/snow/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //jungle
    
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //toxic
    
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //alien
    
    {"op" : "add", "path" : "/planetTypes/alien/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //arctic
    
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //tundra
    
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/tundra/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //midnight
    
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/midnight/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //magma
    
    {"op" : "add", "path" : "/planetTypes/magma/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //volcanic
    
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/volcanic/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //scorched
    
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/scorched/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //moon
    
    {"op" : "add", "path" : "/planetTypes/moon/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/core", "value" : {"primaryRegion" : ["core"]} },
    
    //barren
    
    {"op" : "add", "path" : "/planetTypes/barren/layers/space", "value" : {"primaryRegion" : ["asteroids"]} },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere", "value" : {"primaryRegion" : ["atmosphere"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/surface", "value" : {"primaryRegion" : ["barren"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/subsurface", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground1", "value" : {"primaryRegion" : ["shallowunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground2", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground3", "value" : {"primaryRegion" : ["midunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground4", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground5", "value" : {"primaryRegion" : ["deepunderground"]} },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/underground6", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground7", "value" : {"primaryRegion" : ["deepunderground"]} },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground8", "value" : {"primaryRegion" : ["deepunderground"]} }
    //{"op" : "add", "path" : "/planetTypes/barren/layers/core", "value" : {"primaryRegion" : ["core"]} }
    ]
    This is the 1st of my 2 "metamods". It was designed to fill in missing planetary layer information, to potentially be filled in by multiple other mods.
    Code:
    [
    //-------------------------------------------------------------------------------
    //*******************************************************************************
    //planet defaults
    //*******************************************************************************
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetDefaults/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    
    //Warning: Unless you want your dungeons to be flooded, or unless they're waterproof,
    //be careful about where they're placed within ocean, arctic, magma, or toxic worlds!
    //In general, avoid placing "normal" dungeons at the subsurface layers of said worlds.
    
    //Warning: Be careful about which dungeons will be allowed in certain layers!
    //Depending on which dungeons are used, and the size of the planet, they can clip off of the upper or lower boundaries of your planets!
    
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons", "value" : [] },
    
    //dungeon count ranges by planet sizes
    
    //small
    {"op" : "add", "path" : "/planetSizes/small/layers/space/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/atmosphere/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/small/layers/surface/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/subsurface/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground1/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground2/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground3/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground4/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground5/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground6/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground7/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/underground8/dungeonCountRange", "value" : [1, 1] },
    {"op" : "add", "path" : "/planetSizes/small/layers/core/dungeonCountRange", "value" : [1, 1] },
    
    //medium
    {"op" : "add", "path" : "/planetSizes/medium/layers/space/dungeonCountRange", "value" : [8, 8] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/atmosphere/dungeonCountRange", "value" : [4, 4] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/surface/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/subsurface/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground1/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground2/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground3/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground4/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground5/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground6/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground7/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/underground8/dungeonCountRange", "value" : [2, 2] },
    {"op" : "add", "path" : "/planetSizes/medium/layers/core/dungeonCountRange", "value" : [2, 2] },
    
    //large
    {"op" : "add", "path" : "/planetSizes/large/layers/space/dungeonCountRange", "value" : [12, 12] },
    {"op" : "add", "path" : "/planetSizes/large/layers/atmosphere/dungeonCountRange", "value" : [12, 12] },
    {"op" : "add", "path" : "/planetSizes/large/layers/surface/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/subsurface/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground1/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground2/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground3/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground4/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground5/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground6/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground7/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/underground8/dungeonCountRange", "value" : [3, 3] },
    {"op" : "add", "path" : "/planetSizes/large/layers/core/dungeonCountRange", "value" : [3, 3] },
    
    
    
    //-------------------------------------------------------------------------------
    //*******************************************************************************
    //planet types
    //*******************************************************************************
    //-------------------------------------------------------------------------------
    
    
    
    //-------------------------------------------------------------------------------
    //garden
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/garden/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/garden/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/garden/layers/core/dungeons", "value" : [] },
    
    //"dungeonCountRange" removed from garden biome surface layer
    //since I personally prefer if the default "dungeonCountRange" arrays
    //determine how many dungeons would be added to each biome's layer instead.
    //(Besides, I personally want more abandoned mines to spawn in garden biomes.)
    //Others are free to re-add this "feature" in their own mods.
    
    {"op" : "remove", "path" : "/planetTypes/garden/layers/surface/dungeonCountRange" },
    
    //-------------------------------------------------------------------------------
    //forest
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/forest/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //desert
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/desert/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //ocean
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //savannah
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //snow
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/snow/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //jungle
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //toxic
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //alien
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground1/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground2/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground3/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground4/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground5/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //arctic
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //tundra
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/tundra/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/tundra/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //midnight
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/midnight/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/midnight/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //magma
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //volcanic
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/volcanic/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/volcanic/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //scorched
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/secondaryRegion", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/scorched/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons", "value" : [] },
    //{"op" : "add", "path" : "/planetTypes/scorched/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //moon
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/moon/layers/core/dungeons", "value" : [] },
    
    //-------------------------------------------------------------------------------
    //barren
    //-------------------------------------------------------------------------------
    
    //secondary regions
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/surface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/subsurface/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground1/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground2/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground3/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground4/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground5/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground6/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground7/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground8/secondaryRegion", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/core/secondaryRegion", "value" : [] },
    
    //dungeons
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/surface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/subsurface/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground1/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground2/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground3/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground4/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground5/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground6/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground7/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground8/dungeons", "value" : [] },
    {"op" : "add", "path" : "/planetTypes/barren/layers/core/dungeons", "value" : [] }
    ]
    My other "metamod", it was designed to build upon the other "metamod's" work, by filling in the various layers with missing arrays for secondary regions and dungeon lists.

    Now for the more "normal" mods:
    Code:
    [
    //-------------------------------------------------------------------------------
    //planet defaults
    //-------------------------------------------------------------------------------
    
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "scifidungeonfloating" },
    
    //specific layer defaults (overrides general planetary layer defaults)
    
    //space
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetDefaults/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    //surface
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "apexresearchlab" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "apextestchamber" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "aviantemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "aviantomb" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "aviantower" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "floranhell" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "floranhuntinggrounds" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "glitchcastle" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "glitchsewer" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "humanbunker" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "humanprison" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "missiontest1" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "naturalcave" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "scifidungeon" },
    
    
    
    //-------------------------------------------------------------------------------
    //planet types
    //-------------------------------------------------------------------------------
    
    //garden
    
    //space
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/garden/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //forest
    
    //space
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //desert
    
    //space
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //ocean
    
    //space
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    //surface
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "apexresearchlab" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "apextestchamber" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "aviantomb" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "aviantower" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "floranhuntinggrounds" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "glitchsewer" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "humanbunker" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/surface/dungeons/-", "value" : "naturalcave" },
    
    //savannah
    
    //space
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //snow
    
    //space
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //jungle
    
    //space
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //toxic
    
    //space
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    //surface
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "apexresearchlab" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "apextestchamber" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "aviantemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "aviantomb" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "aviantower" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "floranhell" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "floranhuntinggrounds" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "glitchcastle" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "glitchsewer" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "humanbunker" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "humanprison" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "missiontest1" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "naturalcave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "scifidungeon" },
    
    //alien
    
    //space
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //arctic
    
    //space
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    //surface
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "apexresearchlab" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "apextestchamber" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "aviantemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "aviantomb" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "aviantower" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "floranhell" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "floranhuntinggrounds" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "glitchcastle" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "glitchsewer" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "humanbunker" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "humanprison" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "missiontest1" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "naturalcave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "scifidungeon" },
    
    //tundra
    
    //space
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //midnight
    
    //space
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //magma
    
    //space
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    //surface
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "apexresearchlab" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "apextestchamber" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "aviantemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "aviantomb" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "aviantower" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "floranhell" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "floranhuntinggrounds" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "glitchcastle" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "glitchsewer" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "humanbunker" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "humanprison" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "missiontest1" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "naturalcave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "scifidungeon" },
    
    //volcanic
    
    //space
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //scorched
    
    //space
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/space/dungeons/-", "value" : "scifidungeonfloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "aviantemplefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "floranhellfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "glitchcastlefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "humanprisonfloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "missiontest1floating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/atmosphere/dungeons/-", "value" : "scifidungeonfloating" },
    
    //moon
    
    //space
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/moon/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" },
    
    //barren
    
    //space
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "aviantombfloating" },
    //{"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/space/dungeons/-", "value" : "naturalcavefloating" },
    //atmosphere
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "apexresearchlabfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "apextestchamberfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "aviantombfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "aviantowerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "floranhuntinggroundsfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "glitchsewerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "humanbunkerfloating" },
    {"op" : "add", "path" : "/planetTypes/barren/layers/atmosphere/dungeons/-", "value" : "naturalcavefloating" }
    ]
    This is one of 2 mods that build upon the previous 2 "metamods'" work, to add floating dungeons to the space and atmosphere layers of each and every planet. I have verified that the dungeons spawn correctly.
    Code:
    [
    //-------------------------------------------------------------------------------
    //planet defaults
    //-------------------------------------------------------------------------------
    
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layerDefaults/dungeons/-", "value" : "scifidungeonunderground" },
    
    //specific layer defaults (overrides general planetary layer defaults)
    
    //underground 1
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    
    
    //-------------------------------------------------------------------------------
    //planet types
    //-------------------------------------------------------------------------------
    
    //garden
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/garden/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/garden/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    
    //forest
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/forest/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/forest/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    
    //desert
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/desert/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/desert/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    
    //ocean
    
    //underground 1
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/ocean/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/ocean/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    
    //savannah
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/savannah/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/savannah/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    
    //snow
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/snow/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/snow/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    
    //jungle
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //toxic
    
    //underground 1
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //alien
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //arctic
    
    //underground 1
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //tundra
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //midnight
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //magma
    
    //underground 1
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    //{"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //volcanic
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //scorched
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "scifidungeonunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "apextestchamberunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "aviantempleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "aviantombunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "floranhellunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "floranhuntinggroundsunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "glitchsewerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "humanbunkerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "humanprisonunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "missiontest1underground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "scifidungeonunderground" },
    //core
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "apexresearchlabunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "aviantowerunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "glitchcastleunderground" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "humanprisonunderground" },
    
    //moon
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/moon/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/moon/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" },
    
    //barren
    
    //subsurface
    {"op" : "add", "path" : "/planetTypes/barren/layers/subsurface/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 1
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground1/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 2
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground2/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 3
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground3/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 4
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground4/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 5
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground5/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 6
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground6/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 7
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground7/dungeons/-", "value" : "naturalcaveunderground" },
    //underground 8
    {"op" : "add", "path" : "/planetTypes/barren/layers/underground8/dungeons/-", "value" : "naturalcaveunderground" }
    ]
    Ditto, only for each and every planet's underground layers. Again, I have verified that these dungeons spawn correctly.

    I'm at a loss as to what in particular causes the aforementioned error, since the .log file doesn't seem to give me enough information to work with it.

    So far, this is what my most recent mod's terrestrial_worlds.config.patch file looks like:
    Code:
    [
    //default
    
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetDefaults/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetDefaults/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetDefaults/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetDefaults/layers/core/dungeons/-", "value" : "molecave" },
    
    //jungle
    {"op" : "replace", "path" : "/planetTypes/garden/layers/atmosphere/dungeons", "value" : ["aviantempletest", "scifidungeon"] },
    {"op" : "replace", "path" : "/planetTypes/garden/layers/surface/dungeons", "value" : ["wreck"] },
    {"op" : "replace", "path" : "/planetTypes/garden/layers/subsurface/dungeons", "value" : ["molecave"] },
    {"op" : "replace", "path" : "/planetTypes/garden/layers/underground1/dungeons", "value" : ["coraltemple"] },
    
    {"op" : "add", "path" : "/planetTypes/jungle/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/jungle/layers/core/dungeons/-", "value" : "molecave" },
    
    //toxic
    
    {"op" : "add", "path" : "/planetTypes/toxic/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/toxic/layers/core/dungeons/-", "value" : "molecave" },
    
    //alien
    
    {"op" : "add", "path" : "/planetTypes/alien/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/alien/layers/core/dungeons/-", "value" : "molecave" },
    
    //arctic
    
    {"op" : "add", "path" : "/planetTypes/arctic/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/subsurface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/arctic/layers/core/dungeons/-", "value" : "molecave" },
    
    //tundra
    
    {"op" : "add", "path" : "/planetTypes/tundra/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/tundra/layers/core/dungeons/-", "value" : "molecave" },
    
    //midnight
    
    {"op" : "add", "path" : "/planetTypes/midnight/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/midnight/layers/core/dungeons/-", "value" : "molecave" },
    
    //magma
    
    {"op" : "add", "path" : "/planetTypes/magma/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/magma/layers/core/dungeons/-", "value" : "molecave" },
    
    //volcanic
    
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/volcanic/layers/core/dungeons/-", "value" : "molecave" },
    
    //scorched
    
    {"op" : "add", "path" : "/planetTypes/scorched/layers/surface/dungeons/-", "value" : "scifidungeon" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/surface/dungeons/-", "value" : "wreck" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "coraltemple" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/subsurface/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground1/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground2/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground3/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground4/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground5/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground6/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground7/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/underground8/dungeons/-", "value" : "molecave" },
    {"op" : "add", "path" : "/planetTypes/scorched/layers/core/dungeons/-", "value" : "molecave" }
    ]
    Note that I wanted to test whether or not certain dungeons would spawn correctly, so I temporarily replaced the garden biome's dungeon lists with them.

    I had this problematic mod load after the other 4 mods have loaded, and yet the error happens. Any help?
     
    Last edited: Mar 29, 2016
Thread Status:
Not open for further replies.

Share This Page