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

46 lines
1.3 KiB
JSON

{
"ID": 756,
"EventTypeTag": [
"TrapStamina"
],
"Specials": {
//表格参数
"stamina": 10
},
"Events": {
"OnStart": {
"Actions": [
{
//+压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(stamina)"
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"VignetteEffect",
"Key":"Pressure_trap",
"Enable":true
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"ScreenEffect",
"Key":"Pressure_trap",
"Enable":true
},
{
"$type": "Share.CConfigShowTip",
"TipID": 101201,
"Delay": 0
},
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": 0.5
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}