In a Bans event, the game's banlist can be updated. Cards can move from any spot on the banlist to any other spot, or be added to it, or be removed entirely.
After resolving this event, the player is returned immediately to the map screen (or, if an event is on the event chain, the chained event will begin).
"bans": {
"gadgetsBeBanned": {
"list": [
{"Red Gadget" : 0},
{"Yellow Gadget": 1},
{"Green Gadget" : 2},
{"Gold Gadget" : 3}
]
}
}