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

63 lines
2.2 KiB
JSON

{
"ID": 101002,
"Sections": {
"2": {
"SectionProgress": {
"ID": 101002,
"OnEnter": [
"Sec1_DefaultTrigger"
],
"OnExit": [
],
"OnAdd": [
],
"OnBeforeRemove": [
"Sec1_Destruct"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 100,
"Actions": [
//创建氛围客人
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 101,
"TagID": 3015
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 102,
"TagID": 3012
}
// {
// "$type": "Share.CActionWait",
// "ID": 103,
// "MilliSeconds": 500
// }
// {
// "$type": "Share.CActionShowTip",
// "ID": 104,
// "TipID": 999300002,
// "ShowPage": 1
// }
]
},
"Sec1_Destruct": {
"ID": 200,
"Actions": [
//清理资源
{
"$type": "Share.CActionRemoveNPCCfg",
"ID": 201,
"TagIDs": [
3012,
3015
]
}
]
}
}
}
}
}
}