Files
Endfield-Data/Json/SkillData/passive_equipsuit_str_01.json
2025-12-02 20:37:18 +07:00

218 lines
5.3 KiB
JSON

{
"skillId": "passive_equipsuit_str_01",
"level": 1,
"skillName": "",
"iconId": "",
"iconBgType": "Physical",
"attackRangeType": "Melee",
"castType": "Passive",
"skillSpecification": "Default",
"passiveSkillType": "ToggleBuff",
"castData": {
"checkCastDistanceType": "NotCheck",
"useCustomCastDistance": false,
"castDistance": {
"useBlackboardKey": false,
"value": 0.0,
"blackboardKey": ""
},
"checkHeightDiff": false,
"heightDiffLimit": {
"useBlackboardKey": false,
"value": 0.0,
"blackboardKey": ""
},
"rotateType": "RotateToTarget",
"castAngle": 360.0,
"cooldownTime": 0.0,
"startCdFrame": 0,
"maxChargeTime": 1,
"costData": {
"costType": "UltimateSp",
"costValue": 0.0,
"atbValueThreshold": 0.0
}
},
"durationFrame": 0,
"exclusiveFrame": 0,
"offsetRecordFrame": 0,
"selectStrategy": "SelectObject",
"smartTargetSelectStrategy": "SelectComboSkillTarget",
"smartTargetBuffIds": [],
"smartTargetTagQuery": {
"queryType": "HasAny",
"tags": []
},
"canDummyCast": true,
"dummyPositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"canMove": false,
"canCastInAir": false,
"rootMotionCliffCheck": true,
"characterReturnToIdle": false,
"switchToCenterBeforeCast": false,
"overrideHittableObjAttackRange": false,
"hittableAttackRange": 0.0,
"skillTags": {
"predefinedTag": []
},
"tagDuringAttach": {
"predefinedTag": []
},
"actionGroupData": {
"timelineActions": [],
"passiveEventActions": []
},
"uiRangeHints": [],
"buffs": [
{
"buffId": "buff_equipsuit_str_01",
"assignBlackboard": true,
"assignItems": [
{
"targetKey": "str",
"inputValueKey": "str",
"useDirectValue": false,
"directValueType": "Numeric",
"numericValue": 0.0,
"stringValue": ""
}
]
}
],
"toggleBuffs": [
{
"conditions": [
{
"$type": "Beyond.Gameplay.Core.Abilities.Condition.CheckCurHpRatio",
"compareType": "LE",
"value": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "hp_ratio"
}
}
],
"buffs": [
{
"buffId": "buff_equipsuit_str_reducedmg_01",
"assignBlackboard": true,
"assignItems": [
{
"targetKey": "dmg_taken_down",
"inputValueKey": "dmg_taken_down",
"useDirectValue": false,
"directValueType": "Numeric",
"numericValue": 0.0,
"stringValue": ""
}
]
}
]
}
],
"cardAttributeModifier": {
"isConvertedAttribute": false,
"attributeModifiers": [
{
"modifyAttributeType": "Specific",
"attributeType": "Str",
"formulaItem": "BaseAddition",
"param": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "str_up"
}
}
]
},
"blackboard": [
{
"key": "str_up",
"valueDouble": 70.0,
"valueStr": "",
"isDynamic": false
},
{
"key": "hp_ratio",
"valueDouble": 0.5,
"valueStr": "",
"isDynamic": false
},
{
"key": "dmg_taken_down",
"valueDouble": 0.8,
"valueStr": "",
"isDynamic": false
}
],
"skillHighlightCondition": {
"actionData": [],
"onlyExecuteWhenSourceIsMainChar": false,
"onlyExecuteWhenSourceIsGuard": false
},
"showNotRecommendState": false,
"comboSkillUIBigSpriteName": "",
"comboSkillUISpriteName": "",
"switchToBuffConfig": {
"condition": {
"actionData": [],
"onlyExecuteWhenSourceIsMainChar": false,
"onlyExecuteWhenSourceIsGuard": false
},
"buffs": [],
"buffSource": {
"targetSource": "Owner",
"targetGroupKey": "",
"selectorOwner": "ActionOwner",
"ownerContextKey": "",
"centerType": "ActionSource",
"centerContextKey": "",
"centerToGround": false,
"selectorData": {
"validatorData": [],
"postProcessorData": []
},
"enableAdvancedDirection": false,
"advancedDirection": {
"directionType": "SourceForward",
"sourceMountPoint": "None",
"targetMountPoint": "None",
"customSourceAndTarget": false,
"clampToXZ": true,
"invertDirection": false
},
"selectorDirection": "SourceForward",
"target": "ActionSource",
"targetContextKey": ""
},
"targets": {
"targetSource": "Target",
"targetGroupKey": "",
"selectorOwner": "ActionOwner",
"ownerContextKey": "",
"centerType": "ActionSource",
"centerContextKey": "",
"centerToGround": false,
"selectorData": {
"validatorData": [],
"postProcessorData": []
},
"enableAdvancedDirection": false,
"advancedDirection": {
"directionType": "SourceForward",
"sourceMountPoint": "None",
"targetMountPoint": "None",
"customSourceAndTarget": false,
"clampToXZ": true,
"invertDirection": false
},
"selectorDirection": "SourceForward",
"target": "ActionSource",
"targetContextKey": ""
}
}
}