summaryrefslogtreecommitdiff
path: root/config/death_knights/loot/jewelry_v2.json5
diff options
context:
space:
mode:
Diffstat (limited to 'config/death_knights/loot/jewelry_v2.json5')
-rw-r--r--config/death_knights/loot/jewelry_v2.json544
1 files changed, 44 insertions, 0 deletions
diff --git a/config/death_knights/loot/jewelry_v2.json5 b/config/death_knights/loot/jewelry_v2.json5
new file mode 100644
index 0000000..50958ba
--- /dev/null
+++ b/config/death_knights/loot/jewelry_v2.json5
@@ -0,0 +1,44 @@
+{
+ "frost_necklace": {
+ "rolls": 1,
+ "chance": 0.2,
+ "loot_tables": [
+ "minecraft:chests/ancient_city_ice_box"
+ ]
+ },
+ "frost_ring": {
+ "rolls": 3,
+ "chance": 0.15,
+ "loot_tables": [
+ "minecraft:chests/ancient_city_ice_box"
+ ]
+ },
+ "unholy_necklace": {
+ "rolls": 1,
+ "chance": 0.2,
+ "loot_tables": [
+ "minecraft:chests/woodland_mansion"
+ ]
+ },
+ "unholy_ring": {
+ "rolls": 3,
+ "chance": 0.1,
+ "loot_tables": [
+ "minecraft:chests/woodland_mansion"
+ ]
+ },
+ "blood_necklace": {
+ "rolls": 1,
+ "chance": 0.2,
+ "loot_tables": [
+ "minecraft:chests/bastion_treasure"
+ ]
+ },
+ "blood_ring": {
+ "rolls": 3,
+ "chance": 0.1,
+ "loot_tables": [
+ "minecraft:chests/bastion_treasure"
+ ]
+ }
+} \ No newline at end of file