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

151 lines
5.4 KiB
JSON

{
"ID": 9991147,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1344" // 生命扫描程序激活,邦布翘起耳朵,彷佛在聆听各个方向的动静
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "JsonText_1345", // 要执行哪种检测功能?
"Choices": [
{
"OptionText": "JsonText_1346", // 广域扫描
"OptionText2": "JsonText_1347", // 揭露3格范围内所有战斗
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
{
"OptionText": "JsonText_1348", // 生命检测
"OptionText2": "JsonText_1349", // 揭露2格内所有
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "揭露3格范围内所有战斗"
// ]
// },
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"Type":["Battle_Normal"],
"Radius": 3,
"Count": 28,
"FromState": [
"Locked"
],
"ToState": [
"ShowEvent"
]
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundHalfW":3,
"BoundHalfH":3
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 2
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "揭露2格内所有丢失儿童"
// ]
// },
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"Radius": 2,
"Count": 16,
"FromState": [
"Locked"
],
"ToState": ["ShowEvent"]
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundHalfW":3,
"BoundHalfH":3
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 2
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}