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

Merge pull request #78 from IrisDimensions/LootOverhaul

Loot Overhaul
This commit is contained in:
Brian Neumann-Fopiano
2021-06-20 03:47:41 -07:00
committed by GitHub
25 changed files with 170 additions and 21 deletions

View File

@@ -156,11 +156,12 @@
],
"translate": {
"x": 0,
"y": -6,
"y": 4,
"z": 0
}
},
{
"mode": "STILT",
"place": [
"tree/jungle/1",
"tree/jungle/2",

View File

@@ -34,6 +34,12 @@
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "bee",
"maxSpawns": 5,
"minSpawns": 1,
"rarity": 2
}
],
"objects": [

View File

@@ -1,6 +1,8 @@
{
"name": "Beach Clutter",
"rarity": 2,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "sugar_cane",

View File

@@ -1,6 +1,8 @@
{
"name": "Cactus Clutter",
"rarity": 5,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "cactus",

View File

@@ -1,6 +1,8 @@
{
"name": "Cave Clutter",
"rarity": 2,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "torch",

View File

@@ -1,6 +1,8 @@
{
"name": "Cold Food",
"rarity": 2,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "rabbit_stew",

View File

@@ -1,11 +1,13 @@
{
"name": "Cold Treasure",
"rarity": 1,
"minPicked": 0,
"maxPicked": 3,
"minPicked": 1,
"loot": [
{
"type": "iron_nugget",
"maxAmount": 12,
"minAmount": 3,
"rarity": 3,
"slotTypes": "STORAGE"
},
@@ -23,7 +25,7 @@
},
{
"type": "emerald_block",
"maxamount": 2,
"maxamount": 1,
"rarity": 14,
"slottypes": "STORAGE"
},
@@ -71,6 +73,13 @@
"maxAmount": 4,
"minAmount": 2,
"name": "RRM"
},
{
"attribute": "GENERIC_MAX_HEALTH",
"operation": "ADD_NUMBER",
"maxAmount": 4,
"minAmount": 2,
"name": "RRM"
}
],
"itemFlags": [

View File

@@ -7,6 +7,45 @@
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "spruce_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "dark_oak_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_planks",
"maxAmount": 19,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "chest",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "stone_axe",
"maxAmount": 2,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "grass_path",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -7,6 +7,30 @@
"maxAmount": 12,
"rarity": 7,
"slotTypes": "STORAGE"
},
{
"type": "stone_bricks",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "zombie_head",
"maxAmount": 1,
"rarity": 20,
"slotTypes": "STORAGE"
},
{
"type": "wheat",
"maxAmount": 6,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "zombie_head",
"maxAmount": 1,
"rarity": 20,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -1,6 +1,7 @@
{
"name": "Frozen Food",
"rarity": 2,
"maxPicked": 2,
"loot": [
{
"type": "spider_eye",

View File

@@ -1,7 +1,7 @@
{
"name": "Global Clutter",
"rarity": 4,
"maxPicked": 3,
"maxPicked": 4,
"minPicked": 2,
"loot": [
{
@@ -25,7 +25,7 @@
{
"type": "leather",
"maxAmount": 4,
"rarity": 24,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
@@ -37,7 +37,25 @@
{
"type": "ladder",
"maxAmount": 12,
"rarity": 41,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
"type": "stone_axe",
"maxAmount": 1,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
"type": "stone_pickaxe",
"maxAmount": 1,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
"type": "stone_sword",
"maxAmount": 1,
"rarity": 10,
"slotTypes": "STORAGE"
}
]

View File

@@ -1,7 +1,7 @@
{
"name": "Global Tools",
"rarity": 1,
"maxPicked": 3,
"rarity": 3,
"maxPicked": 1,
"minPicked": 0,
"loot": [
{
@@ -61,7 +61,7 @@
{
"type": "diamond_pickaxe",
"maxamount": 1,
"rarity": 12,
"rarity": 30,
"mindurability": 0.6,
"maxdurability": 0.8,
"slottypes": "STORAGE"

View File

@@ -1,8 +1,8 @@
{
"name": "Global Treasure",
"rarity": 1,
"maxPicked": 4,
"minPicked": 1,
"rarity": 2,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "diamond",

View File

@@ -1,6 +1,7 @@
{
"name": "Hot Food",
"rarity": 2,
"minPicked": 1,
"loot": [
{
"type": "rotten_flesh",

View File

@@ -1,7 +1,8 @@
{
"name": "Hot Treasure",
"rarity": 1,
"minPicked": 0,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "lapis_lazuli",

View File

@@ -1,6 +1,7 @@
{
"name": "Mushroom Clutter",
"rarity": 4,
"maxPicked": 3,
"loot": [
{
"type": "red_mushroom",

View File

@@ -1,6 +1,7 @@
{
"name": "Mushroom Food",
"rarity": 2,
"maxPicked": 3,
"loot": [
{
"type": "spider_eye",

View File

@@ -1,6 +1,8 @@
{
"name": "Ocean Clutter",
"rarity": 3,
"maxPicked": 5,
"minPicked": 3,
"loot": [
{
"type": "wet_sponge",

View File

@@ -1,6 +1,7 @@
{
"name": "Snow Clutter",
"rarity": 3,
"minPicked": 1,
"loot": [
{
"type": "snowball",

View File

@@ -1,6 +1,7 @@
{
"name": "Swamp Clutter",
"rarity": 4,
"minPicked": 2,
"loot": [
{
"type": "string",
@@ -19,6 +20,30 @@
"maxAmount": 2,
"rarity": 14,
"slotTypes": "STORAGE"
},
{
"type": "cobweb",
"maxAmount": 2,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "dark_prismarine",
"maxAmount": 2,
"rarity": 10,
"slotTypes": "STORAGE"
},
{
"type": "diamond",
"maxAmount": 2,
"rarity": 14,
"slotTypes": "STORAGE"
},
{
"type": "coal",
"maxAmount": 16,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -1,6 +1,7 @@
{
"name": "Swamp Food",
"rarity": 2,
"minPicked": 2,
"loot": [
{
"type": "spider_eye",
@@ -19,6 +20,12 @@
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "poisonous_potato",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -1,6 +1,7 @@
{
"name": "Temperate Clutter",
"rarity": 4,
"minPicked": 2,
"loot": [
{
"type": "oak_planks",
@@ -19,12 +20,7 @@
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "diamond",
"maxAmount": 3,
"rarity": 72,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -1,6 +1,7 @@
{
"name": "Temperate Food",
"rarity": 2,
"minPicked": 1,
"loot": [
{
"type": "bread",

View File

@@ -1,6 +1,7 @@
{
"name": "Tropical Food",
"rarity": 2,
"minPicked": 2,
"loot": [
{
"type": "melon_slice",
@@ -19,6 +20,12 @@
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "cocoa_beans",
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
}
]
}

View File

@@ -1,8 +1,8 @@
{
"name": "Tropical Treasure",
"rarity": 5,
"maxPicked": 1,
"minPicked": 0,
"maxPicked": 3,
"minPicked": 1,
"loot": [
{
"type": "wooden_pickaxe",