48f97c03e7b1ec3d05d014423125d4bd919a87da
[vchess.git] / server / db / populate.sql
1 -- Re-run this script after variants are added
2
3 insert 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
10 insert or ignore into Variants (name, description) values
11 ('Alice', 'Both sides of the mirror'),
12 ('Allmate1', 'Mate any piece (v1)'),
13 ('Allmate2', 'Mate any piece (v2)'),
14 ('Ambiguous', 'Play opponent''s pieces'),
15 ('Antiking1', 'Keep antiking in check (v1)'),
16 ('Antiking2', 'Keep antiking in check (v2)'),
17 ('Antimatter', 'Dangerous collisions'),
18 ('Arena', 'Middle battle'),
19 ('Atomic', 'Explosive captures'),
20 ('Ball', 'Score a goal'),
21 ('Baroque', 'Exotic captures'),
22 ('Benedict', 'Change colors'),
23 ('Berolina', 'Pawns move diagonally'),
24 ('Cannibal', 'Capture powers'),
25 ('Capture', 'Mandatory captures'),
26 ('Checkered1', 'Shared pieces (v1)'),
27 ('Checkered2', 'Shared pieces (v2)'),
28 ('Checkless', 'No-check mode'),
29 ('Chess960', 'Standard rules'),
30 ('Circular', 'Run forward'),
31 ('Colorbound', 'The colorbound clobberers'),
32 ('Coregal', 'Two royal pieces'),
33 ('Crazyhouse', 'Captures reborn'),
34 ('Cylinder', 'Neverending rows'),
35 ('Doublearmy', '64 pieces on the board'),
36 ('Doublemove1', 'Double moves (v1)'),
37 ('Doublemove2', 'Double moves (v2)'),
38 ('Dynamo', 'Push and pull'),
39 ('Eightpieces', 'Each piece is unique'),
40 ('Enpassant', 'Capture en passant'),
41 ('Extinction', 'Capture all of a kind'),
42 ('Grand', 'Big board'),
43 ('Grasshopper', 'Long jumps over pieces'),
44 ('Hamilton', 'Walk on a graph'),
45 ('Horde', 'A pawns cloud'),
46 ('Interweave', 'Interweaved colorbound teams'),
47 ('Knightmate', 'Mate the knight'),
48 ('Knightrelay1', 'Move like a knight (v1)'),
49 ('Knightrelay2', 'Move like a knight (v2)'),
50 ('Losers', 'Get strong at self-mate'),
51 ('Magnetic', 'Laws of attraction'),
52 ('Makruk', 'Thai Chess'),
53 ('Maxima', 'Occupy the enemy palace'),
54 ('Minishogi', 'Shogi 5 x 5'),
55 ('Monochrome', 'All of the same color'),
56 ('Monster', 'White move twice'),
57 ('Omega', 'A wizard in the corner'),
58 ('Orda', 'Mongolian Horde'),
59 ('Parachute', 'Landing on the board'),
60 ('Perfect', 'Powerful pieces'),
61 ('Racingkings', 'Kings cross the 8x8 board'),
62 ('Rifle', 'Shoot pieces'),
63 ('Recycle', 'Reuse pieces'),
64 ('Rococo', 'Capture on the edge'),
65 ('Royalrace', 'Kings cross the 11x11 board'),
66 ('Rugby', 'Transform an essay'),
67 ('Schess', 'Seirawan-Harper Chess'),
68 ('Shako', 'Non-conformism and utopia'),
69 ('Shatranj', 'Ancient rules'),
70 ('Shogi', 'Japanese Chess'),
71 ('Sittuyin', 'Burmese chess'),
72 ('Suicide', 'Lose all pieces'),
73 ('Suction', 'Attract opposite king'),
74 ('Takenmake', 'Prolongated captures'),
75 ('Tencubed', 'Four new pieces'),
76 ('Threechecks', 'Give three checks'),
77 ('Twokings', 'Two kings'),
78 ('Upsidedown', 'Board upside down'),
79 ('Wildebeest', 'Balanced sliders & leapers'),
80 ('Wormhole', 'Squares disappear'),
81 ('Zen', 'Reverse captures');