1
0
ZenlessData/Data/AbyssS2_AgentRushAbility_Astra.json
2025-03-11 21:10:23 -03:00

49 lines
1.1 KiB
JSON

{
"AbilityName": "AbyssS2_AgentRushAbility_Astra",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "Astra_Card_S_01_Splash"
}
],
"SuccessActions": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1649
},
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1654
}
]
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Astra_Attack_Card_S_01_AttackProperty_01",
"Astra_Attack_Card_S_01_AttackProperty_01_ExSP"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Other"
}
]
}
}