Files
Endfield-Data/Json/BuffData/buff_rpg_effect_wisd_mult_up.json
2026-01-31 21:42:01 +07:00

193 lines
4.8 KiB
JSON

{
"id": "buff_rpg_effect_wisd_mult_up",
"iconConfig": {
"_spritePath": "",
"showInHeadBarCommon": false,
"showInHeadBarAttached": false,
"showInSquadIcon": false,
"blinkInMainCharHpBar": false,
"onlyShowForMainCharacter": false,
"iconStyleInSquad": "Default",
"_orderPriorityConfig": {
"useDirectoryValue": false,
"priorityValue": 0,
"priorityEnum": "CommonCharBuff"
},
"showWarningBackground": false,
"playStrongInAnimation": false,
"hasCharHpBarVfxType": false,
"charHpBarVfxType": "Fire"
},
"ignoreTagImmune": false,
"useTimeDilationDt": false,
"finishOnRepatriate": false,
"hasAddingCooldown": false,
"addingCooldown": {
"useBlackboardKey": false,
"value": 0.0,
"blackboardKey": ""
},
"ignoreCooldownWhenAdding": false,
"attributeModifier": {
"isConvertedAttribute": false,
"attributeModifiers": [
{
"modifyAttributeType": "Specific",
"attributeType": "Wisd",
"formulaItem": "FinalMultiplier",
"param": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "final_multiplier"
}
}
]
},
"damageModifier": [
{
"enableSide": "Attacker",
"condition": {
"actionData": [
{
"$type": "Beyond.Gameplay.Core.Conditions.CheckDamageType.Data",
"isEnable": true,
"priorityLevel": "Default",
"priorityOffset": 0,
"serverActionIndex": 0,
"damageType": "Fire"
}
],
"onlyExecuteWhenSourceIsMainChar": false,
"onlyExecuteWhenSourceIsGuard": false
},
"damageProcessors": [
{
"$type": "Beyond.Gameplay.Core.DamageScaleProcessor",
"side": "Attacker",
"zoneName": "NormalCalcZone",
"addition": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "ratio"
}
}
]
},
{
"enableSide": "Attacker",
"condition": {
"actionData": [
{
"$type": "Beyond.Gameplay.Core.Conditions.CheckDamageType.Data",
"isEnable": true,
"priorityLevel": "Default",
"priorityOffset": 0,
"serverActionIndex": 1,
"damageType": "Pulse"
}
],
"onlyExecuteWhenSourceIsMainChar": false,
"onlyExecuteWhenSourceIsGuard": false
},
"damageProcessors": [
{
"$type": "Beyond.Gameplay.Core.DamageScaleProcessor",
"side": "Attacker",
"zoneName": "NormalCalcZone",
"addition": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "ratio"
}
}
]
},
{
"enableSide": "Attacker",
"condition": {
"actionData": [
{
"$type": "Beyond.Gameplay.Core.Conditions.CheckDamageType.Data",
"isEnable": true,
"priorityLevel": "Default",
"priorityOffset": 0,
"serverActionIndex": 2,
"damageType": "Cryst"
}
],
"onlyExecuteWhenSourceIsMainChar": false,
"onlyExecuteWhenSourceIsGuard": false
},
"damageProcessors": [
{
"$type": "Beyond.Gameplay.Core.DamageScaleProcessor",
"side": "Attacker",
"zoneName": "NormalCalcZone",
"addition": {
"useBlackboardKey": true,
"value": 0.0,
"blackboardKey": "ratio"
}
}
]
}
],
"healModifier": [],
"poiseModifier": [],
"globalModifier": [],
"shieldConfigs": [],
"applyTags": [],
"lifeType": "Infinity",
"duration": {
"useBlackboardKey": false,
"value": 9999.0,
"blackboardKey": ""
},
"triggerInterval": {
"useBlackboardKey": false,
"value": 1.0,
"blackboardKey": ""
},
"waitFirstTriggerInterval": false,
"maxTriggerCnt": {
"useBlackboardKey": false,
"value": -1,
"blackboardKey": ""
},
"stackingSettings": {
"identifierType": "Id",
"stackingType": "Unlimited",
"stackingKey": "",
"usePriorityKey": false,
"priorityKey": "",
"negatePriority": false,
"priority": 0.0,
"useMaxStackCntKey": false,
"maxStackCntKey": "",
"maxStackCnt": 1,
"isNeedStackEffect": false,
"stackEffects": []
},
"dispelConfig": {
"canBeDispelled": false,
"dispelledLevel": "Default"
},
"buffEventAction": [],
"abilityEventAction": [],
"igniteEventAction": [],
"timelineActions": [],
"blackboard": [
{
"key": "final_multiplier",
"valueDouble": 0.0,
"valueStr": "",
"isDynamic": false
},
{
"key": "ratio",
"valueDouble": 0.0,
"valueStr": "",
"isDynamic": false
}
]
}