2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "Aokaku_ExQTE",
|
|
|
|
"AbilitySpecials": {
|
|
|
|
"AS_SpRecover": {
|
|
|
|
"Value": 10
|
|
|
|
},
|
|
|
|
"AS_SpRecover_Switch": {
|
|
|
|
"Value": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier": {
|
|
|
|
"OnSkillStart": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "SpRecoverModifier",
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByFromSkillType",
|
|
|
|
"SkillType": "ExQTE",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Target": "TeamAvatars"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers": {
|
|
|
|
"ListenModifier": {
|
|
|
|
"Duration": -1,
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"OnSwitchInBegin": [
|
|
|
|
{
|
|
|
|
"$type": "RecoverSPAction",
|
|
|
|
"Amount": "%AS_SpRecover_Switch",
|
|
|
|
"Percentage": 0,
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "RemoveModifier",
|
|
|
|
"ModifierName": "ListenModifier",
|
|
|
|
"Target": "TeamAvatars"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"SpRecoverModifier": {
|
2024-09-23 15:11:37 +03:00
|
|
|
"Duration": 1,
|
2024-08-14 04:59:23 +03:00
|
|
|
"ModifierStacking": "Replace",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "RecoverSPAction",
|
|
|
|
"Amount": "%AS_SpRecover",
|
|
|
|
"Percentage": 0,
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByNot",
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByIsModifierCaster"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "ListenModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|