turnbasedgamedata/Config/Level/NPC/Maze_NPCMonster_Common_Waypoint.json
2024-10-21 03:16:22 -03:00

35 lines
591 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetNPCWaypoint",
"GroupInstanceID": 1,
"WaypointCfgs": [
{
"AnchorID": 1
},
{
"AnchorID": 2
},
{
"AnchorID": 3
},
{
"AnchorID": 4
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "float"
}
]
}
}