turnbasedgamedata/Config/Level/Mission/8020304/Mission_802030401.json
2024-10-21 03:16:22 -03:00

56 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OpenTVChallenge4"
}
},
{
"$type": "RPG.GameCore.StartPropInteractMode",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 220
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
},
"Mode": "UseInteractiveProp",
"UseOverrideData": true,
"OverrideData01": {
"AreasPath": "Level/Common_Adventure/UseInteractActivityTelevison.prefab",
"AreaName": "UseInteractActivityTelevison",
"AnchorName": "UseInteractActivityTelevison_Camera"
}
},
{
"$type": "RPG.GameCore.ShowUI",
"Name": "Ui.ActivityTelevision.ActivityTelevisionEnterPage",
"WaitForExit": true,
"Param": {
"Value": "4"
}
},
{
"$type": "RPG.GameCore.EndPropInteract"
}
]
}
],
"Type": "Mission"
}