Initial commit
This commit is contained in:
23
config/armorsets/helmet_ballistic.json
Normal file
23
config/armorsets/helmet_ballistic.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"armorSetName": "armors.ballistic.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:life_jacket_bullet_helmet_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
|
||||
}
|
||||
Reference in New Issue
Block a user