Initial commit
This commit is contained in:
41
config/armorsets/army_un.json
Normal file
41
config/armorsets/army_un.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"armorSetName": "armors.un_army.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:un_armor_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:pkm_4gasmask_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:un_armor_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:un_armor_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:un_armor_boots"
|
||||
},
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": 0.2,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "e50ce33b-8a51-40b9-9c27-2c3f908bc0a9",
|
||||
"description": "armors.un_army.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_speed",
|
||||
"value": 0.3,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "7fade7aa-0fe5-4016-97ba-8c0821f15612",
|
||||
"description": "armors.un_army.description_as",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user