turnbasedgamedata/Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_test_changeEnv.json
2024-10-21 03:16:22 -03:00

62 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvSetupButtonListTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"TriggerName": "MissionTrigger",
"ButtonsByName": [],
"ButtonConfigs": [
{
"ID": "btn1",
"ButtonText": {
"Custom": true,
"Key": "BtnName"
}
}
],
"OverridedValidGuestConfig": {}
},
{
"$type": "RPG.GameCore.AdvOnButtonPressed",
"ButtonName": "btn1",
"OnPressedCallback": [
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.A",
"TagHash": 1945658916
}
]
}
},
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.B",
"TagHash": 1945658917
}
]
},
"Visible": true
}
]
}
]
}
],
"ValueSource": {
"Values": []
},
"Type": "Entity"
}