vivian-rs/assets/LevelProcess/MainCity/Interact/Interact_10000016.json
2025-05-19 18:11:03 +03:00

32 lines
884 B
JSON

{
//主城默认传送-Street2Garage2
"ID": 10000016,
"Specials": {
"Radius": 2000
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{
"$type": "Share.CActionSwitchSection",
"ID": 101,
"SectionID": 3,
"Transform": "Garage_PlayerPos_FromStreet2",
"CameraY": 6000,// must * 10000
"CameraX": 0
},
// {
// "$type": "Share.CActionChangeCameraCfg",
// "ID": 103,
// "CameraY": 10,
// "CameraX": 10
// },
{
"$type": "Share.CActionResetEventCfg",
"ID": 102
}
]
}
}
}