Initial commit
This commit is contained in:
48
config/armorsets/hunting.json
Normal file
48
config/armorsets/hunting.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"armorSetName": "armors.hunting.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:hunting_helmet"
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:hunting_chestplate"
|
||||
},
|
||||
"mainHand": {
|
||||
"itemKey": "apocalypsenow:hunting_knife"
|
||||
},
|
||||
"partialBonusRequiredAmount": 2,
|
||||
"partialSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "77cb03ba-0652-4ad0-98e8-5d37f7f53c34",
|
||||
"description": "armors.hunting.description_as",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_damage",
|
||||
"value": 1.5,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "a1e9f5a6-4e36-4c87-b7f1-0268329dc30b",
|
||||
"description": "armors.hunting.description_damage",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.attack_speed",
|
||||
"value": 0.15,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "64e47d5b-1571-484b-9703-8234c9625956",
|
||||
"description": "armors.hunting.description_as_2",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user