Add Swap, Switching, pawns variants
[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),
884f4528 5 ('Chakart', 'Capture the princess', true),
25c7c036
BA
6 ('Dark', 'In the shadow', true),
7 ('Hidden', 'Unidentified pieces', true),
8 ('Hiddenqueen', 'Queen disguised as a pawn', true),
9 ('Synchrone', 'Play at the same time', true);
10
11insert or ignore into Variants (name, description) values
107dc1bd 12 ('Absorption', 'Absorb powers'),
dac39588 13 ('Alice', 'Both sides of the mirror'),
9618937e
BA
14 ('Allmate1', 'Mate any piece (v1)'),
15 ('Allmate2', 'Mate any piece (v2)'),
5b958911 16 ('Ambiguous', 'Play opponent''s pieces'),
c583ef1c
BA
17 ('Antiking1', 'Keep antiking in check (v1)'),
18 ('Antiking2', 'Keep antiking in check (v2)'),
8b405c81 19 ('Antimatter', 'Dangerous collisions'),
c3a86f01 20 ('Arena', 'Middle battle'),
dac39588 21 ('Atomic', 'Explosive captures'),
6f2f9437 22 ('Ball', 'Score a goal'),
a0224b03 23 ('Balaklava', 'Meet the Mammoth'),
dac39588 24 ('Baroque', 'Exotic captures'),
9bd6786b 25 ('Benedict', 'Change colors'),
dac39588 26 ('Berolina', 'Pawns move diagonally'),
107dc1bd 27 ('Bicolour', 'Harassed kings'),
dfc78263 28 ('Cannibal', 'Capture powers'),
6b7b2cf7 29 ('Capture', 'Mandatory captures'),
af34341d
BA
30 ('Checkered1', 'Shared pieces (v1)'),
31 ('Checkered2', 'Shared pieces (v2)'),
0d5335de 32 ('Checkless', 'No-check mode'),
dac39588 33 ('Chess960', 'Standard rules'),
e3e2cc44 34 ('Circular', 'Run forward'),
801e2870 35 ('Colorbound', 'The colorbound clobberers'),
3f22c2c3 36 ('Coregal', 'Two royal pieces'),
107dc1bd 37 ('Coronation', 'Long live the Queen'),
dac39588 38 ('Crazyhouse', 'Captures reborn'),
71ef1664 39 ('Cylinder', 'Neverending rows'),
59e74176 40 ('Diamond', 'Rotating board'),
de3f5625 41 ('Doublearmy', '64 pieces on the board'),
b406466b
BA
42 ('Doublemove1', 'Double moves (v1)'),
43 ('Doublemove2', 'Double moves (v2)'),
c7550017 44 ('Dynamo', 'Push and pull'),
90e814b6 45 ('Eightpieces', 'Each piece is unique'),
7d8bf63e 46 ('Enpassant', 'Capture en passant'),
dac39588 47 ('Extinction', 'Capture all of a kind'),
107dc1bd 48 ('Football', 'Score a goal'),
dac39588 49 ('Grand', 'Big board'),
a97bdbda 50 ('Grasshopper', 'Long jumps over pieces'),
107dc1bd 51 ('Gridolina', 'Jump the borders'),
22053c2c 52 ('Hamilton', 'Walk on a graph'),
f9385686 53 ('Horde', 'A pawns cloud'),
0b1405c4 54 ('Interweave', 'Interweaved colorbound teams'),
57078452 55 ('Kinglet', 'Protect your pawns'),
a97bdbda 56 ('Knightmate', 'Mate the knight'),
68e19a44
BA
57 ('Knightrelay1', 'Move like a knight (v1)'),
58 ('Knightrelay2', 'Move like a knight (v2)'),
236485b5 59 ('Koth', 'King of the Hill'),
6b7b2cf7 60 ('Losers', 'Get strong at self-mate'),
107dc1bd 61 ('Madrasi', 'Paralyzed pieces'),
dac39588 62 ('Magnetic', 'Laws of attraction'),
cd49e617 63 ('Makruk', 'Thai Chess'),
e90bafa8 64 ('Maxima', 'Occupy the enemy palace'),
e2f204ed 65 ('Minishogi', 'Shogi 5 x 5'),
665eed90 66 ('Monochrome', 'All of the same color'),
5e1bc651 67 ('Monster', 'White move twice'),
472c0c4f 68 ('Omega', 'A wizard in the corner'),
c7550017 69 ('Orda', 'Mongolian Horde'),
4fcb0c04
BA
70 ('Pacifist1', 'Convert & support (v1)'),
71 ('Pacifist2', 'Convert & support (v2)'),
0d5335de 72 ('Parachute', 'Landing on the board'),
964eda04 73 ('Pawns', 'Reach the last rank'),
a6836242 74 ('Perfect', 'Powerful pieces'),
6b7b2cf7 75 ('Racingkings', 'Kings cross the 8x8 board'),
35ff9d1b 76 ('Rampage', 'Move under cover'),
c3a86f01 77 ('Rifle', 'Shoot pieces'),
78d64531 78 ('Recycle', 'Reuse pieces'),
e90bafa8 79 ('Rococo', 'Capture on the edge'),
77691911 80 ('Royalrace', 'Kings cross the 11x11 board'),
95f8376c 81 ('Rugby', 'Transform an essay'),
305ede7e 82 ('Schess', 'Seirawan-Harper Chess'),
cd49e617 83 ('Shako', 'Non-conformism and utopia'),
a4eca0dc 84 ('Shatranj', 'Ancient rules'),
cd49e617 85 ('Shogi', 'Japanese Chess'),
b406466b 86 ('Sittuyin', 'Burmese chess'),
6b7b2cf7 87 ('Suicide', 'Lose all pieces'),
31e9e40a 88 ('Suction', 'Attract opposite king'),
964eda04
BA
89 ('Swap', 'Dangerous captures'),
90 ('Switching', 'Exchange pieces'' positions'),
0b1405c4 91 ('Takenmake', 'Prolongated captures'),
107dc1bd 92 ('Teleport', 'Reposition pieces'),
472c0c4f 93 ('Tencubed', 'Four new pieces'),
92240cf0 94 ('Threechecks', 'Give three checks'),
14c35dc6 95 ('Twokings', 'Two kings'),
602d6bef 96 ('Upsidedown', 'Board upside down'),
dac39588 97 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 98 ('Wormhole', 'Squares disappear'),
dac39588 99 ('Zen', 'Reverse captures');