1
0
ZenlessData/Data/_unsorted/Coop_Fuel_Destruction.json
2025-12-30 00:30:43 +01:00

85 lines
2.0 KiB
JSON

{
"AbilityName": "Coop_Fuel_Destruction",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TargetBeHit",
"Target": "Self"
}
]
},
"Modifiers": {
"DeadModifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "Hide",
"Visible": false
},
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"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": "EffectPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Device_Prop_HugeNitroFuel_01_02",
"Target": "Self"
},
{
"$type": "SendEventToViewObjectAction",
"EventName": "MaterialChange"
}
],
"OnRemoved": [
{
"$type": "DeadHandlerAction"
}
]
},
"TargetBeHit": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ApplyModifier",
"ModifierName": "DeadModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"#Coop_Flame_AttackProperty",
"Monster_Coop_FireBall_AttackProperty"
],
"Target": "Caster"
}
],
"Target": "Self"
}
]
}
}
}