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

175 lines
7 KiB
JSON

{
"ID": 2021001,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2021001_Title", //鱼竿已就位
"Description": "Event2021001_1",
"QuestionDescription": "Event2021001_2",
"Choices": [
{
"OptionText": "Event2021001_3",
"OptionText2": "Event2021001_4",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
//-20压力值
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Card"
}
]
}
]
}
]
}
]
},
"Card":{
"Actions":[
{
"$type": "Share.CConfigDropCard",
"Type": 0,
"Num":3,
"Rare":[4],
"Specials": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
]
},
{
"$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"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"X": 0,
"Y": 0,
"Radius": 1,
"Count": 4,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.2
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"X": 0,
"Y": 0,
"Radius": 2,
"Count": 4,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigShowTip",
"TipID": 202100101
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"Stamina":30,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
}
}