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

63 lines
2 KiB
JSON

{
"ID": 1000212,
"Events": {
"OnStart": {
"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.CConfigWaitSeconds",
// "Time": 1
// },
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
},
"OnTeleport": {
"Actions": [
{
"$type":"Share.CConfigPrepareNextHollow",
"InitialPos": 54,
"SectionID":"scenevar(CurrentLayer_1000211)",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":"scenevar(CurrentLayer_1000211)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"Value": 10
}
}