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

67 lines
1.9 KiB
JSON

{
"armorSetName": "armors.military_riot.title",
"head": {
"itemKey": "apocalypsenow:military_riot_armor_helmet",
"mixAndMatch": [
"apocalypsenow:pbf_hamstergasmask_helmet",
"apocalypsenow:pkm_4gasmask_helmet"
]
},
"chest": {
"itemKey": "apocalypsenow:military_riot_armor_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:military_riot_armor_leggings"
},
"boots": {
"itemKey": "apocalypsenow:military_riot_armor_boots"
},
"fullSetBonuses": [
{
"type": "effect",
"name": "minecraft:resistance",
"value": 1.0,
"interactionType": "self",
"interactionDuration": 300,
"description": "armors.military_riot.description_reduction",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "minecraft:generic.attack_speed",
"value": 0.2,
"interactionType": "self",
"attributeOperation": 2,
"modifierUUID": "12ab6d86-61d1-4a80-998c-46a0e3716357",
"description": "armors.military_riot.description_as",
"hideBonusDescription": false
},
{
"type": "attribute",
"name": "puffish_skills:player.stamina",
"value": 0.5,
"interactionType": "self",
"attributeOperation": 2,
"modifierUUID": "29444382-9380-11ee-b9d1-0242ac120002",
"description": "armors.military_riot.description_stamina",
"hideBonusDescription": false
},
{
"type": "effect",
"name": "minecraft:slowness",
"value": 1.0,
"interactionType": "attack",
"interactionDuration": 200.0,
"description": "armors.military_riot.description_slowness"
},
{
"type": "effect",
"name": "zombiemobs:stun",
"value": 1.0,
"interactionType": "attack",
"interactionDuration": 200.0,
"description": "armors.military_riot.description_stun"
}
],
"hideGeneratedTooltip": false
}