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

79 lines
2.6 KiB
JSON

{
//小怪战 - 丢卡
"ID": 700,
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
{
"$type": "Share.CConfigCameraMoveV2",
"StretchKey": "SlotMachine_PushBack",
"Type": "TriggerPosition",
"PositionOffsetType":"Relative",
"PositionOffsetX":0,
"PositionOffsetY":0,
"RadiusX":2,
"RadiusY":2,
"CanControl":false,
"UseStretchZ":true
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 1.5
},
//相机
{
"$type":"Share.CConfigSlotMachine",
"Indexes":[
148,149,150,151,152,185,218,251,284,283,282,281,280,247,214,181
],
"EndIndex":"index",
"EndEventID":"evtID"
},
{
//战斗计数器+1
"$type": "Share.CConfigSetHollowVariable",
"Key": "TriggerEvent_SlotMachine",
"Value":"specials(evtID)"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"AfterTrigger":{
"Actions":[
// {
// "$type": "Share.CConfigOpenDialog"
// },
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "test:{scenevar(testcount)}"
// ]
// },
{
"$type": "Share.CConfigCameraMoveV2",
"StretchKey": "SlotMachine_PushBack",
"Type": "TriggerPosition",
"PositionOffsetType":"Relative",
"PositionOffsetX":0,
"PositionOffsetY":0,
"RadiusX":2,
"RadiusY":2,
"CanControl":false,
"UseStretchZ":true
}
// {
// "$type": "Share.CConfigFinishEvent"
// }
]
}
},
"Specials": {
"index":0,
"evtID":0
}
}