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

29 lines
731 B
JSON

{
"armorSetName": "armors.biker.title",
"head": {
"itemKey": "apocalypsenow:bikers_helmet",
"mixAndMatch": [
"apocalypsenow:red_bikers_helmet",
"apocalypsenow:pink_bikers_helmet",
"apocalypsenow:black_bikers_helmet",
"apocalypsenow:green_bikers_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
}