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

61 lines
1.9 KiB
JSON

{
"ID": 2020604,
"EventTypeTag": [
"TrapStamina",
"CanInterruptWhenTeleport"
],
"Specials": {
//表格参数
"stamina": 20
},
"Events": {
"OnStart": {
"Actions": [
{
//+压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(stamina)"
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"Glitch",
"Key":"Pressure_trap",
"Enable":true
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"ScreenEffect",
"Key":"Pressure_trap",
"Enable":true
},
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": -1
},
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "TriggerPosition",
// "CanControl": false
// },
// {
// "$type": "Share.CConfigShowTip",
// "TipID": 101201,
// "Delay": 0
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 0.5
// },
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "CanControl": true
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}