Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/MaintainRobot/MaintainRobot_02_CargoPlatform.json
2025-02-24 07:50:34 -03:00

57 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropAttachMove",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"FollowEntity": {
"Custom": true,
"Key": "FollowProp"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "MaintainRobot02_MoveCargoPlatform"
}
},
{
"$type": "RPG.GameCore.PropMoveTo",
"Duration": {
"FixedValue": {
"Value": 2
}
},
"AreaName": "LevelArea_P90100_F90100001_G2",
"AnchorName": "Anchor1",
"WaitFinish": true,
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "MaintainRobot02_MoveCargoPlatform_Finish"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "FollowProp"
}
]
}
}