mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
More loot
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"loot": {
|
||||
"tables": [
|
||||
"global-treasure",
|
||||
"global-tools"
|
||||
"global-tools",
|
||||
"global-clutter"
|
||||
]
|
||||
},
|
||||
"decorate": true,
|
||||
|
||||
@@ -31,6 +31,54 @@
|
||||
"maxAmount": 3,
|
||||
"rarity": 11,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_LEGGINGS",
|
||||
"maxAmount": 1,
|
||||
"rarity": 37,
|
||||
"minDurability": 0.93,
|
||||
"maxDurability": 1,
|
||||
"displayName": "Lucky Pyro Pants",
|
||||
"lore": [
|
||||
"The perfect pants to wear while ",
|
||||
"burning oneself or diving into an ",
|
||||
"explosion. They're a bit lucky too."
|
||||
],
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "PROTECTION_EXPLOSIONS",
|
||||
"maxLevel": 7,
|
||||
"minLevel": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "PROTECTION_FIRE",
|
||||
"maxLevel": 7,
|
||||
"minLevel": 3
|
||||
}
|
||||
],
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "GENERIC_LUCK",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 0.1,
|
||||
"minAmount": 0.07,
|
||||
"name": "LUCK"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_ARMOR",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 4,
|
||||
"minAmount": 2,
|
||||
"name": "RRM"
|
||||
}
|
||||
],
|
||||
"itemFlags": [
|
||||
"HIDE_ATTRIBUTES",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_POTION_EFFECTS"
|
||||
],
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
12
overworld/loot/frozen-clutter.json
Normal file
12
overworld/loot/frozen-clutter.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Frozen Clutter",
|
||||
"rarity": 6,
|
||||
"loot": [
|
||||
{
|
||||
"type": "BLACKSTONE",
|
||||
"maxAmount": 12,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
overworld/loot/global-clutter.json
Normal file
48
overworld/loot/global-clutter.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "Global Clutter",
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "STONE",
|
||||
"maxAmount": 12,
|
||||
"rarity": 12,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"maxAmount": 7,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FLINT",
|
||||
"maxAmount": 3,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LEATHER",
|
||||
"maxAmount": 4,
|
||||
"rarity": 24,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOOK",
|
||||
"maxAmount": 2,
|
||||
"rarity": 17,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOOK_AND_QUILL",
|
||||
"maxAmount": 1,
|
||||
"rarity": 31,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LADDER",
|
||||
"maxAmount": 12,
|
||||
"rarity": 41,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,58 +1,7 @@
|
||||
{
|
||||
"name": "Global Tools",
|
||||
"rarity": 1,
|
||||
"rarity": 83,
|
||||
"loot": [
|
||||
{
|
||||
"type": "TRIDENT",
|
||||
"maxAmount": 1,
|
||||
"rarity": 1,
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "CHANNELING",
|
||||
"maxLevel": 3,
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"enchantment": "LOYALTY"
|
||||
},
|
||||
{
|
||||
"enchantment": "WATER_WORKER",
|
||||
"minLevel": 3,
|
||||
"maxLevel": 5
|
||||
},
|
||||
{
|
||||
"enchantment": "MENDING",
|
||||
"maxLevel": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DAMAGE_ALL",
|
||||
"maxLevel": 2
|
||||
}
|
||||
],
|
||||
"localizedName": "Poseidon's Wrath",
|
||||
"displayName": "Poseidon's Wrath",
|
||||
"itemFlags": [
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_UNBREAKABLE",
|
||||
"HIDE_DESTROYS",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_POTION_EFFECTS",
|
||||
"HIDE_ATTRIBUTES"
|
||||
],
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "GENERIC_ARMOR",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 5,
|
||||
"minAmount": 3,
|
||||
"name": "AT1"
|
||||
}
|
||||
],
|
||||
"unbreakable": true,
|
||||
"minDurability": 0.9,
|
||||
"maxDurability": 0.95,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WOODEN_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
@@ -61,6 +10,36 @@
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FLINT_AND_STEEL",
|
||||
"maxAmount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
,{
|
||||
"type": "SHEARS",
|
||||
"maxAmount": 1,
|
||||
"rarity": 7,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOW",
|
||||
"maxAmount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "ARROW",
|
||||
"maxAmount": 21,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
|
||||
@@ -9,15 +9,27 @@
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_INGOT",
|
||||
"type": "ENDER_PEARL",
|
||||
"maxAmount": 3,
|
||||
"rarity": 12,
|
||||
"rarity": 28,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "NAME_TAG",
|
||||
"maxAmount": 1,
|
||||
"rarity": 36,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_INGOT",
|
||||
"maxAmount": 5,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_NUGGET",
|
||||
"maxAmount": 7,
|
||||
"rarity": 10,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -19,6 +19,69 @@
|
||||
"maxAmount": 8,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BLAZE_POWDER",
|
||||
"maxAmount": 1,
|
||||
"rarity": 38,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_BOOTS",
|
||||
"maxAmount": 1,
|
||||
"rarity": 35,
|
||||
"minDurability": 0.93,
|
||||
"maxDurability": 1,
|
||||
"displayName": "Golden Dashers",
|
||||
"lore": [
|
||||
"Dash around with these boots so long",
|
||||
"as they dont get damaged. Also enjoy",
|
||||
"less health and armor while doing so."
|
||||
],
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "SOUL_SPEED",
|
||||
"maxLevel": 5,
|
||||
"minLevel": 3
|
||||
}
|
||||
],
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "GENERIC_MOVEMENT_SPEED",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 0.35,
|
||||
"minAmount": 0.2,
|
||||
"name": "SPUDD"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_ATTACK_SPEED",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 0.1,
|
||||
"minAmount": 0.05,
|
||||
"name": "ATTAKK"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_MAX_HEALTH",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": -7,
|
||||
"minAmount": -5,
|
||||
"name": "ATTAKK"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_ARMOR",
|
||||
"operation": "MULTIPLY_SCALAR_1",
|
||||
"maxAmount": -0.3,
|
||||
"minAmount": -0.08,
|
||||
"name": "NOARM"
|
||||
}
|
||||
],
|
||||
"itemFlags": [
|
||||
"HIDE_ATTRIBUTES",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_POTION_EFFECTS"
|
||||
],
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
30
overworld/loot/mushroom-clutter.json
Normal file
30
overworld/loot/mushroom-clutter.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Mushroom Clutter",
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "RED_MUSHROOM",
|
||||
"maxAmount": 5,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BROWN_MUSHROOM",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WARPED_FUNGUS",
|
||||
"maxAmount": 3,
|
||||
"rarity": 21,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "CRIMSON_FUNGUS",
|
||||
"maxAmount": 3,
|
||||
"rarity": 21,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -13,6 +13,12 @@
|
||||
"maxAmount": 5,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "MUSHROOM_STEW",
|
||||
"maxAmount": 1,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -31,6 +31,128 @@
|
||||
"maxAmount": 2,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "TURTLE_HELMET",
|
||||
"maxAmount": 1,
|
||||
"rarity": 36,
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "OXYGEN",
|
||||
"maxLevel": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"maxLevel": 5,
|
||||
"minLevel": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"maxLevel": 3
|
||||
}
|
||||
],
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "GENERIC_MOVEMENT_SPEED",
|
||||
"operation": "MULTIPLY_SCALAR_1",
|
||||
"maxAmount": -0.15,
|
||||
"minAmount": -0.25,
|
||||
"name": "SLOW"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_KNOCKBACK_RESISTANCE",
|
||||
"maxAmount": 3.25,
|
||||
"minAmount": 0.85,
|
||||
"name": "THICC",
|
||||
"operation": "MULTIPLY_SCALAR_1"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_MAX_HEALTH",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 7,
|
||||
"name": "HP",
|
||||
"minAmount": 3
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_ARMOR",
|
||||
"name": "AMR",
|
||||
"maxAmount": 7,
|
||||
"minAmount": 5,
|
||||
"operation": "ADD_NUMBER"
|
||||
}
|
||||
],
|
||||
"displayName": "5head",
|
||||
"minDurability": 0.9,
|
||||
"lore": [
|
||||
"Take this helmet with increased health, ",
|
||||
"armor & knockback resistance at the cost",
|
||||
"of reduced movement speed.",
|
||||
"It's also full of air."
|
||||
],
|
||||
"itemFlags": [
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_DESTROYS",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_POTION_EFFECTS",
|
||||
"HIDE_ATTRIBUTES"
|
||||
],
|
||||
"maxDurability": 0.95,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "TRIDENT",
|
||||
"maxAmount": 1,
|
||||
"rarity": 36,
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "CHANNELING",
|
||||
"maxLevel": 3,
|
||||
"chance": 0.75
|
||||
},
|
||||
{
|
||||
"enchantment": "LOYALTY"
|
||||
},
|
||||
{
|
||||
"enchantment": "WATER_WORKER",
|
||||
"minLevel": 3,
|
||||
"maxLevel": 5
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"maxLevel": 5,
|
||||
"minLevel": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "DAMAGE_ALL",
|
||||
"maxLevel": 2
|
||||
}
|
||||
],
|
||||
"displayName": "Poseidon's Wrath",
|
||||
"lore": [
|
||||
"A Trident with increased damage that",
|
||||
"always finds it's way back. It's also",
|
||||
"great for digging blocks underwater."
|
||||
],
|
||||
"itemFlags": [
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_UNBREAKABLE",
|
||||
"HIDE_DESTROYS",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_POTION_EFFECTS",
|
||||
"HIDE_ATTRIBUTES"
|
||||
],
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "GENERIC_ATTACK_DAMAGE",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 5,
|
||||
"minAmount": 3,
|
||||
"name": "AT1"
|
||||
}
|
||||
],
|
||||
"minDurability": 0.9,
|
||||
"maxDurability": 0.95,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
24
overworld/loot/swamp-clutter.json
Normal file
24
overworld/loot/swamp-clutter.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Swamp Clutter",
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "STRING",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "RED_MUSHROOM",
|
||||
"maxAmount": 2,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BROWN_MUSHROOM",
|
||||
"maxAmount": 2,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
24
overworld/loot/temperate-clutter.json
Normal file
24
overworld/loot/temperate-clutter.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Temperate Clutter",
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "OAK_PLANKS",
|
||||
"maxAmount": 3,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"maxAmount": 4,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "OAK_WOOD",
|
||||
"maxAmount": 3,
|
||||
"rarity": 12,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
overworld/loot/tropical-treasure.json
Normal file
18
overworld/loot/tropical-treasure.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Tropical Treasure",
|
||||
"rarity": 19,
|
||||
"loot": [
|
||||
{
|
||||
"type": "GLISTERING_MELON_SLICE",
|
||||
"maxAmount": 1,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "REPEATER",
|
||||
"maxAmount": 3,
|
||||
"rarity": 22,
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -20,7 +20,8 @@
|
||||
"tables": [
|
||||
"frozen-food",
|
||||
"snow-clutter",
|
||||
"cold-treasure"
|
||||
"cold-treasure",
|
||||
"frozen-clutter"
|
||||
]
|
||||
},
|
||||
"landBiomes": [
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"musroom-food"
|
||||
"musroom-food",
|
||||
"mushroom-clutter"
|
||||
]
|
||||
},
|
||||
"spotBiomes":[
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"swamp-food"
|
||||
"swamp-food",
|
||||
"swamp-clutter"
|
||||
]
|
||||
},
|
||||
"deposits":[
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"temperate-food"
|
||||
"temperate-food",
|
||||
"temperate-clutter"
|
||||
]
|
||||
},
|
||||
"deposits":[
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"tropical-food"
|
||||
"tropical-food",
|
||||
"tropical-treasure"
|
||||
]
|
||||
},
|
||||
"caveBiomes": [
|
||||
|
||||
Reference in New Issue
Block a user