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

77 lines
1.8 KiB
JSON

{
"AbilityName": "Coop_Milestone_Start",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverHPAction",
"Amount": 0,
"Percentage": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "HealHpEffectModifier"
}
]
},
"Modifiers": {
"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"
}
]
}
]
}
}
}