1
0
ZenlessData/Data/_unsorted/Activity_Bangkov_HpAlert.json
2026-05-06 01:39:00 +02:00

60 lines
1.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HpAlertModifier",
"Target": "Self"
}
],
"LowToValueActions": [
{
"$type": "RemoveModifier",
"ModifierName": "HpAlertModifier",
"Target": "Self"
}
],
"Val": "%AS_HpThreshold"
}
]
}
]
}
],
"AbilityName": "Activity_Bangkov_HpAlert",
"AbilitySpecials": {
"AS_HpThreshold": {
"Value": 0.35
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"HpAlertModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "ActivityTriggerShoot_Red_Aura",
"EffectType": "ScreenEffects"
}
],
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "ActivityTriggerShoot_Red_Aura",
"EffectType": "ScreenEffects"
}
]
}
}
}