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

165 lines
6.8 KiB
JSON

{
"ID": 2010911, //桥-扭蛋-机制
"EventTypeTag": [
"CameraMoveToCenter_ban"
],
"Events": {
// "OnStart":{
// "Actions":[
// {
// "$type": "Share.CConfigPreset",
// "PerformKey" : "Chessboard_BattleEnd_Pre"
// },
// {
// "$type": "Share.CConfigOpenDialog",
// "CameraMove":false
// },
// {
// "$type": "Share.CConfigIf",
// "OnSuccess": "OnChooseCard",
// "OnFailure": "OnChooseNormal",
// "Conditions":[
// {
// "$type": "Share.CConfigEventByRandom",
// "Odds": "specials(odd)" //跳转概率
// }
// ]
// }
// ]
// },
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"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.CConfigCameraMove",
// "StretchKey": "Far",
// "Type": "CustomBound",
// "BoundIndexX":11,
// "BoundIndexY":53
// },
// //切层终点
// {
// "$type": "Share.CConfigEventModification",
// "X": 1,
// "Y": 3,
// "Position": "Absolute",
// "Radius": 0,
// "ModificationNum": 1,
// "ModificationType": 1,
// //"TargetEventID": [ 1000 ],
// "TargetEventType": 1,
// "EventID": [ 1008 ],//切层战斗
// "EventState": "ShowEvent",
// "VisibleState": "Visible"
// },
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": "1"
// },
// {
// "$type": "Share.CConfigCameraMove",
// "Type": "Player",
// "StretchKey": "Back"
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"odd":100,
"BattleID": 0,
"MessageID": 1009,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0,
"Gold": 200,
"Stamina": 20,
"Hp": 10,
"ShowGold": 900001,
"ShowStamina": 900002,
"ShowHp": 900003
}
}