ZenlessData/Data/Monster_Suicide.json
2024-09-23 09:11:37 -03:00

34 lines
682 B
JSON

{
"AbilityMixins": [
{
"$type": "LockLifePropertyMixin",
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 1
}
]
}
],
"AbilityName": "Monster_Suicide",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": -1,
"ParamName": "Int_DeathWay",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Die",
"ParamType": 1,
"Target": "Self"
}
]
}
}