52 lines
No EOL
1.8 KiB
JSON
52 lines
No EOL
1.8 KiB
JSON
{
|
||
|
||
// 投影信号斧受击特效触发
|
||
|
||
"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,
|
||
|
||
}
|
||
|
||
}
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
}
|
||
|
||
} |