turnbasedgamedata/Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json
2024-10-21 03:16:22 -03:00

33 lines
708 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetEntityFollowAttachPoint",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"AttachTarget": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "React"
}
},
"AttachPoint": "AnimRoot"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "React"
}
]
},
"Type": "Entity"
}