turnbasedgamedata/Config/Level/Maze/MazeRaid/Maze_Gameplay_CommonRaid_Hint.json
2025-02-24 07:50:34 -03:00

39 lines
811 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Execute": []
},
{
"$type": "RPG.GameCore.ShowEnvBuffDialog",
"IsAutoGetParam": true
},
{
"$type": "RPG.GameCore.PropReqInteract",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"InteractID": {
"FixedValue": {
"Value": 1010
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "MazeDF_CurrentGroup"
}
]
}
}