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

41 lines
819 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "EcoTest_Prop_1"
}
},
{
"$type": "RPG.GameCore.DestroyProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
},
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 5
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "MazeDF_CurrentGroup"
}
]
}
}