mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
39 lines
913 B
JSON
39 lines
913 B
JSON
{
|
|
"AbilityName": "NinevehBee_BossRush_ModifyLockTargetData",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ModifyLockTargetData_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsInZoneTags",
|
|
"CustomKey": "Monster_Nineveh",
|
|
"Tags": [
|
|
"BossRush"
|
|
],
|
|
"Target": "Custom"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ModifyLockTargetData_Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyLockTargetDataAction",
|
|
"LockOnRadiusDelta": 0,
|
|
"LockOnRadiusRatio": 0.75,
|
|
"LockTargetOffsetScore": 0,
|
|
"LockTargetSelfWeight": 0.5
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |