{ "ID": 2010013, //车厢 "Specials": { "Stamina": 10, "Hp":5 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CActionChangeHollowEventWeightCfg", "EventID": 2010013, "WeightFactor": 0 }, { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title": "Event2010013_Title", "Description": "Event2010013_1", "QuestionDescription": "Event2010013_2", "Choices": [ { "OptionText": "Event2010013_3", "OptionText2": "Event2010013_4", "OptionIcon1": 105, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_A" } ] } ] }, { "OptionText": "Event2010013_5", "OptionText2": "Event2010013_6", "OptionIcon1": 105, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_B" } ] } ] }, { "OptionText": "Event2010013_7", "OptionText2": "Event2010013_8", "OptionIcon1": 106, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_C" } ] } ] } ] } ] }, "End_A": { //降压 "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event2010013_9", "Event2010013_9_1" ] }, //血-20% { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-4*property(HpMax_Battle)*specials(Hp)*0.01" }, //压力-40 { "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "-4*specials(Stamina)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "End_B": { //降压 "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event2010013_10", "Event2010013_10_1" ] }, //血-5% { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-property(HpMax_Battle)*specials(Hp)*0.01" }, //压力-10 { "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "-specials(Stamina)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "End_C": { //增压 "Actions": [ { "$type": "Share.CConfigLogText", "Messages": ["Event2010013_11"] }, //压力+20 { "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "2*specials(Stamina)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Quit": { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }