Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_X100Mission_Start.json
2025-07-03 10:50:43 +02:00

96 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "202030315_Fly"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.CharacterTriggerAnimState",
"CharacterUniqueName": {
"Value": "LogisticsRobot_MissionX100"
},
"AnimStateName": "TakeOff02",
"NormalizedTransitionDuration": 0.25
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.4
}
}
},
{
"$type": "RPG.GameCore.SetNpcWaypath",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByUniqueName",
"SingleUniqueName": {
"Value": "LogisticsRobot_MissionX100"
}
},
"UsageType": "TaskFollow"
},
{
"$type": "RPG.GameCore.SetNpcStatus",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByUniqueName",
"SingleUniqueName": {
"Value": "LogisticsRobot_MissionX100"
}
},
"Status": "FollowByPlayer"
},
{
"$type": "RPG.GameCore.PropEnableCollider",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 77
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "Group"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "ID"
}
]
}
}