ZenlessData/Data/Card_Comms_1000101.json

38 lines
827 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_Comms_1000101",
"AbilitySpecials": {
"SPRecover": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "RecoverSPAction",
"Amount": "%SPRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
}
]
}
}