mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "J_Block",
|
|
"PrefabAlias": "J_Before"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "J_Block",
|
|
"PrefabAlias": "J_After"
|
|
}
|
|
],
|
|
"EnableState": true
|
|
},
|
|
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerEntityServerEvent"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |