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

46 lines
1.2 KiB
JSON

{
"armorSetName": "armors.hazmat.title",
"head": {
"itemKey": "apocalypsenow:hazmat_suit_helmet"
},
"chest": {
"itemKey": "apocalypsenow:hazmat_suit_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:hazmat_suit_leggings"
},
"boots": {
"itemKey": "apocalypsenow:hazmat_suit_boots"
},
"fullSetBonuses": [
{
"type": "effect",
"name": "minecraft:poison",
"interactionType": "immunity",
"description": "armors.biohazard.description_poison",
"onlyImmuneToNewEffects": true
},
{
"type": "effect",
"name": "hordes:infected",
"interactionType": "immunity",
"description": "armors.biohazard.description_infection",
"onlyImmuneToNewEffects": true
},
{
"type": "effect",
"name": "undead_revamp2:toxicfumes",
"interactionType": "immunity",
"description": "armors.biohazard.description_fumes",
"onlyImmuneToNewEffects": true
},
{
"type": "effect",
"name": "undead_revamp2:gooed",
"interactionType": "immunity",
"description": "armors.biohazard.description_gooed",
"onlyImmuneToNewEffects": true
}
],
"hideGeneratedTooltip": false
}