Files
turnbasedgamedata/Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_02.json
2025-07-03 10:50:43 +02:00

33 lines
627 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "BoxMan_BoardPath"
},
"LocalPosition": {
"X": 0,
"Y": 0,
"Z": 0
},
"LOD": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "BoxMan_BoardPath"
}
]
}
}