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

88 lines
3.3 KiB
JSON

//配置录像店1级风向脚本-萝卜的警告
{
"ID": 31010002,
"Sections": {
"2": {
"SectionProgress": {
"ID": 310100021,
"OnEnter": [
"Sec1_DefaultTrigger"
],
"OnExit": [
],
"OnAdd": [
],
"OnBeforeRemove": [
"Sec1_Destruct"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 100,
"Actions": [
//创建升级NPC及添加交互脚本参数
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 101,
"TagID": 3022
// "InteractSpecials":{"VHSStoreLevel":"specials(VHSStoreLevel)"}
},
{
"$type": "Share.CActionCreateNPCCfg",
"ID": 102,
"TagID": 3026
},
{
"$type": "Share.CActionChangeInteractCfg",
"ID": 103,
"InteractID": 30010002,
"TagIDs": [
3022
],
"Participators": {
"3022": "A"
},
"InteractShape": "Sphere",
"InteractScale": {
"X": 2,
"Y": 0,
"Z": 0
}
},
{
"$type": "Share.CActionWait",
"ID": 104,
"MilliSeconds": 500
},
{
"$type": "Share.CActionShowTip",
"ID": 105,
"TipID": 999300001,
"ShowPage": 1
}
]
},
"Sec1_Destruct": {
"ID": 200,
"Actions": [
//脚本卸载时清理NPC
{
"$type": "Share.CActionRemoveNPCCfg",
"ID": 201,
"TagID": 3022
},
{
"$type": "Share.CActionRemoveNPCCfg",
"ID": 202,
"TagID": 3026
}
]
}
}
}
}
}
}