1
0
ZenlessData/Data/Oiltank_Explode.json
2025-01-21 21:25:26 -03:00

95 lines
2.5 KiB
JSON

{
"AbilityName": "Oiltank_Explode",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAnimTransit": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTransitionName",
"TransitionName": "Ground"
}
],
"SuccessActions": [
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "OilTank",
"Visible": false
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Destruction_Prop_CanHitFlyOilTank_01_Explode",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "Root",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"Target": "Self"
}
]
}
],
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Death",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "OilTank",
"Visible": false
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Destruction_Prop_CanHitFlyOilTank_01_Explode",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "Root",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"Target": "Self"
}
]
}
}