summaryrefslogtreecommitdiff
path: root/config/paladins/shields.json
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/paladins/shields.json
asd
Diffstat (limited to 'config/paladins/shields.json')
-rw-r--r--config/paladins/shields.json53
1 files changed, 53 insertions, 0 deletions
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