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

271 lines
11 KiB
JSON

{
"ID": 1011,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event_1011_Title",//首领引发的危机
"Description": "Event_1011_1",//此处栖息着强大的首领,击败它可以获得高价值的骸章。
"QuestionDescription": "Event_1011_2",//要怎么做?
"Choices":
[
{
"OptionText": "Event_1011_3",//当然是上了!
"OptionIcon1": 109,
"OptionContents":
[
{
"Actions":
[
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
{
"OptionText": "Event_1011_4",//润了润了
// "OptionText2": "JsonText_843", // (离开)
"OptionIcon1": 106,
"OptionContents":
[
{
"Actions":
[
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1":{
"Actions":[
{
"$type":"Share.CConfigDropBattleID",
"Type":[50,51],
"SpecialName":"BattleID"
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnChoose"
}
]
},
"Op_2_Over_1":{
"Actions":[
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnChoose": {
"Actions": [
{
"$type": "Share.CConfigPreset",
"PerformKey" : "Chessboard_BattleEnd_None"
},
{
"$type": "Share.CConfigCloseDialog",
"CameraMove":false
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event_1011_Title",//首领引发的危机
"Description": "Event_1011_5",//首领被击败了,一些宝物露了出来
"QuestionDescription": "Event_1011_6",//要怎么做?
"Choices":
[
{
"OptionText": "Event_1011_7",
"OptionText2": "Event_1011_8",//清空当前压力
"OptionIcon1": 105,
"OptionContents":
[
{
"Actions":
[
{
"$type":"Share.CConfigModifySceneProperty",
"Property":"Stamina",
"Count":"-sceneproperty(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_1011_9",
"OptionText2": "Event_1011_10",//恢复60EP
"OptionIcon1": 104,
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "emptyHollowItem",
"Param":"hollowitem()",
"CompareType":"NotEqual"
}
],
"OptionContents":
[
{
"Actions":
[
{
"$type":"Share.CConfigSetHollowItem",
"EPCharge":"specials(EpCharge)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_1011_11",
"OptionText2": "Event_1011_12", // 鉴定高级骸章
"OptionIcon1": 101,
"OptionContents":
[
{
"Actions":
[
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
}
]
}
]
}
]
},
"OnChooseCard": {
"Actions": [
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
4
],
"SpecialName": [
"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.CConfigFinishEvent"
}
]
}
},
"Specials": {
"BattleID": 0,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0,
//表格参数
"EpCharge":60
}
}