Skip to content

Commit

Permalink
loot things
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed May 18, 2022
1 parent b5ccac9 commit a82d970
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 18 deletions.
32 changes: 29 additions & 3 deletions loot/cold-treasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"loot": [
{
"type": "iron_nugget",
"maxAmount": 4,
"minAmount": 2,
"maxAmount": 12,
"minAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "tinted_glass",
"maxAmount": 4,
"maxAmount": 8,
"minAmount": 2,
"slotTypes": "STORAGE"
},
Expand All @@ -26,6 +26,32 @@
"maxamount": 2,
"slottypes": "STORAGE"
},
{
"type": "blaze_rod",
"maxamount": 2,
"slottypes": "STORAGE"
},
{
"type": "lava_bucket",
"maxamount": 1,
"slottypes": "STORAGE"
},
{
"type": "golden_horse_armor",
"maxamount": 1,
"slottypes": "STORAGE"
},
{
"type": "shield",
"maxamount": 1,
"slottypes": "STORAGE"
},
{
"type": "totem_of_undying",
"maxamount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "emerald_block",
"maxamount": 1,
Expand Down
5 changes: 5 additions & 0 deletions loot/global-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@
"mindurability": 0.5,
"maxdurability": 0.9,
"slottypes": "STORAGE"
},
{
"type": "shield",
"maxamount": 1,
"slottypes": "STORAGE"
}
]
}
22 changes: 17 additions & 5 deletions loot/global-treasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
},
{
"type": "ender_pearl",
"maxamount": 2,
"maxamount": 3,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"maxamount": 3,
"slottypes": "STORAGE"
},
{
"type": "obsidian",
"maxamount": 4,
"maxamount": 8,
"rarity": 2,
"slottypes": "STORAGE"
},
Expand All @@ -44,9 +44,21 @@
"slottypes": "STORAGE"
},
{
"type": "redstone",
"type": "redstone_block",
"maxamount": 6,
"minAmount": 2,
"minAmount": 1,
"slottypes": "STORAGE"
},
{
"type": "totem_of_undying",
"maxamount": 1,
"rarity": 10,
"slottypes": "STORAGE"
},
{
"type": "tnt_minecart",
"maxamount": 1,
"rarity": 10,
"slottypes": "STORAGE"
}
]
Expand Down
20 changes: 16 additions & 4 deletions loot/hot-treasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"slotTypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxAmount": 8,
"type": "blaze_rod",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxAmount": 1,
"maxAmount": 10,
"slotTypes": "STORAGE"
},
{
"type": "tnt",
"maxAmount": 1,
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
Expand All @@ -45,6 +45,18 @@
"enchantment": "SOUL_SPEED",
"maxLevel": 3,
"minLevel": 2
},
{

"enchantment": "BINDING_CURSE",
"maxLevel": 1,
"minLevel": 1
},
{

"enchantment": "VANISHING_CURSE",
"maxLevel": 1,
"minLevel": 1
}],
"attributes": [
{
Expand Down
12 changes: 6 additions & 6 deletions loot/tropical-treasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"loot": [
{
"type": "raw_copper",
"maxamount": 5,
"minAmount": 1,
"maxamount": 10,
"minAmount": 5,
"rarity": 1,
"slottypes": "STORAGE"
},
{
"type": "quartz",
"maxamount": 5,
"minAmount": 1,
"maxamount": 10,
"minAmount": 8,
"rarity": 1,
"slottypes": "STORAGE"
},
{
"type": "trident",
"maxamount": 5,
"maxamount": 3,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
Expand Down Expand Up @@ -62,7 +62,7 @@
},
{
"type": "totem_of_undying",
"maxamount": 5,
"maxamount": 3,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
Expand Down

0 comments on commit a82d970

Please sign in to comment.