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

48 lines
983 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"TargetEntityType": "LocalPlayer",
"TargetGroupID": {
"FixedValue": {
"Value": 0
}
},
"TargetID": {
"FixedValue": {
"Value": 0
}
},
"TargetTypes": [],
"TaskEnabled": false
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Chest"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Bird"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Bird_Restart"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Bird_UniqueName"
}
]
}
}