From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/paladins/shields.json | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 config/paladins/shields.json (limited to 'config/paladins/shields.json') diff --git a/config/paladins/shields.json b/config/paladins/shields.json new file mode 100644 index 0000000..40d3c25 --- /dev/null +++ b/config/paladins/shields.json @@ -0,0 +1,53 @@ +{ + "shields": { + "paladins:netherite_kite_shield": { + "durability": 1344, + "attributes": [ + { + "id": "minecraft:generic.armor_toughness", + "value": 1.0, + "operation": "ADDITION" + }, + { + "id": "generic.max_health", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "paladins:diamond_kite_shield": { + "durability": 672, + "attributes": [ + { + "id": "minecraft:generic.armor_toughness", + "value": 1.0, + "operation": "ADDITION" + }, + { + "id": "generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + }, + "paladins:golden_kite_shield": { + "durability": 168, + "attributes": [] + }, + "paladins:iron_kite_shield": { + "durability": 336, + "attributes": [ + { + "id": "minecraft:generic.armor_toughness", + "value": 1.0, + "operation": "ADDITION" + }, + { + "id": "generic.max_health", + "value": 2.0, + "operation": "ADDITION" + } + ] + } + } +} \ No newline at end of file -- cgit v1.2.3