diff options
Diffstat (limited to 'config/paladins/shields.json')
| -rw-r--r-- | config/paladins/shields.json | 53 |
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 |
