ZenlessData/Data/Oiltank_Explode.json

24 lines
521 B
JSON
Raw Normal View History

{
"AbilityName": "Oiltank_Explode",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Death",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "OilTank",
"Visible": false
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Oiltank_Explode_Start",
"Target": "Self"
}
]
}
}