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

148 lines
6.5 KiB
JSON

//HollowPause
{
"ID": 102,
"Sections": {
"2": {
"SectionProgress": {
"ID": 1022,
"OnBeforeEnter": [
],
"OnEnter": [
// "Sec1_DefaultTrigger"
],
"OnAdd": [
"Sec1_DefaultTrigger"
],
"Events": {
"Sec1_DefaultTrigger": {
"ID": 200,
"Actions": [
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 201,
"Visible": false,
"NPCTags":
[
2025
],
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2011
}
]
},
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 202,
"Visible": false,
"NPCTags":
[
2026
],
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2021
}
]
},
//副主角出现
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 203,
"Visible": true,
"IsViceCharacter": true
},
{
"$type": "Share.CActionRemoveInteractCfg",
"InteractID": 10000018,
"NPCTags": [
1002
]
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 205,
"ObjectState": {
"1000":10001
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 206,
"ObjectState": {
"1001":10003
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 207,
"ObjectState": {
"1002":10005
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 208,
"ObjectState": {
"999":10007
}
}
// {
// "$type":"Share.CActionSetNPCVisibleCfg",
// "ID": 203,
// "Visible": false,
// "NPCTags":
// [
// 2028
// ]
// },
// //录像带妹妹
// {
// "$type":"Share.CActionSetNPCVisibleCfg",
// "ID": 204,
// "Visible": true,
// "NPCTags":
// [
// 2015
// ],
// "Predicates":
// [
// {
// "$type": "Share.CConfigEventByMainCharacter",
// "CompareType": "Equal",
// "AvatarID":2011
// }
// ]
// },
// //录像带哥哥
// {
// "$type":"Share.CActionSetNPCVisibleCfg",
// "ID": 205,
// "Visible": true,
// "NPCTags":
// [
// 2027
// ],
// "Predicates":
// [
// {
// "$type": "Share.CConfigEventByMainCharacter",
// "CompareType": "Equal",
// "AvatarID":2021
// }
// ]
// }
]
}
}
}
}
}
}