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

161 lines
6.2 KiB
JSON

{
"ID": 2010004, //最后的战地记者
"Specials": {
"Coin":500,
"RandomCard_1": 0,
"RandomCard_2": 0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010004,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event_2010004_Title",
"Description": "Event_2010004_OP1_Description",
"QuestionDescription": "Event_2010004_OP1_QuestionDescription",
"Choices": [
{
"OptionText": "Event_2010004_OP1_1",
"OptionText2": "Event_2010004_OP1_1_1",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over"
}
]
}
]
},
{
"OptionText": "Event_2010004_OP1_2",
"OptionText2": "Event_2010004_OP1_2_1",
"OptionIcon1": 102,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over"
}
]
}
]
}
]
}
]
},
"Op_1_Over":{
"Actions":
[
{
"$type":"Share.CConfigLogText",
"Messages":[
"Event_2010004_OP2_Description",
"Event_2010004_OP2_QuestionDescription"
]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"Op_2_Over":{
"Actions":
[
{
"$type":"Share.CConfigLogText",
"Messages":[
"Event_2010004_OP4_1",
"Event_2010004_OP4_2"
]
},
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Coin)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd":{
"Actions":
[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}