55 lines
1.1 KiB
JSON
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
|
|
}
|
|
}
|
|
} |