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/armor_sets.json | 473 +++++++++++++++++++++++++++++ config/death_knights/items/jewelry.json | 88 ++++++ 2 files changed, 561 insertions(+) create mode 100644 config/death_knights/items/armor_sets.json create mode 100644 config/death_knights/items/jewelry.json (limited to 'config/death_knights/items') diff --git a/config/death_knights/items/armor_sets.json b/config/death_knights/items/armor_sets.json new file mode 100644 index 0000000..d444835 --- /dev/null +++ b/config/death_knights/items/armor_sets.json @@ -0,0 +1,473 @@ +{ + "weapons": {}, + "armor_sets": { + "crimson_guard_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "chest": { + "armor": 6, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "legs": { + "armor": 5, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + } + }, + "plaguebringer_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 6, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 5, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "blightbringer_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 8, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 6, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:unholy", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_damage", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "frozen_champion_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 6, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 5, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.04, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "crimson_knight_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "chest": { + "armor": 8, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "legs": { + "armor": 6, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.max_health", + "value": 4.0, + "operation": "ADDITION" + } + ] + } + }, + "icebound_knight_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 8, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 6, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "minecraft:generic.attack_speed", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "initiate_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 2, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "eternal_attributes:unholy", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 5, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "eternal_attributes:unholy", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 4, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "eternal_attributes:unholy", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 2, + "attributes": [ + { + "id": "eternal_attributes:blood", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "eternal_attributes:unholy", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + } + } + } +} \ No newline at end of file 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