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

333 lines
No EOL
12 KiB
JSON

{
"ID": 2010012, //孵化
"Specials": {
"Stamina": 20,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010012,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010012_Title",
"Description": "Event2010012_1",
"QuestionDescription": "Event2010012_2",
"Choices": [
{
"OptionText": "Event2010012_3",
"OptionText2": "Event2010012_4",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
},
{
"OptionText": "Event2010012_5",
"OptionText2": "Event2010012_6",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
},
{
"OptionText": "Event2010012_7",
"OptionText2": "Event2010012_8",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"End_A": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A_1"
}
]
},
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A_2"
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_A_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010012_9"]
},
//骸章
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
3
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
//压力
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"End_A_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010012_10"]
},
//骸章
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
2
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"End_B": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B_1"
}
]
},
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B_2"
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010012_11"
]
},
//骸章
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
4
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
//压力
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "2*specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"End_B_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010012_12"
]
},
//骸章
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
3
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "2*specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"Quit": {
"Actions": [
{
"$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"
}
]
}
}
}