Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"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
}