139 lines
5.5 KiB
JSON
139 lines
5.5 KiB
JSON
{
|
|
|
|
"ID": 2010002, //巨兽点睛
|
|
|
|
"Specials": {
|
|
|
|
"Gold": 300,
|
|
|
|
"Stamina": 30
|
|
|
|
},
|
|
|
|
"Events": {
|
|
|
|
"OnStart": {
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CActionChangeHollowEventWeightCfg",
|
|
|
|
"EventID": 2010002,
|
|
|
|
"WeightFactor": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigOpenDialog"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigChoiceServer",
|
|
|
|
"OptionsMode": "Normal",
|
|
|
|
"Title":"Event_2010002_Title",
|
|
|
|
"Description": "Event_2010002_OP1_Description",
|
|
|
|
"QuestionDescription": "Event_2010002_OP1_QuestionDescription",
|
|
|
|
"Choices": [
|
|
|
|
{
|
|
|
|
"OptionText": "Event_2010002_OP1_1",
|
|
|
|
"OptionIcon1": 102,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "Op_1_Over"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"OptionText": "Event_2010002_OP1_2",
|
|
|
|
"OptionIcon1": 105,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "Op_2_Over"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Op_1_Over":{
|
|
|
|
"Actions":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigChoiceServer",
|
|
|
|
"OptionsMode": "Normal",
|
|
|
|
"Title":"Event_2010002_Title",
|
|
|
|
"Description": "Event_2010002_OP2_Description",
|
|
|
|
"QuestionDescription": "Event_2010002_OP2_QuestionDescription",
|
|
|
|
"Choices": [
|
|
|
|
{
|
|
|
|
"OptionText": "Event_2010002_OP2_1",
|
|
|
|
"OptionText2": "Event_2010002_OP2_2",
|
|
|
|
"OptionIcon1": 102,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
//获得金币
|
|
|
|
"$type": "Share.CConfigAddItem",
|
|
|
|
"ItemID": 1,
|
|
|
|
"Count": "specials(Gold)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "OnEnd"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Op_2_Over":{
|
|
|
|
"Actions":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigChoiceServer",
|
|
|
|
"OptionsMode": "Normal",
|
|
|
|
"Title":"Event_2010002_Title",
|
|
|
|
"Description": "Event_2010002_OP3_Description",
|
|
|
|
"QuestionDescription": "Event_2010002_OP3_QuestionDescription",
|
|
|
|
"Choices": [
|
|
|
|
{
|
|
|
|
"OptionText": "Event_2010002_OP3_1",
|
|
|
|
"OptionText2": "Event_2010002_OP3_2",
|
|
|
|
"OptionIcon1": 105,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
//+100压力值
|
|
|
|
"$type" : "Share.CConfigModifySceneProperty",
|
|
|
|
"Property" : "Stamina",
|
|
|
|
"Count" : "-specials(Stamina)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "OnEnd"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnEnd":{
|
|
|
|
"Actions":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigCloseDialog"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigFinishEvent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|