HollowPS_TV_experiments/extras/zzz-0.1-jsons/Quest_Clear.json

69 lines
2.3 KiB
JSON

{
"ID": 10000000,
"Sections": {
// "1": {
// "SectionProgress": {
// "ID": 100000001,
// "OnEnter": [],
// "OnExit": [],
// "OnAdd": ["Sec1_DefaultTrigger"],
// "Events": {
// "Sec1_DefaultTrigger": [
// //主城移除非必要的NPC以及交互
// {
// "$type": "Share.CActionRemoveMainCityQuestInteractCfg"
// },
// {
// "$type": "Share.CActionRemoveMainCityQuestNpcCfg"
// }
// ]
// }
// }
// },
"2": {
"SectionProgress": {
"ID": 100000002,
"OnAdd": [
"Sec1_DefaultTrigger"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 100,
"Actions": [
//主城移除非必要的NPC以及交互
{
"$type": "Share.CActionRemoveMainCityQuestInteractCfg",
"ID": 101
},
{
"$type": "Share.CActionRemoveMainCityQuestNpcCfg",
"ID": 102
},
{
"$type": "Share.CActionResetMainCityQuestGroupCfg",
"ID": 103
}
]
}
}
}
}
// "3": {
// "SectionProgress": {
// "ID": 100000003,
// "OnAdd": ["Sec1_DefaultTrigger"],
// "Events": {
// "Sec1_DefaultTrigger": [
// //主城移除非必要的NPC以及交互
// {
// "$type": "Share.CActionRemoveMainCityQuestInteractCfg"
// },
// {
// "$type": "Share.CActionRemoveMainCityQuestNpcCfg"
// }
// ]
// }
// }
// }
}
}