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

66 lines
2.1 KiB
JSON

{
"ID": 1016,
"EventTypeTag": [
"CameraMoveToCenter",
"NoneInteractEventWithAnim",
"Empty"
],
"Events": {
"OnStart": {
"Actions": [
// {
// "$type": "Share.CConfigCameraMove",
// "StretchKey": "StateCenter",
// "Type": "Player",
// "CanControl": false
// },
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(coin)"
},
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": -1
},
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "CanControl": false
// },
// {
// "$type": "Share.CConfigShowTip",
// "TipID": 101601,
// "Delay": 0
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 0.5
// },
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "CanControl": true
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 0.5
// },
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "StretchKey": "Back",
// "CanControl": true
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"coin": 300
}
}