1
0
ZenlessData/Data/_unsorted/Chelonethid_LockLife.json
2025-12-30 00:30:43 +01:00

37 lines
822 B
JSON

{
"AbilityName": "Chelonethid_LockLife",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "LockLifeModifier"
}
]
},
"Modifiers": {
"LockLifeModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"OnLifeLockFirstTriggeredActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Event_PlayCS",
"IsSendToGroup": true
}
],
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.1
}
]
}
],
"ModifierStacking": "Unique"
}
}
}