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

199 lines
7.5 KiB
JSON

{
"ID": 2010001,
"Specials": {
"Gold": 500,
"Stamina": 50,
"RandomCard_1":0,
"RandomCard_2":0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010001,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010001_Title",
"Description": "Event2010001_1",
"QuestionDescription": "Event2010001_2",
"Choices": [
{
"OptionText": "Event2010001_3",
// "OptionText2": "获得{specials(Gold)}枚齿轮硬币",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over"
}
]
}
]
},
{
"OptionText": "Event2010001_5",
// "OptionText2": "降低{specials(Stamina)}点压力",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over"
}
]
}
]
},
{
"OptionText": "Event2010001_7",
// "OptionText2": "随机获得1枚骸章",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over"
}
]
}
]
}
]
}
]
},
"Op_1_Over":{
"Actions":
[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010001_9",
"Event2010001_12"
]
},
{
//压力值
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "-specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over":{
"Actions":
[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010001_10",
"Event2010001_13"
]
},
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Gold)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_3_Over":{
"Actions":
[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010001_11",
"Event2010001_14"
]
},
{
"$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"
}
]
}
]
}
]
}
]
},
"OnEnd":{
"Actions":
[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}