mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
37 lines
803 B
JSON
37 lines
803 B
JSON
|
{
|
||
|
"AbilityName": "BUFF_9992000",
|
||
|
"AbilitySpecials": {
|
||
|
"hpRecoverRatio": {
|
||
|
"Value": 0.05
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnSkillStart": [
|
||
|
{
|
||
|
"$type": "RecoverHPAction",
|
||
|
"Amount": 0,
|
||
|
"Percentage": "%hpRecoverRatio",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByOr",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "QTE",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "ExQTE",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"Target": "TeamAvatars"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|