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

93 lines
3.3 KiB
JSON

{
"ID": 2010006, //复赛邀请函
"Specials": {
"Stamina": 25
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010006,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event_2010006_Title",
"Description": "Event_2010006_OP1_Description",
"QuestionDescription": "Event_2010006_OP1_QuestionDescription",
"Choices": [
{
"OptionText": "Event_2010006_OP1_1",
"OptionText2": "Event_2010006_OP1_1_1",
"OptionIcon1": 105,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over"
}
]
}
]
},
{
"OptionText": "Event_2010006_OP1_2",
"OptionText2": "Event_2010006_OP1_2_1",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"Op_1_Over":{
"Actions":
[
{
"$type":"Share.CConfigLogText",
"Messages":[
"Event_2010006_OP2_1",
"Event_2010006_OP2_2",
"Event_2010006_OP2_3"
]
},
{
//-压力值
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "-specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd":{
"Actions":
[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}