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

319 lines
No EOL
12 KiB
JSON

{
"ID": 2010011, //虚空外套
"Specials": {
"Stamina": 10,
"Price": 500,
"Hp":20,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010011,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010011_Title",
"Description": "Event2010011_1",
"QuestionDescription": "Event2010011_2",
"Choices": [
{
"OptionText": "Event2010011_3",
"OptionText2": "Event2010011_4",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
//压力
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Option_1"
}
]
}
]
},
{
"OptionText": "Event2010011_5",
"OptionText2": "Event2010011_6",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"Option_1": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010011_Title",
"Description": "Event2010011_7",
"QuestionDescription": "Event2010011_8",
"Choices": [
{
"OptionText": "Event2010011_9",
"OptionText2": "Event2010011_10",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
//压力
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Option_2"
}
]
}
]
},
{
"OptionText": "Event2010011_11",
"OptionText2": "Event2010011_12",
"OptionIcon1": 102,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
}
]
}
]
},
"Option_2": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010011_Title",
"Description": "Event2010011_13",
"QuestionDescription": "Event2010011_14",
"Choices": [
{
"OptionText": "Event2010011_15",
"OptionText2": "Event2010011_16",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "End_C"
}
]
}
]
},
{
"OptionText": "Event2010011_17",
"OptionText2": "Event2010011_18",
"OptionIcon1": 103,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
}
]
}
]
},
"End_A": { //钱
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages":["Event2010011_19"]
},
//钱
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Price)"
},
//压力
// {
// "$type": "Share.CConfigModifySceneProperty",
// "Property": "Stamina",
// "Count": "specials(Stamina)"
// },
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B": { //血
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010011_21"]
},
//血
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*specials(Hp)*0.01"
},
//压力
// {
// "$type": "Share.CConfigModifySceneProperty",
// "Property": "Stamina",
// "Count": "2*specials(Stamina)"
// },
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C": { //骸章
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010011_20"
]
},
//骸章
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
4,
3,
2
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
//压力
// {
// "$type": "Share.CConfigModifySceneProperty",
// "Property": "Stamina",
// "Count": "3*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"
}
]
}
}
}