1
0
ZenlessData/Data/JsonBytes/NewAbility/AbyssS2Ability/AbyssS2_GlobalBuff/AbyssS2_GlobalBuff_25.json
2025-04-22 20:22:46 -03:00

74 lines
1.9 KiB
JSON

{
"AbilityName": "AbyssS2_GlobalBuff_25",
"AbilitySpecials": {
"AS_AddedDamageFinal": {
"Value": 0.1
},
"AS_AddedDamageRatio": {
"Value": 0.2
},
"AS_ExtraDamageRatio": {
"Value": 0.4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"FailureActions": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_AddedDamageRatio)+specials(AS_ExtraDamageRatio)",
"ParamName": "AS_AddedDamageFinal",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
}
],
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageFinal",
"Target": "Self"
}
]
}
]
}
}