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

61 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonText": {
"Hash": 6217549881672060773
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "GearGroup"
}
}
],
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "GearGroup"
}
},
{
"$type": "RPG.GameCore.PropMove",
"Duration": 1,
"DeltaRotation": {
"X": 0,
"Y": 90,
"Z": 0
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "Gear02",
"Key": "GearGroup"
}
]
}
}