60 lines
1.4 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |