f9722f678245a944c097ef732e8c7baa0a744efb
[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 ('Chakart', 'Capture the princess', true),
6 ('Dark', 'In the shadow', true),
7 ('Dice', 'Roll the dice', true),
8 ('Hidden', 'Unidentified pieces', true),
9 ('Hiddenqueen', 'Queen disguised as a pawn', true),
10 ('Synchrone1', 'Play at the same time (v1)', true),
11 ('Synchrone2', 'Play at the same time (v2)', true);
12
13 insert or ignore into Variants (name, description) values
14 ('Absorption', 'Absorb powers'),
15 ('Alapo', 'Geometric Chess'),
16 ('Alice', 'Both sides of the mirror'),
17 ('Align4', 'Align four pawns'),
18 ('Allmate1', 'Mate any piece (v1)'),
19 ('Allmate2', 'Mate any piece (v2)'),
20 ('Ambiguous', 'Play opponent''s pieces'),
21 ('Antiking1', 'Keep antiking in check (v1)'),
22 ('Antiking2', 'Keep antiking in check (v2)'),
23 ('Antimatter', 'Dangerous collisions'),
24 ('Arena', 'Middle battle'),
25 ('Atarigo', 'First capture wins'),
26 ('Atomic1', 'Explosive captures (v1)'),
27 ('Atomic2', 'Explosive captures (v2)'),
28 ('Avalam1', 'Build towers (v1)'),
29 ('Avalam2', 'Build towers (v2)'),
30 ('Avalanche', 'Pawnfalls'),
31 ('Ball', 'Score a goal'),
32 ('Balaklava', 'Meet the Mammoth'),
33 ('Bario', 'A quantum story'),
34 ('Baroque', 'Exotic captures'),
35 ('Benedict', 'Change colors'),
36 ('Berolina', 'Pawns move diagonally'),
37 ('Bicolour', 'Harassed kings'),
38 ('Bishopawns', 'Bishop versus pawns'),
39 ('Brotherhood', 'Friendly pieces'),
40 ('Cannibal1', 'Capture powers (v1)'),
41 ('Cannibal2', 'Capture powers (v2)'),
42 ('Capablanca', 'Capablanca Chess'),
43 ('Capture', 'Mandatory captures'),
44 ('Castle', 'Win by castling long'),
45 ('Checkered1', 'Shared pieces (v1)'),
46 ('Checkered2', 'Shared pieces (v2)'),
47 ('Checkless', 'No-check mode'),
48 ('Chess960', 'Standard rules'),
49 ('Circular', 'Run forward'),
50 ('Clorange', 'A Clockwork Orange'),
51 ('Colorbound', 'The colorbound clobberers'),
52 ('Convert', 'Convert enemy pieces'),
53 ('Copycat', 'Borrow powers'),
54 ('Coregal', 'Two royal pieces'),
55 ('Coronation', 'Long live the Queen'),
56 ('Crazyhouse', 'Captures reborn'),
57 ('Crossing', 'Cross the river'),
58 ('Cylinder', 'Neverending rows'),
59 ('Diamond', 'Rotating board'),
60 ('Discoduel', 'Enter the disco'),
61 ('Dobutsu', 'Let''s catch the Lion!'),
62 ('Doublearmy', '64 pieces on the board'),
63 ('Doublemove1', 'Double moves (v1)'),
64 ('Doublemove2', 'Double moves (v2)'),
65 ('Dynamo', 'Push and pull'),
66 ('Eightpieces', 'Each piece is unique'),
67 ('Emergo', 'Stacking Checkers variant'),
68 ('Empire', 'Empire versus Kingdom'),
69 ('Enpassant', 'Capture en passant'),
70 ('Evolution', 'Faster development'),
71 ('Extinction', 'Capture all of a kind'),
72 ('Fanorona', 'Malagasy Draughts'),
73 ('Football', 'Score a goal'),
74 ('Forward', 'Moving forward'),
75 ('Freecapture', 'Capture both colors'),
76 ('Fugue', 'Baroque Music'),
77 ('Fullcavalry', 'Lancers everywhere'),
78 ('Fusion', 'Fusion pieces (v1)'),
79 ('Gomoku', 'Align five stones'),
80 ('Grand', 'Big board'),
81 ('Grasshopper', 'Long jumps over pieces'),
82 ('Gridolina', 'Jump the borders'),
83 ('Hamilton', 'Walk on a graph'),
84 ('Hoppelpoppel', 'Knibis and Bisknis'),
85 ('Horde', 'A pawns cloud'),
86 ('Hypnotic', 'Mind control (v1)'),
87 ('Iceage', 'Ice Age is coming!'),
88 ('Interweave', 'Interweaved colorbound teams'),
89 ('Isardam', 'No paralyzed pieces'),
90 ('Janggi', 'Korean Chess'),
91 ('Joker', 'Replace pieces'),
92 ('Karouk', 'Thai Chess (v3)'),
93 ('Kinglet', 'Protect your pawns'),
94 ('Kingsmaker', 'Promote into kings'),
95 ('Knightmate1', 'Mate the knight (v1)'),
96 ('Knightmate2', 'Mate the knight (v2)'),
97 ('Knightpawns', 'Knight versus pawns'),
98 ('Knightrelay1', 'Move like a knight (v1)'),
99 ('Knightrelay2', 'Move like a knight (v2)'),
100 ('Konane', 'Hawaiian Checkers'),
101 ('Koopa', 'Stun & kick pieces'),
102 ('Koth', 'King of the Hill'),
103 ('Losers', 'Get strong at self-mate'),
104 ('Madhouse', 'Rearrange enemy pieces'),
105 ('Madrasi', 'Paralyzed pieces'),
106 ('Magnetic', 'Laws of attraction'),
107 ('Maharajah', 'Augmented Queens'),
108 ('Makpong', 'Thai Chess (v2)'),
109 ('Makruk', 'Thai Chess (v1)'),
110 ('Maxima', 'Occupy the enemy palace'),
111 ('Mesmer', 'Mind control (v2)'),
112 ('Minishogi', 'Shogi 5 x 5'),
113 ('Minixiangqi', 'Xiangqi 7 x 7'),
114 ('Monocolor', 'All of the same color'),
115 ('Monster', 'White move twice'),
116 ('Musketeer', 'New fairy pieces'),
117 ('Omega', 'A wizard in the corner'),
118 ('Orda', 'Mongolian Horde (v1)'),
119 ('Ordamirror', 'Mongolian Horde (v2)'),
120 ('Otage', 'Capture and release hostages'),
121 ('Pacifist1', 'Convert & support (v1)'),
122 ('Pacifist2', 'Convert & support (v2)'),
123 ('Pacosako', 'Dance with the King'),
124 ('Pandemonium', 'Noise and confusion'),
125 ('Parachute', 'Landing on the board'),
126 ('Pawnmassacre', 'Pieces upside down'),
127 ('Pawns', 'Reach the last rank (v1)'),
128 ('Pawnsking', 'Reach the last rank (v2)'),
129 ('Perfect', 'Powerful pieces'),
130 ('Pocketknight', 'Knight in pocket'),
131 ('Progressive1', 'Play more and more moves (v1)'),
132 ('Progressive2', 'Play more and more moves (v2)'),
133 ('Queenpawns', 'Queen versus pawns'),
134 ('Racingkings', 'Kings cross the 8x8 board'),
135 ('Rampage', 'Move under cover'),
136 ('Relayup', 'Upgrade pieces'),
137 ('Rifle', 'Shoot pieces'),
138 ('Recycle', 'Reuse pieces'),
139 ('Refusal1', 'Do not play that! (v1)'),
140 ('Refusal2', 'Do not play that! (v2)'),
141 ('Rollerball', 'As in the movie'),
142 ('Rococo', 'Capture on the edge'),
143 ('Rookpawns', 'Rook versus pawns'),
144 ('Royalrace', 'Kings cross the 11x11 board'),
145 ('Rugby', 'Transform an essay'),
146 ('Schess', 'Seirawan-Harper Chess'),
147 ('Screen', 'Free initial setup'),
148 ('Selfabsorb', 'Fusion pieces (v2)'),
149 ('Shako', 'Non-conformism and utopia'),
150 ('Shatranj', 'Ancient rules'),
151 ('Shinobi', 'A story of invasion'),
152 ('Shogi', 'Japanese Chess'),
153 ('Shogun', 'General''s Chess'),
154 ('Sittuyin', 'Burmese Chess'),
155 ('Spartan', 'Spartan versus Persians'),
156 ('Squatter1', 'Squat last rank (v1)'),
157 ('Squatter2', 'Squat last rank (v2)'),
158 ('Suicide', 'Lose all pieces'),
159 ('Suction', 'Attract opposite king'),
160 ('Swap', 'Dangerous captures'),
161 ('Switching', 'Exchange pieces'' positions'),
162 ('Synochess', 'Dynasty versus Kingdom'),
163 ('Takenmake', 'Prolongated captures'),
164 ('Teleport', 'Reposition pieces'),
165 ('Tencubed', 'Four new pieces'),
166 ('Threechecks', 'Give three checks'),
167 ('Titan', 'Extra bishops and knights'),
168 ('Twokings', 'Two kings'),
169 ('Upsidedown', 'Board upside down'),
170 ('Vchess', 'Pawns capture backward'),
171 ('Wildebeest', 'Balanced sliders & leapers'),
172 ('Wormhole1', 'Squares disappear (v1)'),
173 ('Wormhole2', 'Squares disappear (v2)'),
174 ('Xiangqi', 'Chinese Chess'),
175 ('Yote', 'African Draughts'),
176 ('Zen', 'Reverse captures');