1
0
ZenlessData/Data/_unsorted/Arbiter_Attack_03Trigger.json
2026-06-17 01:18:11 +02:00

35 lines
757 B
JSON

{
"AbilityName": "Arbiter_Attack_03Trigger",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Attack03HitTrigger",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Arbiter_ATK03_02_AttackProperty"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Attack03HitTrigger": {
"Duration": 0,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Attack03Hit",
"ParamType": 1
}
]
}
}
}