Initial commit
This commit is contained in:
41
config/armorsets/army_general.json
Normal file
41
config/armorsets/army_general.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"armorSetName": "armors.army_general.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:army_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:gasmask_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:army_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:army_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:army_boots"
|
||||
},
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_damage",
|
||||
"value": 0.2,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "f86d834a-937f-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.army_general.description_damage",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "puffish_skills:player.stamina",
|
||||
"value": 0.2,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "dc65a390-5a89-4eb1-94be-88912e3a0137",
|
||||
"description": "armors.army_general.description_stamina",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user