Files
turnbasedgamedata/Config/Level/Maze/MazeTest/Test_SnowBall.json
2025-07-03 10:50:43 +02:00

120 lines
2.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "BackwardCollider",
"ButtonText": {
"Hash": 4997798366114722621
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropMove",
"Duration": 1,
"DeltaPosition": {
"X": 2,
"Y": 0,
"Z": 0
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "ForwardCollider",
"ButtonText": {
"Hash": 4997798366114722621
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropMove",
"Duration": 1,
"DeltaPosition": {
"X": -2,
"Y": 0,
"Z": 0
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "RightCollider",
"ButtonText": {
"Hash": 4997798366114722621
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropMove",
"Duration": 1,
"DeltaPosition": {
"X": 0,
"Y": 0,
"Z": -2
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "LeftCollider",
"ButtonText": {
"Hash": 4997798366114722621
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.PropMove",
"Duration": 1,
"DeltaPosition": {
"X": 0,
"Y": 0,
"Z": 2
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"ValueSource": {
"Values": []
}
}