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,26 @@
{
"armorSetName": "armors.motorcyclist.title",
"head": {
"itemKey": "apocalypsenow:black_motorcycle_helmet_helmet",
"mixAndMatch": [
"apocalypsenow:red_motorcycle_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
}