Fix and complete Apocalypse 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'),
9618937e
BA
5 ('Allmate1', 'Mate any piece (v1)'),
6 ('Allmate2', 'Mate any piece (v2)'),
c583ef1c
BA
7 ('Antiking1', 'Keep antiking in check (v1)'),
8 ('Antiking2', 'Keep antiking in check (v2)'),
8b405c81 9 ('Antimatter', 'Dangerous collisions'),
e45c98ec 10 ('Apocalypse', 'The end of the world'),
c3a86f01 11 ('Arena', 'Middle battle'),
dac39588 12 ('Atomic', 'Explosive captures'),
6f2f9437 13 ('Ball', 'Score a goal'),
dac39588 14 ('Baroque', 'Exotic captures'),
9bd6786b 15 ('Benedict', 'Change colors'),
dac39588 16 ('Berolina', 'Pawns move diagonally'),
dfc78263 17 ('Cannibal', 'Capture powers'),
6b7b2cf7 18 ('Capture', 'Mandatory captures'),
dac39588 19 ('Checkered', 'Shared pieces'),
0d5335de 20 ('Checkless', 'No-check mode'),
dac39588 21 ('Chess960', 'Standard rules'),
e3e2cc44 22 ('Circular', 'Run forward'),
3f22c2c3 23 ('Coregal', 'Two royal pieces'),
dac39588 24 ('Crazyhouse', 'Captures reborn'),
71ef1664 25 ('Cylinder', 'Neverending rows'),
dac39588 26 ('Dark', 'In the shadow'),
de3f5625 27 ('Doublearmy', '64 pieces on the board'),
c7550017 28 ('Dynamo', 'Push and pull'),
90e814b6 29 ('Eightpieces', 'Each piece is unique'),
7d8bf63e 30 ('Enpassant', 'Capture en passant'),
dac39588
BA
31 ('Extinction', 'Capture all of a kind'),
32 ('Grand', 'Big board'),
a97bdbda 33 ('Grasshopper', 'Long jumps over pieces'),
241bf8f2 34 ('Hidden', 'Unidentified pieces'),
a97bdbda
BA
35 ('Hiddenqueen', 'Queen disguised as a pawn'),
36 ('Knightmate', 'Mate the knight'),
68e19a44
BA
37 ('Knightrelay1', 'Move like a knight (v1)'),
38 ('Knightrelay2', 'Move like a knight (v2)'),
6b7b2cf7 39 ('Losers', 'Get strong at self-mate'),
dac39588
BA
40 ('Magnetic', 'Laws of attraction'),
41 ('Marseille', 'Move twice'),
c7550017 42 ('Orda', 'Mongolian Horde'),
0d5335de 43 ('Parachute', 'Landing on the board'),
a6836242 44 ('Perfect', 'Powerful pieces'),
6b7b2cf7 45 ('Racingkings', 'Kings cross the 8x8 board'),
c3a86f01 46 ('Rifle', 'Shoot pieces'),
78d64531 47 ('Recycle', 'Reuse pieces'),
77691911 48 ('Royalrace', 'Kings cross the 11x11 board'),
95f8376c 49 ('Rugby', 'Transform an essay'),
305ede7e 50 ('Schess', 'Seirawan-Harper Chess'),
a4eca0dc 51 ('Shatranj', 'Ancient rules'),
6b7b2cf7 52 ('Suicide', 'Lose all pieces'),
31e9e40a 53 ('Suction', 'Attract opposite king'),
23dbe4b8 54 ('Synchrone', 'Play at the same time'),
92240cf0 55 ('Threechecks', 'Give three checks'),
14c35dc6 56 ('Twokings', 'Two kings'),
602d6bef 57 ('Upsidedown', 'Board upside down'),
dac39588 58 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 59 ('Wormhole', 'Squares disappear'),
dac39588 60 ('Zen', 'Reverse captures');