Files
turnbasedgamedata/Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_02.json
2025-02-24 07:50:34 -03:00

29 lines
557 B
JSON

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