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

29 lines
912 B
JSON

{
"armorSetName": "armors.radiation.title",
"head": {
"itemKey": "apocalypsenow:soldier_helmet",
"mixAndMatch": [
"apocalypsenow:gasmask_helmet",
"apocalypsenow:pkm_4gasmask_helmet",
"apocalypsenow:pbf_hamstergasmask_helmet",
"apocalypsenow:gasmask_helmet",
"apocalypsenow:rusty_helmet",
"apocalypsenow:mcu2p_gasmask_helmet",
"apocalypsenow:hazmat_suit_helmet",
"apocalypsenow:biohazard_helmet",
"apocalypsenow:contamination_suit_white_helmet",
"apocalypsenow:contamination_suit_blue_helmet",
"apocalypsenow:contamination_suit_green_helmet"
]
},
"fullSetBonuses": [
{
"type": "effect",
"name": "zombie_extreme:radiation_effect",
"interactionType": "immunity",
"description": "armors.radiation.description_radiation",
"onlyImmuneToNewEffects": true
}
],
"hideGeneratedTooltip": false
}