ZenlessData/Data/Oiltank_Explode_Ground.json
2024-11-04 02:05:40 -03:00

40 lines
963 B
JSON

{
"AbilityName": "Oiltank_Explode_Ground",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$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
}
]
}