mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
20 lines
431 B
JSON
20 lines
431 B
JSON
|
{
|
||
|
"AbilityName": "Prologue_ACT1_TimeSlow",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "TimeSlowByConfigKeyAction",
|
||
|
"ConfigKey": "LevelAct1SpGuide_TimeSlow_01",
|
||
|
"IsGlobal": true
|
||
|
}
|
||
|
],
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "InterruptTimeSlowAction",
|
||
|
"Target": "Self",
|
||
|
"TargetKey": "LevelAct1SpGuide_TimeSlow_01"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|