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

54 lines
No EOL
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//幽灵召唤及管理脚本
"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" :
[
]
}
]
}