| 1 | -- Re-run this script after variants are added |
| 2 | |
| 3 | insert or ignore into Variants (name,description) values |
| 4 | ('Alice', 'Both sides of the mirror'), |
| 5 | ('Allmate1', 'Mate any piece (v1)'), |
| 6 | ('Allmate2', 'Mate any piece (v2)'), |
| 7 | ('Antiking1', 'Keep antiking in check (v1)'), |
| 8 | ('Antiking2', 'Keep antiking in check (v2)'), |
| 9 | ('Antimatter', 'Dangerous collisions'), |
| 10 | ('Apocalypse', 'The end of the world'), |
| 11 | ('Arena', 'Middle battle'), |
| 12 | ('Atomic', 'Explosive captures'), |
| 13 | ('Ball', 'Score a goal'), |
| 14 | ('Baroque', 'Exotic captures'), |
| 15 | ('Benedict', 'Change colors'), |
| 16 | ('Berolina', 'Pawns move diagonally'), |
| 17 | ('Cannibal', 'Capture powers'), |
| 18 | ('Capture', 'Mandatory captures'), |
| 19 | ('Checkered', 'Shared pieces'), |
| 20 | ('Checkless', 'No-check mode'), |
| 21 | ('Chess960', 'Standard rules'), |
| 22 | ('Circular', 'Run forward'), |
| 23 | ('Coregal', 'Two royal pieces'), |
| 24 | ('Crazyhouse', 'Captures reborn'), |
| 25 | ('Cylinder', 'Neverending rows'), |
| 26 | ('Dark', 'In the shadow'), |
| 27 | ('Doublearmy', '64 pieces on the board'), |
| 28 | ('Dynamo', 'Push and pull'), |
| 29 | ('Eightpieces', 'Each piece is unique'), |
| 30 | ('Enpassant', 'Capture en passant'), |
| 31 | ('Extinction', 'Capture all of a kind'), |
| 32 | ('Grand', 'Big board'), |
| 33 | ('Grasshopper', 'Long jumps over pieces'), |
| 34 | ('Hidden', 'Unidentified pieces'), |
| 35 | ('Hiddenqueen', 'Queen disguised as a pawn'), |
| 36 | ('Knightmate', 'Mate the knight'), |
| 37 | ('Knightrelay1', 'Move like a knight (v1)'), |
| 38 | ('Knightrelay2', 'Move like a knight (v2)'), |
| 39 | ('Losers', 'Get strong at self-mate'), |
| 40 | ('Magnetic', 'Laws of attraction'), |
| 41 | ('Marseille', 'Move twice'), |
| 42 | ('Orda', 'Mongolian Horde'), |
| 43 | ('Parachute', 'Landing on the board'), |
| 44 | ('Perfect', 'Powerful pieces'), |
| 45 | ('Racingkings', 'Kings cross the 8x8 board'), |
| 46 | ('Rifle', 'Shoot pieces'), |
| 47 | ('Recycle', 'Reuse pieces'), |
| 48 | ('Royalrace', 'Kings cross the 11x11 board'), |
| 49 | ('Rugby', 'Transform an essay'), |
| 50 | ('Schess', 'Seirawan-Harper Chess'), |
| 51 | ('Shatranj', 'Ancient rules'), |
| 52 | ('Suicide', 'Lose all pieces'), |
| 53 | ('Suction', 'Attract opposite king'), |
| 54 | ('Synchrone', 'Play at the same time'), |
| 55 | ('Threechecks', 'Give three checks'), |
| 56 | ('Twokings', 'Two kings'), |
| 57 | ('Upsidedown', 'Board upside down'), |
| 58 | ('Wildebeest', 'Balanced sliders & leapers'), |
| 59 | ('Wormhole', 'Squares disappear'), |
| 60 | ('Zen', 'Reverse captures'); |