1
0
ZenlessData/Data/_unsorted/Coop_OuterRing_EPRecoverHP.json
2025-12-30 00:30:43 +01:00

91 lines
2.1 KiB
JSON

{
"AbilityName": "Coop_OuterRing_EPRecoverHP",
"AbilitySpecials": {
"AS_RecoverHPTotal": {
"Value": 0.05
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"EPRecoverMDF": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RecoverHPAction",
"Percentage": "%AS_RecoverHPTotal",
"Target": "Self"
}
]
},
"HealHpEffectModifier": {
"Duration": 2,
"ModifierStacking": "GlobalUnique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Buff_Common_Recover",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByInBlackCurtain",
"Target": "Self"
}
],
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByInBlackCurtain",
"Target": "Self"
}
],
"Target": "Self"
}
],
"Tag": "Common_MA_Buff_Recover_RimGlow_01",
"Target": "Self",
"key": "Common_MA_Buff_Recover_RimGlow_01"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_sfx_interact_inlevel_pickup_hp",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByInBlackCurtain",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "ApplyModifier",
"ModifierName": "EPRecoverMDF",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "HealHpEffectModifier",
"Target": "Self"
}
]
}