forked from yixuan-rs/yixuan-rs
26 lines
666 B
JSON
26 lines
666 B
JSON
{
|
|
//主城默认传送-Street2Garage
|
|
"ID": 10000002,
|
|
"Specials": {
|
|
"Radius": 2000
|
|
},
|
|
"Events": {
|
|
"OnInteract": {
|
|
"ID": 100,
|
|
"Actions": [
|
|
{
|
|
"$type": "Share.CActionSwitchSection",
|
|
"ID": 101,
|
|
"SectionID": 3,
|
|
"Transform": "Garage_PlayerPos_FromStreet",
|
|
"CameraY": 6000,// must * 10000
|
|
"CameraX": 0
|
|
},
|
|
{
|
|
"$type": "Share.CActionResetEventCfg",
|
|
"ID": 102
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|