Some fixes, and add 2 variants: Checkless and Parachute
[vchess.git] / server / db / populate.sql
CommitLineData
c326e657
BA
1-- Re-run this script after variants are added
2
8d7e2786 3insert or ignore into Variants (name,description) values
dac39588 4 ('Alice', 'Both sides of the mirror'),
9618937e
BA
5 ('Allmate1', 'Mate any piece (v1)'),
6 ('Allmate2', 'Mate any piece (v2)'),
c583ef1c
BA
7 ('Antiking1', 'Keep antiking in check (v1)'),
8 ('Antiking2', 'Keep antiking in check (v2)'),
8b405c81 9 ('Antimatter', 'Dangerous collisions'),
c3a86f01 10 ('Arena', 'Middle battle'),
dac39588 11 ('Atomic', 'Explosive captures'),
6f2f9437 12 ('Ball', 'Score a goal'),
dac39588 13 ('Baroque', 'Exotic captures'),
9bd6786b 14 ('Benedict', 'Change colors'),
dac39588 15 ('Berolina', 'Pawns move diagonally'),
dfc78263 16 ('Cannibal', 'Capture powers'),
6b7b2cf7 17 ('Capture', 'Mandatory captures'),
dac39588 18 ('Checkered', 'Shared pieces'),
0d5335de 19 ('Checkless', 'No-check mode'),
dac39588 20 ('Chess960', 'Standard rules'),
e3e2cc44 21 ('Circular', 'Run forward'),
3f22c2c3 22 ('Coregal', 'Two royal pieces'),
dac39588 23 ('Crazyhouse', 'Captures reborn'),
71ef1664 24 ('Cylinder', 'Neverending rows'),
dac39588 25 ('Dark', 'In the shadow'),
de3f5625 26 ('Doublearmy', '64 pieces on the board'),
90e814b6 27 ('Eightpieces', 'Each piece is unique'),
7d8bf63e 28 ('Enpassant', 'Capture en passant'),
dac39588
BA
29 ('Extinction', 'Capture all of a kind'),
30 ('Grand', 'Big board'),
a97bdbda 31 ('Grasshopper', 'Long jumps over pieces'),
241bf8f2 32 ('Hidden', 'Unidentified pieces'),
a97bdbda
BA
33 ('Hiddenqueen', 'Queen disguised as a pawn'),
34 ('Knightmate', 'Mate the knight'),
68e19a44
BA
35 ('Knightrelay1', 'Move like a knight (v1)'),
36 ('Knightrelay2', 'Move like a knight (v2)'),
6b7b2cf7 37 ('Losers', 'Get strong at self-mate'),
dac39588
BA
38 ('Magnetic', 'Laws of attraction'),
39 ('Marseille', 'Move twice'),
0d5335de 40 ('Parachute', 'Landing on the board'),
a6836242 41 ('Perfect', 'Powerful pieces'),
6b7b2cf7 42 ('Racingkings', 'Kings cross the 8x8 board'),
c3a86f01 43 ('Rifle', 'Shoot pieces'),
78d64531 44 ('Recycle', 'Reuse pieces'),
77691911 45 ('Royalrace', 'Kings cross the 11x11 board'),
95f8376c 46 ('Rugby', 'Transform an essay'),
305ede7e 47 ('Schess', 'Seirawan-Harper Chess'),
a4eca0dc 48 ('Shatranj', 'Ancient rules'),
6b7b2cf7 49 ('Suicide', 'Lose all pieces'),
31e9e40a 50 ('Suction', 'Attract opposite king'),
23dbe4b8 51 ('Synchrone', 'Play at the same time'),
92240cf0 52 ('Threechecks', 'Give three checks'),
14c35dc6 53 ('Twokings', 'Two kings'),
602d6bef 54 ('Upsidedown', 'Board upside down'),
dac39588 55 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 56 ('Wormhole', 'Squares disappear'),
dac39588 57 ('Zen', 'Reverse captures');