Initial commit
This commit is contained in:
56
config/armorsets/nurse.json
Normal file
56
config/armorsets/nurse.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"armorSetName": "armors.nurse.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:nurse_helmet"
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:nurse_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:nurse_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:nurse_boots"
|
||||
},
|
||||
"mainHand": {
|
||||
"itemKey": "apocalypsenow:scissors",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:scissorst",
|
||||
"apocalypsenow:scalpel"
|
||||
]
|
||||
},
|
||||
"partialBonusRequiredAmount": 4,
|
||||
"partialSetBonuses": [
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:health_boost",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 100.0,
|
||||
"description": "armors.nurse.description_health",
|
||||
"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.nurse.description_damage",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:health_boost",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 100.0,
|
||||
"description": "armors.nurse.description_health",
|
||||
"hideBonusDescription": false
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user