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

88 lines
3.3 KiB
JSON

//高流量刷新npc
{
"ID": 101006,
"Sections": {
"2": {
"SectionProgress": {
"ID": 101006,
"OnEnter": [
"Sec1_DefaultTrigger"
],
"OnExit": [
],
"OnAdd": [
],
"OnBeforeRemove": [
"Sec1_Destruct"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 100,
"Actions": [
//高流量刷新npc
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 101,
"TagID": 3011
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 102,
"TagID": 3012
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 103,
"TagID": 3013
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 104,
"TagID": 3014
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 105,
"TagID": 3015
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 106,
"TagID": 3016
}
// {
// "$type": "Share.CActionWait",
// "ID": 107,
// "MilliSeconds": 500
// },
// {
// "$type": "Share.CActionShowTip",
// "ID": 108,
// "TipID": 999300002,
// "ShowPage": 1
// }
]
},
"Sec1_Destruct": {
"ID": 200,
"Actions": [
//清理资源
{
"$type": "Share.CActionRemoveNPCCfg",
"ID": 201,
"TagIDs": [
3011,
3012,
3013,
3014,
3015,
3016
]
}
]
}
}
}
}
}
}