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

50 lines
1.5 KiB
JSON

{
"armorSetName": "armors.military_aviation.title",
"head": {
"itemKey": "apocalypsenow:military_pilot_headset_helmet",
"mixAndMatch": [
"apocalypsenow:helicopter_helmet",
"apocalypsenow:atlast_7_helmet"
]
},
"chest": {
"itemKey": "apocalypsenow:military_pilot_headset_chestplate",
"mixAndMatch": [
"apocalypsenow:helicopter_chestplate",
"apocalypsenow:atlast_7_chestplate"
]
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.attack_speed",
"value": 0.15,
"interactionType": "self",
"attributeOperation": 2,
"modifierUUID": "dc81192e-3db5-4869-bfa0-ea4b0a9d884c",
"description": "armors.military_aviation.description_as",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "minecraft:generic.movement_speed",
"value": 0.15,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "c1894bec-e610-44df-874d-a2b45add7691",
"description": "armors.military_aviation.description_movement",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "minecraft:generic.attack_knockback",
"value": 1.0,
"interactionType": "self",
"attributeOperation": 0,
"modifierUUID": "b4b00fe6-94f1-4f78-af4b-5b9509edc5db",
"description": "armors.military_aviation.description_knockback",
"hideBonusDescription": false
}
],
"hideGeneratedTooltip": false
}