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

902 lines
No EOL
31 KiB
JSON

{
"ID": 2020827, //目标点
"Specials": {
"Count": 1
},
"Events": {
"OnHollowCreated":{
"Actions":[
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": 1
}
]
},
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump":"Map_1",
"Predicates":[
{
"$type": "Share.CConfigEventByEventState",
"X": 1,
"Y": 7,
"Position": "Absolute",
"VisibleState": [
"Visible"
],
"Count": 1,
"CompareType": "Equal",
"Radius": 0,
"EventID": [
1001
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Map_2",
"Predicates":[
{
"$type": "Share.CConfigEventByEventState",
"X": 6,
"Y": 13,
"Position": "Absolute",
"VisibleState": [
"Visible"
],
"Count": 1,
"CompareType": "Equal",
"Radius": 0,
"EventID": [
1001
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Map_3",
"Predicates":[
{
"$type": "Share.CConfigEventByEventState",
"X": 12,
"Y": 1,
"Position": "Absolute",
"VisibleState": [
"Visible"
],
"Count": 1,
"CompareType": "Equal",
"Radius": 0,
"EventID": [
1001
]
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Map_1": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump":"Once_1",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 1
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Twice_1",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 2
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Thrice_1",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 3
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Once_1":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 85,
"BoundIndexY": 153
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//升起BOSS周围格子
{
"$type": "Share.CConfigSetMapState",
"X": 7,
"Y": 7,
"Position": "Absolute",
"Radius": 1,
"Count": 8,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.8"
},
//BOSS格子降下
{
"$type": "Share.CConfigSetMapState",
"X": 7,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"Visible"
],
"ToVisibleState": ["VisibleByTriggerEvent"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080503
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Twice_1":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 85,
"BoundIndexY": 153
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//升起降压格
{
"$type": "Share.CConfigSetMapState",
"X": 6,
"Y": 6,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 8,
"Y": 6,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 6,
"Y": 8,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 8,
"Y": 8,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.3"
},
//红→蓝
{
"$type": "Share.CConfigEventModification",
"X": 7,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020825
], //红
"TargetEventType": 1,
"EventID": [
2020826
] //蓝
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080516
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Thrice_1":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 85,
"BoundIndexY": 153
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//蓝→空
{
"$type": "Share.CConfigEventModification",
"X": 7,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020826
], //蓝色
"TargetEventType": 1,
"EventID": [
1000
],
"EventState": "Unstable",
"VisibleState": "Visible"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//BOSS格子升起
{
"$type": "Share.CConfigSetMapState",
"X": 7,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080517
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Map_2": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump":"Once_2",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 1
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Twice_2",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 2
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Thrice_2",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 3
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Once_2":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 89,
"BoundIndexY": 161
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//升起BOSS周围格子
{
"$type": "Share.CConfigSetMapState",
"X": 6,
"Y": 7,
"Position": "Absolute",
"Radius": 1,
"Count": 8,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.8"
},
//BOSS格子降下
{
"$type": "Share.CConfigSetMapState",
"X": 6,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"Visible"
],
"ToVisibleState": ["VisibleByTriggerEvent"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080503
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Twice_2":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 89,
"BoundIndexY": 161
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//升起回血格
{
"$type": "Share.CConfigSetMapState",
"X": 5,
"Y": 6,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 7,
"Y": 6,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 5,
"Y": 8,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigSetMapState",
"X": 7,
"Y": 8,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.3"
},
//红→蓝
{
"$type": "Share.CConfigEventModification",
"X": 6,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020825
], //红
"TargetEventType": 1,
"EventID": [
2020826
] //蓝
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080516
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Thrice_2":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 89,
"BoundIndexY": 161
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//蓝→空
{
"$type": "Share.CConfigEventModification",
"X": 6,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020826
], //蓝色
"TargetEventType": 1,
"EventID": [
1000
],
"EventState": "Unstable",
"VisibleState": "Visible"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//BOSS格子升起
{
"$type": "Share.CConfigSetMapState",
"X": 6,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080517
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Map_3": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump":"Once_3",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 1
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Twice_3",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 2
}
]
},
{
"$type": "Share.CConfigJump",
"Jump":"Thrice_3",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Count.20208",
"CompareType": "Equal",
"Count": 3
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Once_3":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 77,
"BoundIndexY": 185
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//升起BOSS周围格子
{
"$type": "Share.CConfigSetMapState",
"X": 12,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"Count": 8,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.8"
},
//BOSS格子降下
{
"$type": "Share.CConfigSetMapState",
"X": 12,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"Visible"
],
"ToVisibleState": ["VisibleByTriggerEvent"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080503
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Twice_3":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 77,
"BoundIndexY": 185
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//红→蓝
{
"$type": "Share.CConfigEventModification",
"X": 12,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020825
], //红
"TargetEventType": 1,
"EventID": [
2020826
] //蓝
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080516
},
//自加
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Count.20208",
"Value": "scenevar(Count.20208)+1"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Thrice_3":{
"Actions":[
//镜头
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX": 77,
"BoundIndexY": 185
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//蓝→空
{
"$type": "Share.CConfigEventModification",
"X": 12,
"Y": 7,
"Position": "Absolute",
"Radius": 2,
"ModificationNum": 8,
"ModificationType": 1,
"TargetEventID": [
2020826
], //蓝色
"TargetEventType": 1,
"EventID": [
1000
],
"EventState": "Unstable",
"VisibleState": "Visible"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//BOSS格子升起
{
"$type": "Share.CConfigSetMapState",
"X": 12,
"Y": 7,
"Position": "Absolute",
"Radius": 0,
"Count": 1,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202080517
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "1"
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}