# alias: WeOvercall # button-text: We Overcall # gib-works: true # bba-works: true # auction-filter: 1[CDHS] (1[DHS]|2[CDH]) # convention-card-ns: 21GF-DEFAULT # convention-card-ew: 21GF-GIB /*@chat --- We Overcall @chat*/ dealer east # Define good suits GoodS = spades(south)>4 and top5(south,spades)>2 GoodH = hearts(south)>4 and top5(south,hearts)>2 GoodD = diamonds(south)>4 and top5(south,diamonds)>2 GoodC = clubs(south)>4 and top5(south,clubs)>2 # East opens, South has a decent suit and is constructive or better hcp(east)>11 and hcp(east)<15 and (GoodS or GoodH or GoodD or GoodC) and hcp(south)>8