mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
More LOOT
This commit is contained in:
@@ -200,6 +200,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"tileset": "ruins",
|
||||||
|
"rarity": 100,
|
||||||
|
"zoom": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tileset": "village-stone",
|
||||||
|
"zoom": 2.2,
|
||||||
|
"rarity": 125
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
"decorators": [
|
"decorators": [
|
||||||
{
|
{
|
||||||
"zoom": 0.02,
|
"zoom": 0.02,
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
{
|
{
|
||||||
"type": "FISHING_ROD",
|
"type": "FISHING_ROD",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 11,
|
"rarity": 5,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "SUGAR",
|
"type": "SUGAR",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 4,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Cactus Clutter",
|
"name": "Cactus Clutter",
|
||||||
"rarity": 5,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "CACTUS",
|
"type": "CACTUS",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"type": "TORCH",
|
"type": "TORCH",
|
||||||
"maxAmount": 7,
|
"maxAmount": 7,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"type": "LANTERN",
|
"type": "LANTERN",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 9,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,31 +5,31 @@
|
|||||||
{
|
{
|
||||||
"type": "RABBIT_STEW",
|
"type": "RABBIT_STEW",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 4,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "POTATO",
|
"type": "POTATO",
|
||||||
"maxAmount": 7,
|
"maxAmount": 7,
|
||||||
"rarity": 1,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "WHEAT_SEEDS",
|
"type": "WHEAT_SEEDS",
|
||||||
"maxAmount": 7,
|
"maxAmount": 7,
|
||||||
"rarity": 5,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "POISONOUS_POTATO",
|
"type": "POISONOUS_POTATO",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "SWEET_BERRIES",
|
"type": "SWEET_BERRIES",
|
||||||
"maxAmount": 4,
|
"maxAmount": 4,
|
||||||
"rarity": 1,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"type": "APPLE",
|
"type": "APPLE",
|
||||||
"maxAmount": 8,
|
"maxAmount": 8,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Frozen Clutter",
|
"name": "Frozen Clutter",
|
||||||
"rarity": 6,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "BLACKSTONE",
|
"type": "BLACKSTONE",
|
||||||
"maxAmount": 12,
|
"maxAmount": 12,
|
||||||
"rarity": 7,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"type": "SPIDER_EYE",
|
"type": "SPIDER_EYE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -17,30 +17,30 @@
|
|||||||
{
|
{
|
||||||
"type": "COOKIE",
|
"type": "COOKIE",
|
||||||
"maxAmount": 4,
|
"maxAmount": 4,
|
||||||
"rarity": 7,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "RABBIT_STEW",
|
"type": "RABBIT_STEW",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 4,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "PUMPKIN_PIE",
|
"type": "PUMPKIN_PIE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 8,
|
"rarity": 6,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "POTATO",
|
"type": "POTATO",
|
||||||
"maxAmount": 11,
|
"maxAmount": 11,
|
||||||
"rarity": 1,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "BAKED_POTATO",
|
"type": "BAKED_POTATO",
|
||||||
"maxAmount": 4,
|
"maxAmount": 7,
|
||||||
"rarity": 2,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Global Clutter",
|
"name": "Global Clutter",
|
||||||
"rarity": 4,
|
"rarity": 3,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "STONE",
|
"type": "STONE",
|
||||||
"maxAmount": 12,
|
"maxAmount": 12,
|
||||||
"rarity": 12,
|
"rarity": 19,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -17,31 +17,31 @@
|
|||||||
{
|
{
|
||||||
"type": "FLINT",
|
"type": "FLINT",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 14,
|
"rarity": 11,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "LEATHER",
|
"type": "LEATHER",
|
||||||
"maxAmount": 4,
|
"maxAmount": 4,
|
||||||
"rarity": 24,
|
"rarity": 12,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "BOOK",
|
"type": "BOOK",
|
||||||
"maxAmount": 2,
|
"maxAmount": 2,
|
||||||
"rarity": 17,
|
"rarity": 13,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "BOOK_AND_QUILL",
|
"type": "BOOK_AND_QUILL",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 31,
|
"rarity": 14,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "LADDER",
|
"type": "LADDER",
|
||||||
"maxAmount": 12,
|
"maxAmount": 12,
|
||||||
"rarity": 41,
|
"rarity": 15,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Global Tools",
|
"name": "Global Tools",
|
||||||
"rarity": 1,
|
"rarity": 1,
|
||||||
"maxPicked": 1,
|
"maxPicked": 3,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "WOODEN_PICKAXE",
|
"type": "WOODEN_PICKAXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 3,
|
||||||
"minDurability": 0.2,
|
"minDurability": 0.2,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
,{
|
,{
|
||||||
"type": "SHEARS",
|
"type": "SHEARS",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 7,
|
"rarity": 5,
|
||||||
"minDurability": 0.2,
|
"minDurability": 0.2,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
{
|
{
|
||||||
"type": "BOW",
|
"type": "BOW",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 8,
|
"rarity": 6,
|
||||||
"minDurability": 0.4,
|
"minDurability": 0.4,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -38,13 +38,13 @@
|
|||||||
{
|
{
|
||||||
"type": "ARROW",
|
"type": "ARROW",
|
||||||
"maxAmount": 21,
|
"maxAmount": 21,
|
||||||
"rarity": 8,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "STONE_PICKAXE",
|
"type": "STONE_PICKAXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 4,
|
"rarity": 3,
|
||||||
"minDurability": 0.4,
|
"minDurability": 0.4,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
{
|
{
|
||||||
"type": "IRON_PICKAXE",
|
"type": "IRON_PICKAXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 8,
|
"rarity": 5,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
{
|
{
|
||||||
"type": "DIAMOND_PICKAXE",
|
"type": "DIAMOND_PICKAXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 12,
|
"rarity": 15,
|
||||||
"minDurability": 0.6,
|
"minDurability": 0.6,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
"type": "GOLDEN_PICKAXE",
|
"type": "GOLDEN_PICKAXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 13,
|
"rarity": 14,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"maxDurability": 0.9,
|
"maxDurability": 0.9,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
{
|
{
|
||||||
"type": "WOODEN_SWORD",
|
"type": "WOODEN_SWORD",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 3,
|
||||||
"minDurability": 0.2,
|
"minDurability": 0.2,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
{
|
{
|
||||||
"type": "IRON_SWORD",
|
"type": "IRON_SWORD",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 8,
|
"rarity": 7,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
{
|
{
|
||||||
"type": "DIAMOND_SWORD",
|
"type": "DIAMOND_SWORD",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 12,
|
"rarity": 16,
|
||||||
"minDurability": 0.6,
|
"minDurability": 0.6,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
{
|
{
|
||||||
"type": "GOLDEN_SWORD",
|
"type": "GOLDEN_SWORD",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 13,
|
"rarity": 15,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"maxDurability": 0.9,
|
"maxDurability": 0.9,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
{
|
{
|
||||||
"type": "WOODEN_AXE",
|
"type": "WOODEN_AXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 3,
|
||||||
"minDurability": 0.2,
|
"minDurability": 0.2,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
{
|
{
|
||||||
"type": "STONE_AXE",
|
"type": "STONE_AXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 5,
|
"rarity": 4,
|
||||||
"minDurability": 0.4,
|
"minDurability": 0.4,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
{
|
{
|
||||||
"type": "IRON_AXE",
|
"type": "IRON_AXE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 8,
|
"rarity": 9,
|
||||||
"minDurability": 0.5,
|
"minDurability": 0.5,
|
||||||
"maxDurability": 0.8,
|
"maxDurability": 0.8,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Global Treasure",
|
"name": "Global Treasure",
|
||||||
"rarity": 1,
|
"rarity": 2,
|
||||||
"maxPicked": 2,
|
"maxPicked": 3,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "DIAMOND",
|
"type": "DIAMOND",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hot Treasure",
|
"name": "Hot Treasure",
|
||||||
"rarity": 1,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "LAPIS_LAZULI",
|
"type": "LAPIS_LAZULI",
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Mushroom Clutter",
|
"name": "Mushroom Clutter",
|
||||||
"rarity": 4,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "RED_MUSHROOM",
|
"type": "RED_MUSHROOM",
|
||||||
"maxAmount": 5,
|
"maxAmount": 5,
|
||||||
"rarity": 5,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
{
|
{
|
||||||
"type": "WARPED_FUNGUS",
|
"type": "WARPED_FUNGUS",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 21,
|
"rarity": 15,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "CRIMSON_FUNGUS",
|
"type": "CRIMSON_FUNGUS",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 21,
|
"rarity": 15,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"type": "MUSHROOM_STEW",
|
"type": "MUSHROOM_STEW",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 7,
|
"rarity": 4,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Ocean Clutter",
|
"name": "Ocean Clutter",
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "WET_SPONGE",
|
"type": "WET_SPONGE",
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "Snow Clutter",
|
"name": "Snow Clutter",
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "SNOWBALL",
|
"type": "SNOWBALL",
|
||||||
"maxAmount": 9,
|
"maxAmount": 9,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "PACKED_ICE",
|
"type": "PACKED_ICE",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 5,
|
"rarity": 4,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "BLUE_ICE",
|
"type": "BLUE_ICE",
|
||||||
"maxAmount": 2,
|
"maxAmount": 2,
|
||||||
"rarity": 9,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "Swamp Clutter",
|
"name": "Swamp Clutter",
|
||||||
"rarity": 4,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "STRING",
|
"type": "STRING",
|
||||||
"maxAmount": 5,
|
"maxAmount": 5,
|
||||||
"rarity": 4,
|
"rarity": 3,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "RED_MUSHROOM",
|
"type": "RED_MUSHROOM",
|
||||||
"maxAmount": 2,
|
"maxAmount": 2,
|
||||||
"rarity": 14,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "BROWN_MUSHROOM",
|
"type": "BROWN_MUSHROOM",
|
||||||
"maxAmount": 2,
|
"maxAmount": 2,
|
||||||
"rarity": 14,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
{
|
{
|
||||||
"type": "SPIDER_EYE",
|
"type": "SPIDER_EYE",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 6,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "CARROT",
|
"type": "CARROT",
|
||||||
"maxAmount": 7,
|
"maxAmount": 7,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Temperate Clutter",
|
"name": "Temperate Clutter",
|
||||||
"rarity": 4,
|
"rarity": 2,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "OAK_PLANKS",
|
"type": "OAK_PLANKS",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"type": "BREAD",
|
"type": "BREAD",
|
||||||
"maxAmount": 2,
|
"maxAmount": 2,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"type": "CARROT",
|
"type": "CARROT",
|
||||||
"maxAmount": 7,
|
"maxAmount": 7,
|
||||||
"rarity": 3,
|
"rarity": 2,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{
|
{
|
||||||
"type": "COOKIE",
|
"type": "COOKIE",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 5,
|
"rarity": 4,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Tropical Treasure",
|
"name": "Tropical Treasure",
|
||||||
"rarity": 6,
|
"rarity": 3,
|
||||||
"loot": [
|
"loot": [
|
||||||
{
|
{
|
||||||
"type": "GLISTERING_MELON_SLICE",
|
"type": "GLISTERING_MELON_SLICE",
|
||||||
"maxAmount": 1,
|
"maxAmount": 1,
|
||||||
"rarity": 7,
|
"rarity": 5,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "REPEATER",
|
"type": "REPEATER",
|
||||||
"maxAmount": 3,
|
"maxAmount": 3,
|
||||||
"rarity": 22,
|
"rarity": 15,
|
||||||
"slotTypes": "STORAGE"
|
"slotTypes": "STORAGE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
"zoom": 0.25,
|
"zoom": 0.25,
|
||||||
"ratio": 0.05,
|
"ratio": 0.05,
|
||||||
"height": 25,
|
"height": 25,
|
||||||
"rarity": 15,
|
"rarity": 35,
|
||||||
"shuffle": 5
|
"shuffle": 5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,15 +25,13 @@
|
|||||||
"structures": [
|
"structures": [
|
||||||
{
|
{
|
||||||
"tileset": "ruins",
|
"tileset": "ruins",
|
||||||
"rarity": 180,
|
"rarity": 100,
|
||||||
"zoom": 1
|
"zoom": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tileset": "village-stone",
|
"tileset": "village-stone",
|
||||||
"zoom": 1,
|
"zoom": 2.2,
|
||||||
"ratio": 0.05,
|
"rarity": 125
|
||||||
"rarity": 85,
|
|
||||||
"shuffle": 5
|
|
||||||
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"gridSize": 23,
|
"gridSize": 23,
|
||||||
"wallChance": 0.8,
|
"wallChance": 0.7,
|
||||||
"maxLayers": 1,
|
"maxLayers": 1,
|
||||||
"name": "Stone Village",
|
"name": "Stone Village",
|
||||||
"underwater": false,
|
"underwater": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user