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

304 lines
No EOL
12 KiB
JSON

{
"ID": 2010016, //「同类」
"Specials": {
"Stamina":10,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
},
"Events": {
"OnStart": {
"Actions":
[
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010016,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010016_Title",
"Description": "Event2010016_1",
"QuestionDescription": "Event2010016_2",
"Choices": [
{
"OptionText": "Event2010016_3_1",
//"OptionText2": "Event2010016_4",
"OptionIcon1": 107,
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"LessEqual",
"Count":2
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
},
{
"OptionText": "Event2010016_3_2",
//"OptionText2": "Event2010016_4",
"OptionIcon1": 107,
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":2
},
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"LessEqual",
"Count":4
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
},
{
"OptionText": "Event2010016_3_3",
//"OptionText2": "Event2010016_4",
"OptionIcon1": 107,
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Equal",
"Count":5
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_C"
}
]
}
]
},
{
"OptionText": "Event2010016_5",
"OptionText2": "Event2010016_6",
"OptionIcon1": 105,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"Decide":{
"Actions":[
{
"$type":"Share.CConfigJump",
"Jump":"End_A",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"LessEqual",
"Count":2
}
]
},
{
"$type":"Share.CConfigJump",
"Jump":"End_B",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"LessEqual",
"Count":4
}
]
},
{
"$type":"Share.CConfigJump",
"Jump":"End_C",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"GreaterEqual",
"Count":5
}
]
}
]
},
"End_A": { //增压
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010016_7",
"Event2010016_7_1"
]
},
//增压
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B": { //降压
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010016_8"
]
},
//降压
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-5*specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C": { //骸章
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010016_9",
"Event2010016_9_1"
]
},
//骸章S*3 忍痛改为1
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
4
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"Quit": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010016_10"]
},
//降压
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnChooseCard": {
"Actions": [
{
"$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"
}
]
}
]
}
]
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}