From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/death_knights/items/jewelry.json | 88 +++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 config/death_knights/items/jewelry.json (limited to 'config/death_knights/items/jewelry.json') diff --git a/config/death_knights/items/jewelry.json b/config/death_knights/items/jewelry.json new file mode 100644 index 0000000..dd03c7f --- /dev/null +++ b/config/death_knights/items/jewelry.json @@ -0,0 +1,88 @@ +{ + "items": { + "death_knights:blood_dk_ring": { + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + }, + "death_knights:unholy_dk_ring": { + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + }, + "death_knights:frost_dk_ring": { + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + }, + "death_knights:frost_dk_necklace": { + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + }, + "death_knights:blood_dk_necklace": { + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + }, + "death_knights:unholy_dk_necklace": { + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.08, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.06, + "operation": "MULTIPLY_BASE" + } + ] + } + } +} \ No newline at end of file -- cgit v1.2.3