{ //FireeffectPosRot测试 "AbilityName" : "TestPlayer_Ability_Tianheng_20", "AbilityStacking": "Unique", "OnAbilityStart": [ { "$type": "MoleMole.FireEffect", "EffectPattern": "Eff_Anbi_Electric_Attack_Normal_03_Flash", //"EffectPattern": "Eff_Anbi_Fire_Flame_Loop", "Target": "Self", "IsUsePosRotFollow": true, //该字段会被默认设置,当有FireEffectPosRot时,默认为True,否则为False "FireEffectPosRot" : { "CoordsOption" : "ReferTarget", //target坐标 "NeedRaycastGround":false, "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "AttachPoint":"Weapon02", "OffsetReferTarget" : "Self", //获取Target "IsUseAttachPointPos":true, "IsUseAttachPointRotation":false }, "Offset" : { "PositionOffset" : {"x":0.0, "y":0.0, "z":0.0}, "AngleOffset" : {"x":0.0, "y":0.0, "z":0.0}, "RandomPositionRange" : {"x":0.0, "y":0.0, "z":0.0}, "RandomAngleRange" : {"x":0.0, "y":0.0, "z":0.0}, "IsUseRotationY" : true, "IsUseRotationXZ" : false, }, }, }, ], }