mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
62 lines
1.5 KiB
JSON
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"
|
|
} |