{ "ID": 2020837, //目标点 "Specials": { "Count": 1 }, "Events": { "OnHollowCreated":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "Count.20208", "Value": 1 } ] }, "OnStart": { "Actions": [ { "$type": "Share.CConfigJump", "Jump":"Once", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "Count.20208", "CompareType": "Equal", "Count": 1 } ] }, { "$type": "Share.CConfigJump", "Jump":"Twice", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "Count.20208", "CompareType": "Equal", "Count": 2 } ] }, { "$type": "Share.CConfigJump", "Jump":"Thrice", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "Count.20208", "CompareType": "Equal", "Count": 3 } ] }, { "$type": "Share.CConfigFinishEvent" } ] }, "Once":{ "Actions":[ //镜头 { "$type": "Share.CConfigCameraMove", "StretchKey": "Far", "Type": "CustomBound", "BoundIndexX": 81, "BoundIndexY": 149 }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.5" }, //升起BOSS周围格子 { "$type": "Share.CConfigSetMapState", "X": 3, "Y": 7, "Position": "Absolute", "Radius": 2, "Count": 8, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": ["Visible"] }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.8" }, //BOSS格子降下 { "$type": "Share.CConfigSetMapState", "X": 3, "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":{ "Actions":[ //镜头 { "$type": "Share.CConfigCameraMove", "StretchKey": "Far", "Type": "CustomBound", "BoundIndexX": 81, "BoundIndexY": 149 }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.5" }, //红→蓝 { "$type": "Share.CConfigEventModification", "X": 3, "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":{ "Actions":[ //镜头 { "$type": "Share.CConfigCameraMove", "StretchKey": "Far", "Type": "CustomBound", "BoundIndexX": 81, "BoundIndexY": 149 }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.5" }, //蓝→空 { "$type": "Share.CConfigEventModification", "X": 3, "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": 3, "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" } ] } } }