mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
46 lines
985 B
JSON
46 lines
985 B
JSON
{
|
|
"AbilityName": "Card_Electro_2000502",
|
|
"AbilitySpecials": {
|
|
"AS_RecoverSp": {
|
|
"Value": 30
|
|
},
|
|
"AS_RecoverSpCD": {
|
|
"Value": 10
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnBuffAddToOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "RecoverSPModifier_Card_2000502",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffGroup",
|
|
"BuffGroupList": [
|
|
"Electric",
|
|
"Overload"
|
|
]
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"RecoverSPModifier_Card_2000502": {
|
|
"Duration": "%AS_RecoverSpCD",
|
|
"ModifierStacking": "GlobalUnique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverSPAction",
|
|
"Amount": "%AS_RecoverSp",
|
|
"IgnoreRatio": false,
|
|
"Percentage": 0,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |