summaryrefslogtreecommitdiff
path: root/config/death_knights/items/jewelry.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/death_knights/items/jewelry.json')
-rw-r--r--config/death_knights/items/jewelry.json88
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