Merge branch 'master' of auder.net:vchess
[vchess.git] / server / db / populate.sql
1 -- Re-run this script after variants are added
2
3 insert or ignore into Variants (name,description) values
4 ('Alice', 'Both sides of the mirror'),
5 ('Allmate', 'Mate any piece'),
6 ('Antiking', 'Keep antiking in check'),
7 ('Antimatter', 'Dangerous collisions'),
8 ('Arena', 'Middle battle'),
9 ('Atomic', 'Explosive captures'),
10 ('Baroque', 'Exotic captures'),
11 ('Benedict', 'Change colors'),
12 ('Berolina', 'Pawns move diagonally'),
13 ('Checkered', 'Shared pieces'),
14 ('Chess960', 'Standard rules'),
15 ('Circular', 'Run forward'),
16 ('Crazyhouse', 'Captures reborn'),
17 ('Cylinder', 'Neverending rows'),
18 ('Dark', 'In the shadow'),
19 ('Enpassant', 'Capture en passant'),
20 ('Extinction', 'Capture all of a kind'),
21 ('Grand', 'Big board'),
22 ('Grasshopper', 'Long jumps over pieces'),
23 ('Hidden', 'Unidentified pieces'),
24 ('Hiddenqueen', 'Queen disguised as a pawn'),
25 ('Knightmate', 'Mate the knight'),
26 ('Knightrelay', 'The knight transfers its powers'),
27 ('Losers', 'Lose all pieces'),
28 ('Magnetic', 'Laws of attraction'),
29 ('Marseille', 'Move twice'),
30 ('Rifle', 'Shoot pieces'),
31 ('Royalrace', 'Kings cross the board'),
32 ('Recycle', 'Reuse pieces'),
33 ('Shatranj', 'Ancient rules'),
34 ('Suction', 'Attract opposite king'),
35 ('Threechecks', 'Give three checks'),
36 ('Upsidedown', 'Board upside down'),
37 ('Wildebeest', 'Balanced sliders & leapers'),
38 ('Wormhole', 'Squares disappear'),
39 ('Zen', 'Reverse captures');