diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/death_knights/items/jewelry.json | |
asd
Diffstat (limited to 'config/death_knights/items/jewelry.json')
| -rw-r--r-- | config/death_knights/items/jewelry.json | 88 |
1 files changed, 88 insertions, 0 deletions
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 |
