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

134 lines
4.7 KiB
JSON

{
"ID": 1027,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OnChoose":{
"Actions":[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event_1027_Title",
"Description": "Event_1027_OP1_Des",
"QuestionDescription": "Event_1027_OP1_QuestionDes",
"Choices": [
{
"OptionText": "Event_1027_OP1_1_1",
"OptionText2": "Event_1027_OP1_1_2",
"OptionIcon1": 113,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnReduceHp"
}
]
}
]
},
{
"OptionText": "Event_1027_OP1_2_1",
"OptionText2": "Event_1027_OP1_2_2",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"OnReduceHp":{
"Actions":[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Value)*0.01"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.5
},
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
},
"OnTeleport":{
"Actions":[
//随机到某个房间
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "CurrentLayer_1028",
"Value": "hollowlevel()"
},
// {
// "$type": "Share.CConfigPreset",
// "PerformKey":"Chessboard_FinishHollow"
// },
{
"$type": "Share.CConfigNewHollow",
"HollowMaps":[
"40001-1"
],
"SectionID": "NextLayer"
},
{
"$type":"Share.CConfigPrepareNextHollow",
"SectionID":"specials(NextLayer)",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":"specials(NextLayer)",
"Reward":false
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnEnd":{
"Actions":[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"Value": 10,
"NextLayer":0
}
}