//二层起点 { //BOSS战 - 切层 "ID": 2010612, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigNewHollow", "HollowMaps":[ "20106-4" ], "SectionID": "NextLayer" }, // { // "$type": "Share.CConfigPreset", // "PerformKey":"Chessboard_FinishHollow" // }, { "$type":"Share.CConfigPrepareNextHollow", "SectionID":"specials(NextLayer)", "ShowOther":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":999 } ] }, { "$type": "Share.CConfigGotoNextHollow", "SectionID":"specials(NextLayer)" } ] }, // "OnStart2": { // "Actions": [ // { // "$type": "Share.CConfigOpenDialog" // }, // { // //对话框内容 // "$type": "Share.CConfigLogText", // "Messages": [ // "高威胁警报:\n侦测到强大的敌意单位,请做好战斗准备。" // ] // }, // { // "$type":"Share.CConfigDropBattleID", // "Type":[40,41], // "SpecialName":"BattleID" // }, // { // "$type": "Share.CConfigTriggerBattle", // "BattleID": "specials(BattleID)", // "OnSuccess": "OnCurse", // "GotoNextHollow" : true // } // ] // }, "OnCurse":{ "Actions": [ { "$type": "Share.CConfigNewHollow", "HollowMaps":[ "20106-3" ], "SectionID": "NextLayer" }, { "$type":"Share.CConfigPrepareNextHollow", "SectionID":"specials(NextLayer)", "ShowOther":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":0 } ] }, { "$type":"Share.CConfigModifySceneProperty", "Property":"Stamina", "Count":"-sceneproperty(Stamina)", "Predicates":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Equal", "Count":0 } ] }, { "$type":"Share.CConfigRemoveCurse", "RemoveType":"Initiative", "Count":1, "Predicates":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":0 } ] }, { "$type":"Share.CConfigSetHollowItem", "EPCharge":"specials(EPCharge)", "Predicates":[ { "$type":"Share.CConfigEventBySpecials", "ParamName":"HollowItem", "Param":"hollowitem()", "CompareType":"NotEqual" } ] }, { "$type": "Share.CConfigGotoNextHollow" } ] } }, "Specials": { "BattleID": 0, "EPCharge": 60, "HollowItem": 0, "NextLayer":0 } }