Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/CablePuzzle/Maze_Prop_Test_CableConsole.json
2025-07-03 10:50:43 +02:00

50 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonText": {
"Hash": 16842166535911136696
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"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"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}