Initial commit
This commit is contained in:
50
config/armorsets/military_pilot.json
Normal file
50
config/armorsets/military_pilot.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"armorSetName": "armors.military_aviation.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:military_pilot_headset_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:helicopter_helmet",
|
||||
"apocalypsenow:atlast_7_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:military_pilot_headset_chestplate",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:helicopter_chestplate",
|
||||
"apocalypsenow:atlast_7_chestplate"
|
||||
]
|
||||
},
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_speed",
|
||||
"value": 0.15,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "dc81192e-3db5-4869-bfa0-ea4b0a9d884c",
|
||||
"description": "armors.military_aviation.description_as",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": 0.15,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "c1894bec-e610-44df-874d-a2b45add7691",
|
||||
"description": "armors.military_aviation.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_knockback",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 0,
|
||||
"modifierUUID": "b4b00fe6-94f1-4f78-af4b-5b9509edc5db",
|
||||
"description": "armors.military_aviation.description_knockback",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user