From 2f7990a0a87342e897a7a2914ff85595b08f202b Mon Sep 17 00:00:00 2001 From: LocusAzzurro <33701070+LocusAzzurro@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:47:06 +0100 Subject: [PATCH] lottery loot table --- .../data/amekawamiya/loot_table/lottery.json | 167 ++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 jiachen/data/amekawamiya/loot_table/lottery.json diff --git a/jiachen/data/amekawamiya/loot_table/lottery.json b/jiachen/data/amekawamiya/loot_table/lottery.json new file mode 100644 index 00000000..8c9855bb --- /dev/null +++ b/jiachen/data/amekawamiya/loot_table/lottery.json @@ -0,0 +1,167 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:blue_topaz_gem", + "weight": 64, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:blue_topaz_gem", + "weight": 32, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:blue_topaz_gem", + "weight": 16, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 8 + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:sapphire_gem", + "weight": 8, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:sapphire_gem", + "weight": 4, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 2 + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:sapphire_gem", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 4 + } + ] + }, + { + "type": "minecraft:item", + "name": "locusazzurro_icaruswings:sapphire_gem", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "姬川岛", + "type": "text", + "color": "blue", + "italic": false + } + ], + "mode": "replace_all" + }, + { + "function": "minecraft:set_count", + "count": 8 + } + ] + } + ] + } + ] + } \ No newline at end of file