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

47 lines
1.8 KiB
JSON

{
"ID": 2010502,
"Specials":{
"stamina":-25
},
"Events": {
"OnStart":{
"Actions":[
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010502_Title", //受难父子
"Description": "Event2010502_1", // 谢天谢地,幸好这对父子只受了一点轻伤....至少还有得救。
"QuestionDescription": "Event2010502_2", //进行简单的治疗。
"Choices": [
{
"OptionText": "Event2010502_3",//然后赶快离开空洞吧。
"OptionText2": "Event2010502_4",//降低{specials(stamina)}点压力值。
"OptionIcon1":105,
"OptionContents": [
{
"Actions":
[
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(stamina)"
}
]
}
]
}
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}