2024-10-21 03:16:22 -03:00

65 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
"DistrictID": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
},
"TickInterval": 0.3,
"OnEnter": [
{
"$type": "RPG.GameCore.PlayNPCBubbleTalk",
"BubbleTalkInfoList": [
{
"AutoSkipTime": 5,
"GroupID": 29,
"GroupNpcID": 400003,
"TalkSentenceID": 802520803
}
],
"IsLoop": true,
"LoopInterval": 10
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
"DistrictID": {
"IsDynamic": false,
"FixedValue": {
"Value": 2
}
},
"TickInterval": 0.3,
"OnEnter": [
{
"$type": "RPG.GameCore.PlayNPCBubbleTalk",
"BubbleTalkInfoList": [
{
"AutoSkipTime": 5,
"GroupID": 29,
"GroupNpcID": 400004,
"TalkSentenceID": 802520807
}
],
"IsLoop": true,
"LoopInterval": 10,
"UniqueID": 1
}
]
}
]
}
],
"Type": "Group"
}