{ "ID": 2010019, //追迹者的脚印 "Specials": { "Hp":10, "Stamina":20 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CActionChangeHollowEventWeightCfg", "EventID": 2010019, "WeightFactor": 0 }, { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title": "Event2010019_Title", "Description": "Event2010019_1", "QuestionDescription": "Event2010019_2", "Choices": [ { "OptionText": "Event2010019_3", "OptionIcon1": 107, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Option_1" } ] } ] }, { "OptionText": "Event2010019_4", "OptionText2": "Event2010019_5", "OptionIcon1": 106, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Quit" } ] } ] } ] } ] }, "Option_1": { "Actions": [ { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title": "Event2010019_Title", "Description": "Event2010019_6", "QuestionDescription": "Event2010019_7", "Choices": [ { "OptionText": "Event2010019_8", "OptionText2": "Event2010019_9", "OptionIcon1": 103, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_A" } ] } ] }, { "OptionText": "Event2010019_10", "OptionText2": "Event2010019_11", "OptionIcon1": 103, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_B" } ] } ] } ] } ] }, "End_A": { //加小血 "Actions": [ { "$type": "Share.CConfigLogText", "Messages": ["Event2010019_12"] }, //血+10% { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "property(HpMax_Battle)*specials(Hp)*0.01" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "End_B": { //骸章高级 "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event2010019_13", "Event2010019_13_1" ] }, //血+30% { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "3*property(HpMax_Battle)*specials(Hp)*0.01" }, //增压 { "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "specials(Stamina)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Quit": { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }