{ "ID": 2010702,//切层,到2层 "Events": { "OnStart":{ "Actions":[ { "$type":"Share.CConfigEmpty" }, { "$type":"Share.CConfigDropBattleID", "Type":["specials(difficult)"], "SpecialName":"BattleID" }, { "$type": "Share.CConfigTriggerBattle", "BattleID": "specials(BattleID)", "OnSuccess": "OnCurse", "GotoNextHollow" : true } ] }, "OnCurse":{ "Actions": [ { "$type": "Share.CConfigNewHollow", "HollowMaps":[ "20107-2" ], "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.CConfigJump", "Jump": "OnFloor" } ] }, "OnFloor": { "Actions": [ //拿到新增层数 { "$type": "Share.CConfigSetHollowVariable", "Key": "Level.2010701", "Value": "specials(NextLayer)" }, // { // "$type": "Share.CConfigPrepareNextHollow", // "SectionID": "specials(NextLayer)", // "ShowOther": [ // { // "$type": "Share.CConfigEventByCurse", // "CompareType": "Greater", // "Count": 999 // } // ] // }, { "$type": "Share.CConfigGotoNextHollow", "SectionID":"specials(NextLayer)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "NextLayer": 0, "BattleID": 0, "difficult":40, "EPCharge": 60, "HollowItem": 0 } }