Initial commit
This commit is contained in:
29
config/armorsets/helmet_bicycle.json
Normal file
29
config/armorsets/helmet_bicycle.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"armorSetName": "armors.biker.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:bikers_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:red_bikers_helmet",
|
||||
"apocalypsenow:pink_bikers_helmet",
|
||||
"apocalypsenow:black_bikers_helmet",
|
||||
"apocalypsenow:green_bikers_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