Initial commit
This commit is contained in:
46
config/armorsets/wasteland_hazmat.json
Normal file
46
config/armorsets/wasteland_hazmat.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user