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

127 lines
No EOL
4.5 KiB
JSON

{
// 以太蜘蛛身体特效触发
"AbilityName" : "Spider_Body_SFX",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "Spider_Demote_SFX",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByTags",
"Target": "Self",
"TagList": ["Demote"]
},
]
},
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "Spider_Promote_SFX",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByTags",
"Target": "Self",
"TagList": ["Promote"]
},
]
},
],
"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" :
{
"Spider_Demote_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" : "Spider_Heart",
"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,
}
},
},
],
},
"Spider_Promote_SFX":
{
"ModifierStacking" : "Unique",
"Duration": -1,
"OnAdded":
[
//绿球_升阶版
{
"$type": "MoleMole.AttachEffect",
"EffectPattern": "Eff_Monster_Common_Ether_HeadPoint_02",
"Target": "Self",
"AttachEffectPosRot" :
{
"CoordsOption" : "ReferTarget",
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self",
"AttachPoint" : "Spider_Heart",
"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,
}
},
},
],
},
},
}