Fix Wildebeest variant
[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'),
c3a86f01 8 ('Arena', 'Middle battle'),
dac39588
BA
9 ('Atomic', 'Explosive captures'),
10 ('Baroque', 'Exotic captures'),
9bd6786b 11 ('Benedict', 'Change colors'),
dac39588 12 ('Berolina', 'Pawns move diagonally'),
c3a86f01 13 ('Chaturanga', 'Ancient rules'),
dac39588 14 ('Checkered', 'Shared pieces'),
c3a86f01 15 ('Check3', 'Give three checks'),
dac39588 16 ('Chess960', 'Standard rules'),
e3e2cc44 17 ('Circular', 'Run forward'),
dac39588 18 ('Crazyhouse', 'Captures reborn'),
71ef1664 19 ('Cylinder', 'Neverending rows'),
dac39588 20 ('Dark', 'In the shadow'),
7d8bf63e 21 ('Enpassant', 'Capture en passant'),
dac39588
BA
22 ('Extinction', 'Capture all of a kind'),
23 ('Grand', 'Big board'),
241bf8f2 24 ('Hidden', 'Unidentified pieces'),
c3a86f01 25 ('Knightrelay', 'Move like a knight'),
dac39588
BA
26 ('Losers', 'Lose all pieces'),
27 ('Magnetic', 'Laws of attraction'),
28 ('Marseille', 'Move twice'),
c3a86f01 29 ('Rifle', 'Shoot pieces'),
0ba6420d 30 ('Royalrace', 'King crosses the board'),
78d64531 31 ('Recycle', 'Reuse pieces'),
31e9e40a 32 ('Suction', 'Attract opposite king'),
602d6bef 33 ('Upsidedown', 'Board upside down'),
dac39588 34 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 35 ('Wormhole', 'Squares disappear'),
dac39588 36 ('Zen', 'Reverse captures');