Initial commit
This commit is contained in:
31
config/armorsets/anarchist.json
Normal file
31
config/armorsets/anarchist.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"armorSetName": "armors.anarchist.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:anarchy_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:gasmask_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:anarchy_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:anarchy_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:anarchy_boots"
|
||||
},
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.luck",
|
||||
"value": 1,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 0,
|
||||
"modifierUUID": "82cf7e32-43f8-4f47-9f0a-3b5f44cfac52",
|
||||
"description": "armors.anarchist.description",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user