Slightly improve rules 'end of game' sections
[vchess.git] / server / db / populate.sql
CommitLineData
c326e657
BA
1-- Re-run this script after variants are added
2
8d7e2786 3insert or ignore into Variants (name,description) values
dac39588 4 ('Alice', 'Both sides of the mirror'),
e9b736ee 5 ('Allmate', 'Mate any piece'),
dac39588 6 ('Antiking', 'Keep antiking in check'),
8b405c81 7 ('Antimatter', 'Dangerous collisions'),
dac39588
BA
8 ('Atomic', 'Explosive captures'),
9 ('Baroque', 'Exotic captures'),
9bd6786b 10 ('Benedict', 'Change colors'),
dac39588
BA
11 ('Berolina', 'Pawns move diagonally'),
12 ('Checkered', 'Shared pieces'),
13 ('Chess960', 'Standard rules'),
14 ('Crazyhouse', 'Captures reborn'),
15 ('Dark', 'In the shadow'),
7d8bf63e 16 ('Enpassant', 'Capture en passant'),
dac39588
BA
17 ('Extinction', 'Capture all of a kind'),
18 ('Grand', 'Big board'),
241bf8f2 19 ('Hidden', 'Unidentified pieces'),
dac39588
BA
20 ('Losers', 'Lose all pieces'),
21 ('Magnetic', 'Laws of attraction'),
22 ('Marseille', 'Move twice'),
78d64531 23 ('Recycle', 'Reuse pieces'),
31e9e40a 24 ('Suction', 'Attract opposite king'),
602d6bef 25 ('Upsidedown', 'Board upside down'),
dac39588
BA
26 ('Wildebeest', 'Balanced sliders & leapers'),
27 ('Zen', 'Reverse captures');