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