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

83 lines
2.3 KiB
JSON

{
"AbilityMixins": [
],
"AbilityName": "Sobek_HpLevelTriggerManager",
"AbilitySpecials": {
"AS_CurHP_Delta": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"CustomKey": "Monster_Awakener_AbilityTarget",
"ModifierName": "HpLevelTriggerManager_Modifier",
"Target": "Custom"
}
]
},
"Modifiers": {
"HpLevelTriggerManager_Modifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_Sobek_HP_70Percent_Event",
"IsSendToGroup": true
}
],
"Val": 0.7
},
{
"HighToValueActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_Sobek_HP_50Percent_Event",
"IsSendToGroup": true
}
],
"Val": 0.5
},
{
"HighToValueActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_Sobek_HP_35Percent_Event",
"IsSendToGroup": true
}
],
"Val": 0.35
},
{
"HighToValueActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_Sobek_HP_15Percent_Event",
"IsSendToGroup": true
}
],
"Val": 0.15
}
]
}
]
}
],
"ModifierStacking": "Unique"
}
},
"OnAbilityTrigger": [
]
}