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