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

31 lines
742 B
JSON

{
"armorSetName": "armors.anarchist.title",
"head": {
"itemKey": "apocalypsenow:anarchy_helmet",
"mixAndMatch": [
"apocalypsenow:gasmask_helmet"
]
},
"chest": {
"itemKey": "apocalypsenow:anarchy_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:anarchy_leggings"
},
"boots": {
"itemKey": "apocalypsenow:anarchy_boots"
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.luck",
"value": 1,
"interactionType": "self",
"attributeOperation": 0,
"modifierUUID": "82cf7e32-43f8-4f47-9f0a-3b5f44cfac52",
"description": "armors.anarchist.description",
"hideBonusDescription": false
}
],
"hideGeneratedTooltip": false
}