1
0
ZenlessData/Data/_unsorted/Level_Turnbased_07.json
2025-10-15 03:08:22 +02:00

55 lines
1.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "LockLifePropertyMixin",
"DeltaLockList": [
{
"LockType": "Hp",
"LockValue": 1
}
],
"OnLifeLockedActions": [
{
"$type": "ApplyModifier",
"ModifierName": "OnLifeLockedModifier"
}
]
}
],
"AbilityName": "Level_Turnbased_07",
"AbilityStacking": "Unique",
"Modifiers": {
"OnLifeLockedModifier": {
"Duration": 5,
"IsUnique": true,
"OnAdded": [
{
"$type": "TriggerBehaviorTreeAction",
"Enable": false
},
{
"$type": "ApplyModifier",
"ModifierName": "NoDamageModifier",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "TriggerBehaviorTreeAction",
"Enable": true
}
],
"OnThinkInterval": [
{
"$type": "RecoverHPAction",
"Amount": 0,
"IgnoreRatio": true,
"Percentage": 0.025,
"PropertyModifyFunction": "Add",
"Source": "Self"
}
],
"ThinkInterval": 0.1
}
}
}