Draft Royalrace 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) values
4 ('Alice', 'Both sides of the mirror'),
5 ('Allmate', 'Mate any piece'),
6 ('Antiking', 'Keep antiking in check'),
7 ('Antimatter', 'Dangerous collisions'),
8 ('Atomic', 'Explosive captures'),
9 ('Baroque', 'Exotic captures'),
10 ('Benedict', 'Change colors'),
11 ('Berolina', 'Pawns move diagonally'),
12 ('Checkered', 'Shared pieces'),
13 ('Chess960', 'Standard rules'),
14 ('Circular', 'Run forward'),
15 ('Crazyhouse', 'Captures reborn'),
16 ('Cylinder', 'Neverending rows'),
17 ('Dark', 'In the shadow'),
18 ('Enpassant', 'Capture en passant'),
19 ('Extinction', 'Capture all of a kind'),
20 ('Grand', 'Big board'),
21 ('Hidden', 'Unidentified pieces'),
22 ('Losers', 'Lose all pieces'),
23 ('Magnetic', 'Laws of attraction'),
24 ('Marseille', 'Move twice'),
25 ('Royalrace', 'King crosses the board'),
26 ('Recycle', 'Reuse pieces'),
27 ('Suction', 'Attract opposite king'),
28 ('Upsidedown', 'Board upside down'),
29 ('Wildebeest', 'Balanced sliders & leapers'),
30 ('Zen', 'Reverse captures');