ZenlessData/Data/Oiltank_Explode_Start.json

40 lines
964 B
JSON
Raw Normal View History

{
"AbilityName": "Oiltank_Explode_Start",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$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"
},
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "OilTank",
"Visible": false
}
]
}