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

120 lines
4.5 KiB
JSON

{
"ID": 2021008,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2021008_Title", //强者的世界
"Description": "Event2021008_1",
"QuestionDescription": "Event2021008_2",
"Choices": [
{
"OptionText": "Event2021008_3", //我们能自己对付。
"OptionText2": "Event2021008_4",
"OptionIcon1": 113,
"Predicates":[
{
//拥有足够金钱钱
"$type": "Share.CConfigEventByTarotCard",
"Count": 10,
"CompareType": "GreaterEqual",
"CardType": 0
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Teleport"
}
]
}
]
},
{
"OptionText": "Event2021008_5",
"OptionText2": "Event2021008_6", //再去周围转转
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
]
}
]
}
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type":"Share.CConfigPushBack"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Teleport":{
"Actions":[
{
"$type": "Share.CConfigCloseDialog"
},
// {
// "$type": "Share.CConfigSetMapState",
// "Position": "Absolute",
// "NodeType": "All",
// "X": 4,
// "Y": 0,
// "Radius": 0,
// "Count": 1,
// "FromState": [
// "ShowEvent"
// ],
// "ToState": ["Finished"]
// },
// {
// "$type": "Share.CConfigSetMapState",
// "Position": "Absolute",
// "NodeType": "All",
// "X": 4,
// "Y": 0,
// "Radius": 0,
// "Count": 1,
// "FromState": [
// "Finished"
// ],
// "ToState": ["ShowEvent"]
// },
// {
// "$type": "Share.CConfigSetMapState",
// "Position": "Absolute",
// "NodeType": "All",
// "X": 5,
// "Y": 2,
// "Radius": 0,
// "Count": 1,
// "FromState": [
// "Finished"
// ],
// "ToState": ["ShowEvent"]
// },
// {
// "$type": "Share.CConfigTransfer",
// "X":3,
// "Y":0,
// "Random":false
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}