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

182 lines
7.2 KiB
JSON

{
//命运2
"ID": 2021003,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Event_2021005",
"Value": "scenevar(Event_2021005)+1"
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2021003_Title",
"Description": "Event2021003_1",
"QuestionDescription": "Event2021003_2",
"Choices": [
{
"OptionText": "Event2021003_3",
"OptionText2": "Event2021003_4",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
//-20压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigDropCard",
"Type": 0,
"Num":3,
"Genre":[
1003
],
"Specials": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over"
}
]
}
]
},
{
"OptionText": "Event2021003_5",
"OptionText2": "Event2021003_6",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
//-20压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigDropCard",
"Type": 0,
"Num":3,
"Genre":[
1006
],
"Specials": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over"
}
]
}
]
}
]
}
]
},
"Op_1_Over":{
"Actions":[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2021003_7" // 测试1
]
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over":{
"Actions":[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2021003_8" // 测试1
]
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd":{
"Actions":[
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060140,
"Progress": 1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"Stamina":30,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
}
}