ZenlessData/Data/Level_AddMonsterLockLifeCanbeQTE.json

69 lines
1.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Level_AddMonsterLockLifeCanbeQTE",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "LockLifeModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHpModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"LockLifeModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.05
}
]
}
],
"ModifierStacking": "Unique"
},
"RecoverHpModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverHPAction",
"Amount": 99999,
"Percentage": 0,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverTimeModifier",
"Target": "Self"
}
]
},
"RecoverTimeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHpModifier",
"Target": "Self"
}
]
}
}
}