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

129 lines
No EOL
4.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//二层起点
{
//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
}
}