65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"AbilityName": "Yuzuha_ExQTE",
|
|
"AbilitySpecials": {
|
|
"AS_SpRecover_Base": {
|
|
"Value": 10
|
|
},
|
|
"AS_SpRecover_Final": {
|
|
"Value": 1
|
|
},
|
|
"AS_SpRecover_PerLevel": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "specials(AS_SpRecover_Base)+specials(AS_SpRecover_PerLevel)*avatarskilllevel(3)",
|
|
"ParamName": "AS_SpRecover_Final",
|
|
"Target": "Self",
|
|
"ValueType": "Float"
|
|
}
|
|
],
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SpRecoverModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"SpRecoverModifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverSPAction",
|
|
"Amount": "%AS_SpRecover_Final",
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByNot",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsModifierCaster"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |