Draft Allmate 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 ('Crazyhouse', 'Captures reborn'),
15 ('Dark', 'In the shadow'),
16 ('Enpassant', 'Capture en passant'),
17 ('Extinction', 'Capture all of a kind'),
18 ('Grand', 'Big board'),
19 ('Losers', 'Lose all pieces'),
20 ('Magnetic', 'Laws of attraction'),
21 ('Marseille', 'Move twice'),
22 ('Recycle', 'Reuse pieces'),
23 ('Upsidedown', 'Board upside down'),
24 ('Wildebeest', 'Balanced sliders & leapers'),
25 ('Zen', 'Reverse captures');