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

41 lines
1.1 KiB
JSON

{
"armorSetName": "armors.army_general.title",
"head": {
"itemKey": "apocalypsenow:army_helmet",
"mixAndMatch": [
"apocalypsenow:gasmask_helmet"
]
},
"chest": {
"itemKey": "apocalypsenow:army_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:army_leggings"
},
"boots": {
"itemKey": "apocalypsenow:army_boots"
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.attack_damage",
"value": 0.2,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "f86d834a-937f-11ee-b9d1-0242ac120002",
"description": "armors.army_general.description_damage",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "puffish_skills:player.stamina",
"value": 0.2,
"interactionType": "self",
"attributeOperation": 2,
"modifierUUID": "dc65a390-5a89-4eb1-94be-88912e3a0137",
"description": "armors.army_general.description_stamina",
"hideBonusDescription": false
}
],
"hideGeneratedTooltip": false
}