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

80 lines
2.6 KiB
JSON

{
"ID": 1000211,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnReduceHp"
}
]
},
"OnReduceHp":{
"Actions":[
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "StretchKey": "Back",
// "CanControl": false
// },
// {
// "$type": "Share.CConfigModifyProperty",
// "Property": "Hp",
// "Count": "-property(HpMax_Battle)*specials(Value)*0.01"
// },
// {
// "$type": "Share.CConfigShowTip",
// "TipID": 100021101
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 1
// },
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
},
"OnTeleport":{
"Actions":[
//随机到某个房间
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "CurrentLayer_1000211",
"Value": "hollowlevel()"
},
{
"$type": "Share.CConfigNewHollow",
"HollowMaps":[
"10002-2"
],
"SectionID": "NextLayer"
},
{
"$type":"Share.CConfigPrepareNextHollow",
"SectionID":"specials(NextLayer)",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":"specials(NextLayer)"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"Value": 10,
"NextLayer":0
}
}