ZenlessData/Data/Level_AddMonsterLockLife.json

92 lines
2.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Level_AddMonsterLockLife",
"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.98
}
]
}
],
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackAid"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": -5,
"Target": "Self"
}
]
},
"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"
}
]
}
}
}