1
0
ZenlessData/Data/TerrorBird_LowHp.json
2025-01-21 21:25:26 -03:00

113 lines
2.7 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"Val": "%LowHpStartValue",
"ValueToHighActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MonsterLowHp"
],
"IsAdd": false,
"Target": "Self"
}
],
"ValueToLowActions": [
{
"$type": "ApplyModifier",
"ModifierName": "LowHpStartActionsModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MonsterLowHp"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "TerrorBird_LowHp",
"AbilitySpecials": {
"LowHpStartDelay": {
"Value": 60
},
"LowHpStartValue": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"DelayHandlers": [
{
"DelayTime": "%LowHpStartDelay",
"TimeUpActions": [
{
"$type": "ApplyModifier",
"ModifierName": "LowHpStartActionsModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MonsterLowHp"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
}
]
},
"Modifiers": {
"LowHpStartActionsModifier": {
"Duration": 5,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MonsterLowHp"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LowHpStartSkill"
],
"IsAdd": true,
"Target": "Self"
}
]
}
}
}