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

46 lines
1.3 KiB
JSON

{
"ID": 1011112,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
},
"OnTeleport": {
"Actions": [
{
"$type": "Share.CConfigEmpty"
},
{
"$type": "Share.CConfigTransfer",
"X": 5,
"Y": 10,
"Random":false
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
// {
// "$type": "Share.CConfigCameraMove",
// "StretchKey": "Back",
// "Type": "Player"
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 0.8
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}