mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
38 lines
827 B
JSON
38 lines
827 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|