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

23 lines
558 B
JSON

{
"armorSetName": "armors.ballistic.title",
"head": {
"itemKey": "apocalypsenow:life_jacket_bullet_helmet_helmet"
},
"fullSetBonuses": [
{
"type": "effect",
"name": "minecraft:nausea",
"interactionType": "immunity",
"description": "armors.nausea",
"onlyImmuneToNewEffects": true
},
{
"type": "effect",
"name": "minecraft:blindness",
"interactionType": "immunity",
"description": "armors.blindness",
"onlyImmuneToNewEffects": true
}
],
"hideGeneratedTooltip": false
}