1
0
ZenlessData/Data/_unsorted/Lighter_test2.json
2025-04-22 20:22:46 -03:00

42 lines
917 B
JSON

{
"AbilityName": "Lighter_test2",
"AbilitySpecials": {
"AS_StunDelayDuration": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Lighter_Enemy_StunDelay",
"Target": "Self"
}
]
},
"Modifiers": {
"Lighter_Enemy_StunDelay": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnStunCreateActions": [
{
"$type": "RemoveModifier",
"ModifierName": "Lighter_Enemy_StunDelay",
"Target": "Self"
}
],
"OnStunDestroyActionsPre": [
{
"$type": "StunDestroyRecoverStopAction",
"StopAmount": "%AS_StunDelayDuration",
"Target": "Self"
},
{
"$type": "StunDestroyTimeDelayUIChangeAction",
"Target": "Self"
}
]
}
}
}