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

102 lines
No EOL
3.9 KiB
JSON

{
// 以太科塔斯死路巨人身体特效
"AbilityName" : "Cottus_Body_SFX",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "Cottus_Body_SFX",
"Target": "Self",
}
],
"OnKilled":
[
{
"$type" : "MoleMole.SpecialEffectFadeAction",
"EffectNames" : ["Eff_Monster_Common_Ether_HeadPoint"],
//"OverrideFadeOutTime" : 0.15,
//"OverrideFadeOutCurve" : "QuintEaseInReverse",
"Target" : "Self",
},
{
"$type" : "MoleMole.SpecialEffectFadeAction",
"EffectNames" : ["Eff_Monster_Common_Ether_HeadPoint_02"],
//"OverrideFadeOutTime" : 0.15,
//"OverrideFadeOutCurve" : "QuintEaseInReverse",
"Target" : "Self",
},
],
},
"Modifiers" :
{
//身体特效
"Cottus_Body_SFX":
{
"ModifierStacking" : "Unique",
"Duration": -1,
"OnAdded":
[
{
"$type": "MoleMole.AttachEffect",
"EffectPattern": "Eff_Monster_Common_Ether_HeadPoint",//头部球
"Target": "Self",
"AttachEffectPosRot" :
{
"CoordsOption" : "ReferTarget",
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self",
"AttachPoint" : "HeadPoint",
"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,
}
},
"EffectScale":
{
"OverrideScaleX" : 2.0,//特效X轴缩放
"OverrideScaleY" : 2.0,//特效Y轴缩放
"OverrideScaleZ" : 2.0,//特效Z轴缩放
}
},
{
"$type": "MoleMole.AttachEffect",
"EffectPattern": "Eff_Monster_Cottus_HeadSmoke",//头部烟
"Target": "Self",
"AttachEffectPosRot" :
{
"CoordsOption" : "ReferTarget",
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self",
"AttachPoint" : "HeadPoint",
"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,
}
},
},
],
},
},
}