mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
dwa
This commit is contained in:
@@ -1,32 +1,90 @@
|
||||
{
|
||||
"name": "Cold Food",
|
||||
"name": "Cold Treasure",
|
||||
"rarity": 1,
|
||||
"maxPicked": 1,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "rabbit_stew",
|
||||
"type": "iron_nugget",
|
||||
"maxAmount": 4,
|
||||
"minAmount": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "iron_ingot",
|
||||
"maxAmount": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "emerald",
|
||||
"maxamount": 2,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "emerald_block",
|
||||
"maxamount": 1,
|
||||
"rarity": 10,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "iron_block",
|
||||
"maxamount": 3,
|
||||
"rarity": 10,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "leather_leggings",
|
||||
"maxAmount": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "potato",
|
||||
"maxAmount": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "wheat_seeds",
|
||||
"maxAmount": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "poisonous_potato",
|
||||
"maxAmount": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "sweet_berries",
|
||||
"maxAmount": 2,
|
||||
"rarity": 10,
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"attribute": "GENERIC_MAX_HEALTH",
|
||||
"operation": "ADD_NUMBER",
|
||||
"maxAmount": 4,
|
||||
"minAmount": 2,
|
||||
"name": "RRM"
|
||||
}
|
||||
],
|
||||
"itemFlags": [
|
||||
"HIDE_ATTRIBUTES",
|
||||
"HIDE_ENCHANTS",
|
||||
"HIDE_PLACED_ON",
|
||||
"HIDE_POTION_EFFECTS"
|
||||
],
|
||||
"slotTypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user