summaryrefslogtreecommitdiff
path: root/config/death_knights/loot
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/death_knights/loot
asd
Diffstat (limited to 'config/death_knights/loot')
-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