turnbasedgamedata/Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_HeatDevice.json
2024-10-21 03:16:22 -03:00

96 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupOptionsTrigger",
"DisableAfterTriggered": true,
"OptionList": [
{
"OptionTextmapID": {
"Hash": -1813953643
},
"TriggerCustomString": "PillarPuzzle_HeatDevice_Hint"
},
{
"OptionTextmapID": {
"Hash": 776562050
},
"TriggerCustomString": "PillarPuzzle_HeatDevice_SkipHint"
},
{
"OptionTextmapID": {
"Hash": 480528768
},
"TriggerCustomString": "PillarPuzzle_HeatDevice_Interact"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
},
{
"$type": "RPG.GameCore.PropEnableCollider",
"OPType": "TriggerOnly",
"TriggerSelect": "PropOptionTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PillarPuzzle_HeatDevice_Hint"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "Message_to_Controller"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PillarPuzzle_HeatDevice_Interact"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.PillarPuzzleInteract"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "Element_Switch_Watch",
"Key": "Message_to_Controller"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "Element_Switch_Skip",
"Key": "Skip_to_Controller"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Controller"
}
]
}
}