{ //幽灵召唤及管理脚本 "AbilityName" : "TestPlayer_Ability_Summon", "AbilityStacking": "Unique", "DefaultModifier" : { "OnAdded" : [ { "$type" : "MoleMole.TriggerAbilityAction", "AbilityName" : "TestPlayer_Ability_Summon" } ] }, "AbilityMixins" : [ { "$type" : "MoleMole.SummonMixin", "SummonType" : "Monster", "SummonID" : 199110111, "SummonDuration" : -1, "SummonTag" : ["UnagiGhost"], "TimesUpDelay" : 0, "OverrideDelay" : 0, //直接在目标点召唤小幽灵 "SummonPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption": { "$type": "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget": "Caster", }, "Offset" : { "PositionOffset" : {"x":5.0, "y":0.0, "z":0.0}, "AngleOffset" : {"x":0.0, "y":0.0, "z":0.0}, "IsUseRotationY" : true, "IsUseRotationXZ" : true, "IsClampOffsetDistance" : false } }, //指定召唤出的小幽灵始终跟随GhostFollowPoint_02点,且面向一致 "OnSummonCreatedActions" : [ ] } ] }