HollowPS_TV_experiments/extras/zzz-0.1-jsons/Satyrus_Body_TrafficLight_Spark.json

52 lines
No EOL
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// 投影信号斧受击特效触发
"AbilityName" : "Satyrus_Body_TrafficLight_Spark",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "SpecialEffectModifier",
"Target": "Self",
}
],
"Modifiers" :
{
//添加信号灯特效内置1秒触发冷却时间
"SpecialEffectModifier":
{
"ModifierStacking" : "Unique",
"Duration": 1.0,
"OnAdded":
[
{
"$type": "MoleMole.FireEffect",
"EffectPattern": "Eff_Monster_Satyrus_Hit_Body_TrafficLight_Spark_01",
"Target": "Self",
"FireEffectPosRot" :
{
"CoordsOption" : "ReferTarget",
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self",
"AttachPoint" : "Bip001 Spine2",
"IsUseAttachPointPos" : true,
"IsUseAttachPointRotation" : true,
},
"Offset" :
{
"PositionOffset" : {"x":0.0, "y":0.0, "z":0.0},
"AngleOffset" : {"x":0.0, "y":0.0, "z":0.0},
"IsUseRotationY" : true,
"IsUseRotationXZ" : true,
}
}
}
]
}
}
}