ZenlessData/Data/Monster_Suicide.json

34 lines
682 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}