mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
32 lines
630 B
JSON
32 lines
630 B
JSON
|
{
|
||
|
"AbilityName": "DEBUFF_RecoverHp",
|
||
|
"AbilitySpecials": {
|
||
|
"HealRatio": {
|
||
|
"Value": 0.0025
|
||
|
}
|
||
|
},
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "DEBUFF_RecoverHpModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"DEBUFF_RecoverHpModifier": {
|
||
|
"Duration": -1,
|
||
|
"ModifierStacking": "MultipleRefresh",
|
||
|
"OnThinkInterval": [
|
||
|
{
|
||
|
"$type": "RecoverHPAction",
|
||
|
"Amount": 0,
|
||
|
"Percentage": "%HealRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"ThinkInterval": 0.1
|
||
|
}
|
||
|
}
|
||
|
}
|