Initial commit
This commit is contained in:
94
config/armorsets/juggernaut.json
Normal file
94
config/armorsets/juggernaut.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"armorSetName": "armors.juggernaut.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:juggernaut_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:pbf_hamstergasmask_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:juggernaut_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:juggernaut_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:juggernaut_boots"
|
||||
},
|
||||
"mainHand": {
|
||||
"itemKey": "tac:db_short",
|
||||
"mixAndMatch": [
|
||||
"tac:aa_12",
|
||||
"tac:m870_classic",
|
||||
"tac:m1014"
|
||||
]
|
||||
},
|
||||
"partialBonusRequiredAmount": 4,
|
||||
"partialSetBonuses": [
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:resistance",
|
||||
"value": 3.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 300,
|
||||
"description": "armors.juggernaut.description_reduction",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": -0.3,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "fd9402a4-92bc-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.juggernaut.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:weakness",
|
||||
"interactionType": "immunity",
|
||||
"description": "armors.juggernaut.description_weakness",
|
||||
"onlyImmuneToNewEffects": true
|
||||
}
|
||||
],
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "puffish_skills:player.ranged_damage",
|
||||
"value": 0.25,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "162b057e-92bd-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.juggernaut.description_shotgun",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:resistance",
|
||||
"value": 3.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 300,
|
||||
"description": "armors.juggernaut.description_reduction",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": -0.3,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 2,
|
||||
"modifierUUID": "01ef3ab2-92bd-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.juggernaut.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:weakness",
|
||||
"interactionType": "immunity",
|
||||
"description": "armors.juggernaut.description_weakness",
|
||||
"onlyImmuneToNewEffects": true
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user