ZenlessData/Data/BUFF_WitchTime_ManualControl.json
2024-09-23 09:11:37 -03:00

55 lines
1.2 KiB
JSON

{
"AbilityName": "BUFF_WitchTime_ManualControl",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "BUFF_WitchTime_Dodge_EventSend"
}
],
"FailureActions": [
],
"SuccessActions": [
{
"$type": "TimeSlowByConfigKeyAction",
"ConfigKey": "SceneObject_WitchTimeSlow",
"IsGlobal": false,
"Target": "Self"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "BUFF_WitchTime_Dodge_EventEnd"
}
],
"FailureActions": [
],
"SuccessActions": [
{
"$type": "InterruptTimeSlowAction",
"Target": "Self",
"TargetKey": "SceneObject_WitchTimeSlow"
}
]
}
]
},
"Modifiers": {
"SlowDownModifier": {
"Duration": -1,
"ModifierStacking": "Refresh",
"OnAdded": [
],
"OnRemoved": [
]
}
}
}