42 lines
917 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |