9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

LOOT TABLES

This commit is contained in:
Daniel Mills
2020-08-21 03:48:42 -04:00
parent de35c2bad6
commit ec05a9ac42
59 changed files with 641 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
{
"name": "Frozen Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 2,

View File

@@ -80,6 +80,11 @@
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"generators":[
{
"generator": "plain",

View File

@@ -24,6 +24,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"seaLayers": [
{
"minHeight": 3,

View File

@@ -1,5 +1,10 @@
{
"name": "Hot Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,

View File

@@ -24,6 +24,11 @@
]
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"objects":[
{
"chance": 0.15,

View File

@@ -34,6 +34,11 @@
]
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"wall":
{
"style": {"style": "STATIC"},

View File

@@ -24,6 +24,11 @@
]
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"wall":
{
"style": {"style": "STATIC"},

View File

@@ -1,5 +1,10 @@
{
"name": "Dry Forest",
"loot": {
"tables": [
"cactus-clutter"
]
},
"layers": [
{
"style": {"style": "STATIC"},

View File

@@ -32,6 +32,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"wall":
{
"style": {"style":"IRIS"},

View File

@@ -117,6 +117,11 @@
"children": [
"hot-ocean-cliffs"
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"decorators": [
{
"zoom": 1,

View File

@@ -50,6 +50,12 @@
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"objects":[
{
"chance": 0.15,

View File

@@ -9,6 +9,12 @@
]
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"slab": {
"style": {"style":"STATIC"},
"palette": [

View File

@@ -29,6 +29,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"decorators":[
{

View File

@@ -35,6 +35,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"objects": [
{
"chance": 0.01,

View File

@@ -1,5 +1,10 @@
{
"name": "Swamp Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"style": {"style": "STATIC"},

View File

@@ -18,6 +18,11 @@
]
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"slab": {
"style": {
"style": "STATIC"

View File

@@ -37,6 +37,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"objects":[
{
"chance": 0.05,

View File

@@ -1,5 +1,10 @@
{
"name": "Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,

View File

@@ -72,6 +72,11 @@
]
}
],
"loot": {
"tables": [
"forest-food"
]
},
"decorators": [
{
"zoom": 0.01,

View File

@@ -74,6 +74,11 @@
]
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"

View File

@@ -53,6 +53,11 @@
]
}
],
"loot": {
"tables": [
"forest-food"
]
},
"decorators": [
{
"zoom": 0.3,

View File

@@ -57,6 +57,11 @@
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall":
{
"style": {"style": "STATIC"},

View File

@@ -1,6 +1,11 @@
{
"name": "Deep Ocean",
"rarity": 6,
"loot": {
"tables": [
"ocean-clutter"
]
},
"layers": [
{
"minHeight": 2,

View File

@@ -1,5 +1,10 @@
{
"name": "Ocean",
"loot": {
"tables": [
"ocean-clutter"
]
},
"layers": [
{
"minHeight": 2,

View File

@@ -1,5 +1,10 @@
{
"name": "Tropical Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,

View File

@@ -17,6 +17,11 @@
]
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"objects": [
{
"chance": 0.000856,

View File

@@ -20,6 +20,11 @@
]
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"objects": [
{
"chance": 0.000856,

View File

@@ -1307,6 +1307,11 @@
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"generators":[
{
"generator": "plain-cliffs",

View File

@@ -1351,5 +1351,10 @@
"max": -17
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN"
}

View File

@@ -1,5 +1,10 @@
{
"name": "Tropical Island Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,

View File

@@ -85,6 +85,11 @@
"tropical-coral-ocean",
"tropical-coral-ocean-cliffs"
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"wall": {
"palette": [
"TUBE_CORAL_BLOCK",

View File

@@ -58,5 +58,10 @@
"max": -9
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "WARM_OCEAN"
}

View File

@@ -1,5 +1,10 @@
{
"name": "Cold Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"style": {

View File

@@ -31,6 +31,11 @@
]
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"slab": {
"style": {
"style": "IRIS"

View File

@@ -34,6 +34,11 @@
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"objects": [
{
"chance": 0.01,

View File

@@ -12,6 +12,11 @@
"tundra",
"frozen"
],
"loot": {
"tables": [
"global-treasure"
]
},
"decorate": true,
"placeObjects": true,
"postProcessing": true,

View File

@@ -0,0 +1,18 @@
{
"name": "Beach Clutter",
"rarity": 2,
"loot": [
{
"type": "SUGAR_CANE",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "SUGAR",
"maxAmount": 3,
"rarity": 4,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "Cactus Clutter",
"rarity": 5,
"loot": [
{
"type": "CACTUS",
"maxAmount": 3,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "CACTUS_GREEN",
"maxAmount": 6,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"name": "Cave Clutter",
"rarity": 2,
"loot": [
{
"type": "TORCH",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "COBBLESTONE",
"maxAmount": 8,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "LANTERN",
"maxAmount": 1,
"rarity": 9,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,36 @@
{
"name": "Cold Food",
"rarity": 2,
"loot": [
{
"type": "RABBIT_STEW",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "POTATO",
"maxAmount": 7,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT_SEEDS",
"maxAmount": 7,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "POISONOUS_POTATO",
"maxAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "SWEET_BERRIES",
"maxAmount": 4,
"rarity": 1,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,36 @@
{
"name": "Cold Treasure",
"rarity": 6,
"loot": [
{
"type": "IRON_NUGGET",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "IRON_INGOT",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "EMERALD",
"maxAmount": 5,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "EMERALD_BLOCK",
"maxAmount": 2,
"rarity": 14,
"slotTypes": "STORAGE"
},
{
"type": "IRON_BLOCK",
"maxAmount": 3,
"rarity": 11,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"name": "Forest Food",
"rarity": 2,
"loot": [
{
"type": "APPLE",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,48 @@
{
"name": "Frozen Food",
"rarity": 2,
"loot": [
{
"type": "SPIDER_EYE",
"maxAmount": 1,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "BEETROOT_SOUP",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "COOKIE",
"maxAmount": 4,
"rarity": 7,
"slotTypes": "STORAGE"
},
{
"type": "RABBIT_STEW",
"maxAmount": 1,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "PUMPKIN_PIE",
"maxAmount": 1,
"rarity": 8,
"slotTypes": "STORAGE"
},
{
"type": "POTATO",
"maxAmount": 11,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "BAKED_POTATO",
"maxAmount": 4,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,30 @@
{
"name": "Global Treasure",
"rarity": 12,
"loot": [
{
"type": "DIAMOND",
"maxAmount": 5,
"rarity": 11,
"slotTypes": "STORAGE"
},
{
"type": "IRON_INGOT",
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "IRON_NUGGET",
"maxAmount": 7,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
"type": "REDSTONE",
"maxAmount": 11,
"rarity": 9,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "Hot Food",
"rarity": 2,
"loot": [
{
"type": "ROTTEN_FLESH",
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "DRIED_KELP",
"maxAmount": 6,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"name": "Hot Treasure",
"rarity": 6,
"loot": [
{
"type": "LAPIS_LAZULI",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "GOLD_INGOT",
"maxAmount": 5,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "GOLD_NUGGET",
"maxAmount": 8,
"rarity": 4,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "Mushroom Food",
"rarity": 2,
"loot": [
{
"type": "SPIDER_EYE",
"maxAmount": 3,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "BEETROOT",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,36 @@
{
"name": "Ocean Clutter",
"rarity": 3,
"loot": [
{
"type": "WET_SPONGE",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "SPONGE",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "KELP",
"maxAmount": 27,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "FISHING_ROD",
"maxAmount": 1,
"rarity": 11,
"slotTypes": "STORAGE"
},
{
"type": "PUFFERFISH",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"name": "Snow Clutter",
"rarity": 3,
"loot": [
{
"type": "SNOWBALL",
"maxAmount": 9,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "PACKED_ICE",
"maxAmount": 3,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "BLUE_ICE",
"maxAmount": 2,
"rarity": 9,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"name": "Swamp Food",
"rarity": 2,
"loot": [
{
"type": "SPIDER_EYE",
"maxAmount": 3,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "CARROT",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "BEETROOT",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,30 @@
{
"name": "Temperate Food",
"rarity": 2,
"loot": [
{
"type": "BREAD",
"maxAmount": 2,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT",
"maxAmount": 7,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "CARROT",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT_SEEDS",
"maxAmount": 7,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"name": "Tropical Food",
"rarity": 2,
"loot": [
{
"type": "MELON_SLICE",
"maxAmount": 9,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "COOKIE",
"maxAmount": 3,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "DRIED_KELP",
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -16,6 +16,13 @@
"chance": 38
}
],
"loot": {
"tables": [
"frozen-food",
"snow-clutter",
"cold-treasure"
]
},
"landBiomes": [
"frozen-plains",
"frozen-mountains",

View File

@@ -35,6 +35,12 @@
"shuffle": 328
}
],
"loot": {
"tables": [
"hot-food",
"hot-treasure"
]
},
"effects": [
{
"potionEffect": "CONFUSION",

View File

@@ -16,6 +16,11 @@
"shoreBiomes": [
"mushroom-beach"
],
"loot": {
"tables": [
"musroom-food"
]
},
"spotBiomes":[
{
"biome": "mushroom-crimson-forest",

View File

@@ -21,6 +21,11 @@
"caveBiomes":[
"swamp-murky-cavern"
],
"loot": {
"tables": [
"swamp-food"
]
},
"deposits":[
{
"minHeight": 35,

View File

@@ -17,6 +17,11 @@
"shoreBiomes": [
"temperate-beach"
],
"loot": {
"tables": [
"temperate-food"
]
},
"deposits":[
{
"minHeight": 15,

View File

@@ -16,6 +16,11 @@
"shoreBiomes": [
"tropical-beach"
],
"loot": {
"tables": [
"tropical-food"
]
},
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",

View File

@@ -18,6 +18,12 @@
"tundra-beach",
"tundra-beach-stone"
],
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"deposits":[
{
"minHeight": 15,