Initial commit
This commit is contained in:
127
config/armorsets/spec_ops.json
Normal file
127
config/armorsets/spec_ops.json
Normal file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"armorSetName": "armors.spec_ops.title",
|
||||
"head": {
|
||||
"itemKey": "apocalypsenow:spec_ops_helmet",
|
||||
"mixAndMatch": [
|
||||
"apocalypsenow:soldier_helmet"
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"itemKey": "apocalypsenow:spec_ops_chestplate"
|
||||
},
|
||||
"legs": {
|
||||
"itemKey": "apocalypsenow:spec_ops_leggings"
|
||||
},
|
||||
"boots": {
|
||||
"itemKey": "apocalypsenow:spec_ops_boots"
|
||||
},
|
||||
"mainHand": {
|
||||
"itemKey": "tac:ak47",
|
||||
"mixAndMatch": [
|
||||
"tac:m4",
|
||||
"tac:qbz_95",
|
||||
"tac:mk14",
|
||||
"tac:hk416_a5",
|
||||
"tac:type81_x",
|
||||
"tac:fn_fal",
|
||||
"tac:sig_mcx_spear",
|
||||
"tac:sks_tactical",
|
||||
"tac:qbz_191",
|
||||
"tac:m16a4",
|
||||
"tac:scar_h",
|
||||
"tac:scar_l",
|
||||
"tac:mk47",
|
||||
"tac:spr15",
|
||||
"tac:mk18_mod1",
|
||||
"tac:hk_g3"
|
||||
]
|
||||
},
|
||||
"partialBonusRequiredAmount": 4,
|
||||
"partialSetBonuses": [
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:resistance",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 300,
|
||||
"description": "armors.spec_ops.description_reduction",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": 0.15,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "5152b1da-92c0-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.spec_ops.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "forge:step_height_addition",
|
||||
"value": 0.5,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 0,
|
||||
"modifierUUID": "599a07e8-937f-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.spec_ops.description_height",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:weakness",
|
||||
"interactionType": "immunity",
|
||||
"description": "armors.spec_ops.description_weakness",
|
||||
"onlyImmuneToNewEffects": true
|
||||
}
|
||||
],
|
||||
"fullSetBonuses": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "puffish_skills:player.ranged_damage",
|
||||
"value": 0.25,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "a807d064-92c0-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.spec_ops.description_rifle",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:resistance",
|
||||
"value": 1.0,
|
||||
"interactionType": "self",
|
||||
"interactionDuration": 300,
|
||||
"description": "armors.spec_ops.description_reduction",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "minecraft:generic.movement_speed",
|
||||
"value": 0.15,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 1,
|
||||
"modifierUUID": "ac4d70ac-92c0-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.spec_ops.description_movement",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"name": "forge:step_height_addition",
|
||||
"value": 0.5,
|
||||
"interactionType": "self",
|
||||
"attributeOperation": 0,
|
||||
"modifierUUID": "54c46b1e-937f-11ee-b9d1-0242ac120002",
|
||||
"description": "armors.spec_ops.description_height",
|
||||
"hideBonusDescription": false
|
||||
},
|
||||
{
|
||||
"type": "effect",
|
||||
"name": "minecraft:weakness",
|
||||
"interactionType": "immunity",
|
||||
"description": "armors.spec_ops.description_weakness",
|
||||
"onlyImmuneToNewEffects": true
|
||||
}
|
||||
],
|
||||
"hideGeneratedTooltip": false
|
||||
}
|
||||
Reference in New Issue
Block a user