Commit | Line | Data |
---|---|---|
c326e657 BA |
1 | -- Re-run this script after variants are added |
2 | ||
8d7e2786 | 3 | insert or ignore into Variants (name,description) values |
dac39588 | 4 | ('Alice', 'Both sides of the mirror'), |
e9b736ee | 5 | ('Allmate', 'Mate any piece'), |
dac39588 | 6 | ('Antiking', 'Keep antiking in check'), |
8b405c81 | 7 | ('Antimatter', 'Dangerous collisions'), |
c3a86f01 | 8 | ('Arena', 'Middle battle'), |
dac39588 BA |
9 | ('Atomic', 'Explosive captures'), |
10 | ('Baroque', 'Exotic captures'), | |
9bd6786b | 11 | ('Benedict', 'Change colors'), |
dac39588 BA |
12 | ('Berolina', 'Pawns move diagonally'), |
13 | ('Checkered', 'Shared pieces'), | |
14 | ('Chess960', 'Standard rules'), | |
e3e2cc44 | 15 | ('Circular', 'Run forward'), |
dac39588 | 16 | ('Crazyhouse', 'Captures reborn'), |
71ef1664 | 17 | ('Cylinder', 'Neverending rows'), |
dac39588 | 18 | ('Dark', 'In the shadow'), |
7d8bf63e | 19 | ('Enpassant', 'Capture en passant'), |
dac39588 BA |
20 | ('Extinction', 'Capture all of a kind'), |
21 | ('Grand', 'Big board'), | |
a97bdbda | 22 | ('Grasshopper', 'Long jumps over pieces'), |
241bf8f2 | 23 | ('Hidden', 'Unidentified pieces'), |
a97bdbda BA |
24 | ('Hiddenqueen', 'Queen disguised as a pawn'), |
25 | ('Knightmate', 'Mate the knight'), | |
b627d118 | 26 | ('Knightrelay', 'The knight transfers its powers'), |
dac39588 BA |
27 | ('Losers', 'Lose all pieces'), |
28 | ('Magnetic', 'Laws of attraction'), | |
29 | ('Marseille', 'Move twice'), | |
c3a86f01 | 30 | ('Rifle', 'Shoot pieces'), |
b627d118 | 31 | ('Royalrace', 'Kings cross the board'), |
78d64531 | 32 | ('Recycle', 'Reuse pieces'), |
a4eca0dc | 33 | ('Shatranj', 'Ancient rules'), |
31e9e40a | 34 | ('Suction', 'Attract opposite king'), |
92240cf0 | 35 | ('Threechecks', 'Give three checks'), |
602d6bef | 36 | ('Upsidedown', 'Board upside down'), |
dac39588 | 37 | ('Wildebeest', 'Balanced sliders & leapers'), |
c3a86f01 | 38 | ('Wormhole', 'Squares disappear'), |
dac39588 | 39 | ('Zen', 'Reverse captures'); |