Draft 2 new variants. Still 4 to add in this series
[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 ('Chaturanga', 'Ancient rules'),
14 ('Checkered', 'Shared pieces'),
15 ('Check3', 'Give three checks'),
16 ('Chess960', 'Standard rules'),
17 ('Circular', 'Run forward'),
18 ('Crazyhouse', 'Captures reborn'),
19 ('Cylinder', 'Neverending rows'),
20 ('Dark', 'In the shadow'),
21 ('Enpassant', 'Capture en passant'),
22 ('Extinction', 'Capture all of a kind'),
23 ('Grand', 'Big board'),
24 ('Hidden', 'Unidentified pieces'),
25 ('Knightrelay', 'Move like a knight'),
26 ('Losers', 'Lose all pieces'),
27 ('Magnetic', 'Laws of attraction'),
28 ('Marseille', 'Move twice'),
29 ('Rifle', 'Shoot pieces'),
30 ('Royalrace', 'King crosses the board'),
31 ('Recycle', 'Reuse pieces'),
32 ('Suction', 'Attract opposite king'),
33 ('Upsidedown', 'Board upside down'),
34 ('Wildebeest', 'Balanced sliders & leapers'),
35 ('Wormhole', 'Squares disappear'),
36 ('Zen', 'Reverse captures');