Files
minecraft_server_zombie/config/armorsets/military_beret.json
2024-11-28 17:00:03 +00:00

50 lines
1.4 KiB
JSON

{
"armorSetName": "armors.military_beret.title",
"head": {
"itemKey": "apocalypsenow:beret_helmet",
"mixAndMatch": [
"apocalypsenow:officer_beret_helmet",
"apocalypsenow:military_beret_helmet"
]
},
"chest": {
"itemKey": "apocalypsenow:beret_chestplate",
"mixAndMatch": [
"apocalypsenow:officer_beret_chestplate",
"apocalypsenow:military_beret_chestplate"
]
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.attack_speed",
"value": 0.1,
"interactionType": "self",
"attributeOperation": 2,
"modifierUUID": "b11b2306-6d1c-4637-a88e-8989629d395e",
"description": "armors.military_beret.description_as",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "puffish_skills:player.jump",
"value": 0.1,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "80e9d88e-f319-4d5b-abe3-3f7bb5eee824",
"description": "armors.military_beret.description_jump",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "minecraft:generic.attack_knockback",
"value": 1.0,
"interactionType": "self",
"attributeOperation": 0,
"modifierUUID": "06e3e700-12e8-49d7-b853-4af35c5da5fc",
"description": "armors.military_beret.description_knockback",
"hideBonusDescription": false
}
],
"hideGeneratedTooltip": false
}