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

182 lines
8.1 KiB
JSON

//HollowPause
{
"ID": 101,
"Sections": {
"2": {
"SectionProgress": {
"ID": 1012,
"OnBeforeEnter": [
"Sec1_SetPlayerPosTrigger"
],
"OnEnter": [
// "Sec1_EnterTrigger"
],
"OnAdd": [
"Sec1_DefaultTrigger"
],
"Events": {
"Sec1_SetPlayerPosTrigger": {
"ID": 100,
"Actions": [
{
"$type": "Share.CActionChangeBackSceneInfoCfg",
"ID": 101,
"SectionID": 2,
//"OpenUI": "None",
"Transform": "Workshop_PlayerPos_HollowPause",
"CameraY": 6000,// must * 10000
"CameraX": 15000
}
]
},
"Sec1_DefaultTrigger": {
"ID": 200,
"Actions": [
//暂离哥哥
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 201,
"Visible": true,
"NPCTags":
[
2025
],
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2011
}
]
},
//暂离妹妹
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 202,
"Visible": true,
"NPCTags":
[
2026
],
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2021
}
]
},
//副主角隐藏
{
"$type":"Share.CActionSetNPCVisibleCfg",
"ID": 203,
"Visible": false,
"IsViceCharacter": true
},
{
"$type": "Share.CActionChangeInteractCfg",
"InteractID": 10000018,
"TagIDs": [
1002
],
"InteractShape": "Sphere",
"InteractScale": {
"X": 1,
"Y": 0,
"Z": 0
}
},
{
"$type":"Share.CConfigSetConditionProgress",
"ID": 208,
"ConditionID":30060132,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 205,
"ObjectState": {
"1000":10002
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 206,
"ObjectState": {
"1001":10004
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 207,
"ObjectState": {
"1002":10006
}
},
{
"$type": "Share.CActionSetMainCityObjectState",
"ID": 209,
"ObjectState": {
"999":10008
}
}
]
},
"Sec1_EnterTrigger": {
"ID": 300,
"Actions": [
{
"$type": "Share.CActionChangeInteractCfg",
"InteractID": 10000019,
"ID": 301,
"TagIDs": [
2025
],
"InteractShape": "Sphere",
"InteractScale": {
"X": 2,
"Y": 0,
"Z": 0
},
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2011
}
]
},
{
"$type": "Share.CActionChangeInteractCfg",
"InteractID": 10000019,
"ID": 302,
"TagIDs": [
2026
],
"InteractShape": "Sphere",
"InteractScale": {
"X": 2,
"Y": 0,
"Z": 0
},
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2021
}
]
}
]
}
}
}
}
}
}