mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
40 lines
775 B
JSON
40 lines
775 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "8003241_ShowNpc"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvCreateGroupEntity",
|
|
"InstanceIDList": [
|
|
400002
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "8003241_HideNpc"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvDestroyGroupEntity",
|
|
"InstanceIDList": [
|
|
400002
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |