{ "ID": 1000204, "EventTypeTag": [ "NoneInteractEventWithAnim", "CameraMoveToCenter", "Chest" ], "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigPlayAnim", "WaitingTime": 1 }, { "$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.CConfigSetHollowVariable", "Key": "EventState.1000203", "Value": "scenevar(EventState.1000203)+1" }, //传送 { "$type": "Share.CConfigCameraMove", "Type": "Player", "StretchKey": "Back", "CanControl": false, "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "EventState.1000203", "CompareType": "Equal", "Count": 4 } ] }, { "$type": "Share.CConfigJump", "Jump": "OnTeleport", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "EventState.1000203", "CompareType": "Equal", "Count": 4 } ] }, { "$type": "Share.CConfigFinishEvent" } ] }, "OnTeleport": { "Actions": [ { "$type": "Share.CConfigEmpty" }, { "$type": "Share.CConfigTransfer", "X": 4, "Y": 4, "Random":false // "Predicates":[ // { // "$type": "Share.CConfigEventByHollowVariable", // "Key": "EventState.1000203", // "CompareType": "Equal", // "Count": 4 // } // ] }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0, "genre":0 } }