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