{ "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" } ] } } }