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

101 lines
3.4 KiB
JSON

{
"ID": 2010617,
"Events": {
"OnCreate":{
"Actions":[
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "PositionX_2010617",
"Value":"getpos(X,2)"
},
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "PositionY_2010617",
"Value":"getpos(Y,2)"
}
]
},
// "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-5"
],
"SectionID": "NextLayer"
},
{
"$type":"Share.CConfigPrepareNextHollow",
"SectionID":"specials(NextLayer)",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigGotoNextHollow"
}
]
}
},
"Specials": {
"NextLayer":0,
"BattleID":10102017
}
}