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

106 lines
3.7 KiB
JSON

//二层起点
{
"ID": 2010606,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Liar_2010611",
"Value":1
},
{
"$type":"Share.CConfigEmpty"
},
{
"$type":"Share.CConfigSetBattleType",
"BattleID":"specials(BattleID)",
"Type":"LevelEnd"
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnCurse",
"GotoNextHollow" : true
}
]
},
"OnCurse": {
"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":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.CConfigSetConditionProgress",
"ConditionID":30060110,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":"specials(NextLayer)"
}
]
}
},
"Specials": {
"BattleID":0,
"NextLayer":0
}
}