ZenlessData/Data/Level_LockMonsterHpAndChangeStunForChallenge.json

51 lines
1.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Level_LockMonsterHpAndChangeStunForChallenge",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "LockHp",
"Target": "Self"
},
{
"$type": "SetRBLAction",
"RBL": 99,
"Tag": "Test_RBL",
"Target": "Self"
},
{
"$type": "ModifyLockTargetDataAction",
"LockOnRadiusDelta": 0,
"LockOnRadiusRatio": 0.01,
"LockTargetOffsetScore": 0,
"LockTargetSelfWeight": 0.01
}
],
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_NoDamage",
"PropertyValue": 1,
"Target": "Self"
}
]
},
"Modifiers": {
"LockHp": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 1
}
]
}
]
}
}
}