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

155 lines
5.5 KiB
JSON

{
"ID": 2010620,
"Events": {
// "OnStart": {
// "Actions": [
// {
// "$type":"Share.CConfigEmpty"
// },
// {
// "$type":"Share.CConfigSetBattleType",
// "BattleID":"specials(BattleID)",
// "Type":"LevelEnd"
// },
// {
// "$type": "Share.CConfigTriggerBattle",
// "BattleID": "specials(BattleID)",
// "OnSuccess": "OnCurse",
// "GotoNextHollow" : true
// }
// ]
// },
"OnStart":{
"Actions": [
{
//正常切层
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060112,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Merchant_2010607",
"CompareType": "Equal",
"Count": 0
},
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Liar_2010611",
"CompareType": "Equal",
"Count": 0
}
]
},
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30020006,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigNewHollow",
"HollowMaps":[
"20106-6"
],
"SectionID": "NextLayer"
},
// {
// "$type":"Share.CConfigPrepareNextHollow",
// "SectionID":"specials(NextLayer)",
// "ShowOther":[
// {
// "$type":"Share.CConfigEventByCurse",
// "CompareType":"Greater",
// "Count":999
// }
// ]
// },
// {
// "$type": "Share.CConfigGotoNextHollow"
// }
{
"$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.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"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigGotoNextHollow"
}
]
}
},
"Specials": {
"NextLayer":0,
"BattleID":10102017
}
}