Initial commit
This commit is contained in:
50
config/armorsets/military_beret.json
Normal file
50
config/armorsets/military_beret.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"armorSetName": "armors.military_beret.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:beret_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:officer_beret_helmet",
|
||||
"apocalypsenow:military_beret_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:beret_chestplate",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:officer_beret_chestplate",
|
||||
"apocalypsenow:military_beret_chestplate"
|
||||
]
|
||||
},
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "b11b2306-6d1c-4637-a88e-8989629d395e",
|
||||
"description": "armors.military_beret.description_as",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "puffish_skills:player.jump",
|
||||
"value": 0.1,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "80e9d88e-f319-4d5b-abe3-3f7bb5eee824",
|
||||
"description": "armors.military_beret.description_jump",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_knockback",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 0,
|
||||
"modifierUUID": "06e3e700-12e8-49d7-b853-4af35c5da5fc",
|
||||
"description": "armors.military_beret.description_knockback",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user