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

47 lines
1.4 KiB
JSON

{
"ID": 752,
"EventTypeTag": [
"NoneInteractEventWithAnim",
"RecoverEvent"
],
"Specials": {
//表格参数
"stamina": 20
},
"Events": {
"OnStart": {
"Actions": [
{
//-20压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-specials(stamina)"
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"VignetteEffect",
"Key":"Boost_point",
"Enable":true
},
{
"$type":"Share.CConfigPlayPostEffect",
"Type":"ScreenEffect",
"Key":"Boost_point",
"Enable":true
},
{
"$type": "Share.CConfigShowTip",
"TipID": 101701,
"Delay": 0
},
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": 0.5
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}