Fix message when resigning
[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'),
c3a86f01 10 ('Arena', 'Middle battle'),
dac39588
BA
11 ('Atomic', 'Explosive captures'),
12 ('Baroque', 'Exotic captures'),
9bd6786b 13 ('Benedict', 'Change colors'),
dac39588 14 ('Berolina', 'Pawns move diagonally'),
6b7b2cf7 15 ('Capture', 'Mandatory captures'),
dac39588
BA
16 ('Checkered', 'Shared pieces'),
17 ('Chess960', 'Standard rules'),
e3e2cc44 18 ('Circular', 'Run forward'),
dac39588 19 ('Crazyhouse', 'Captures reborn'),
71ef1664 20 ('Cylinder', 'Neverending rows'),
dac39588 21 ('Dark', 'In the shadow'),
90e814b6 22 ('Eightpieces', 'Each piece is unique'),
7d8bf63e 23 ('Enpassant', 'Capture en passant'),
dac39588
BA
24 ('Extinction', 'Capture all of a kind'),
25 ('Grand', 'Big board'),
a97bdbda 26 ('Grasshopper', 'Long jumps over pieces'),
241bf8f2 27 ('Hidden', 'Unidentified pieces'),
a97bdbda
BA
28 ('Hiddenqueen', 'Queen disguised as a pawn'),
29 ('Knightmate', 'Mate the knight'),
68e19a44
BA
30 ('Knightrelay1', 'Move like a knight (v1)'),
31 ('Knightrelay2', 'Move like a knight (v2)'),
6b7b2cf7 32 ('Losers', 'Get strong at self-mate'),
dac39588
BA
33 ('Magnetic', 'Laws of attraction'),
34 ('Marseille', 'Move twice'),
6b7b2cf7 35 ('Racingkings', 'Kings cross the 8x8 board'),
c3a86f01 36 ('Rifle', 'Shoot pieces'),
6b7b2cf7 37 ('Royalrace', 'Kings cross the 11x11 board'),
78d64531 38 ('Recycle', 'Reuse pieces'),
a4eca0dc 39 ('Shatranj', 'Ancient rules'),
6b7b2cf7 40 ('Suicide', 'Lose all pieces'),
31e9e40a 41 ('Suction', 'Attract opposite king'),
92240cf0 42 ('Threechecks', 'Give three checks'),
602d6bef 43 ('Upsidedown', 'Board upside down'),
dac39588 44 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 45 ('Wormhole', 'Squares disappear'),
dac39588 46 ('Zen', 'Reverse captures');