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

44 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonText": {
"Hash": -1106833392
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"BoardPath": {
"Value": "Entities/PropObject/CablePuzzle/CablePuzzleBoard.prefab"
},
"LocalPosition": {
"X": 0,
"Y": 1.5,
"Z": 0
},
"LocalRotation": {
"X": 0,
"Y": 90,
"Z": 0
},
"LocalScale": {
"X": 2,
"Y": 2,
"Z": 1
}
},
{
"$type": "RPG.GameCore.PropClosePuzzle"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}