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

65 lines
2.3 KiB
JSON

//中流量刷新npc
{
"ID": 101005,
"Sections": {
"2": {
"SectionProgress": {
"ID": 101005,
"OnEnter": [
"Sec1_DefaultTrigger"
],
"OnExit": [
],
"OnAdd": [
],
"OnBeforeRemove": [
"Sec1_Destruct"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 100,
"Actions": [
//中流量刷新npc
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 101,
"TagID": 4137
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 102,
"TagID": 4134
}
// {
// "$type": "Share.CActionWait",
// "ID": 105,
// "MilliSeconds": 500
// },
// {
// "$type": "Share.CActionShowTip",
// "ID": 106,
// "TipID": 999300002,
// "ShowPage": 1
// }
]
},
"Sec1_Destruct": {
"ID": 200,
"Actions": [
//清理资源
{
"$type": "Share.CActionRemoveNPCCfg",
"ID": 201,
"TagIDs": [
4137,
4134
]
}
]
}
}
}
}
}
}