1
0
ZenlessData/Data/_unsorted/Cissia_CurseBurst_CritUp.json
2026-03-24 00:03:37 +01:00

55 lines
1.3 KiB
JSON

{
"AbilityName": "Cissia_CurseBurst_CritUp",
"AbilitySpecials": {
"AS_AddedCriticalDelta": {
"Value": 0,
"ValueType": "Float"
},
"AS_MaxStack": {
"Value": 3,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "CritUpModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Cissia_CurseBurst",
"Target": "Self"
},
{
"$type": "ByCustomEvent",
"EventKey": "Cissia_CurseBurst_Talent_04",
"Target": "Self"
},
{
"$type": "ByCustomEvent",
"EventKey": "Cissia_ExtraAutoBurst_Special",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"CritUpModifier": {
"Duration": 15,
"MaxStackingNumber": "%AS_MaxStack",
"ModifierStacking": "MultipleAllRefreshNotReplace",
"Properties": {
"Actor_CriticalDelta": "%AS_AddedCriticalDelta"
}
}
}
}