X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=2accc888bb2951c3883b77eb74b1b803e067d21d;hb=a4eca0dccda8c2cb8cc09bb0b3abdfff06214719;hp=3fea093a3ccfc5c98c82973f1d7f9681153c8738;hpb=8b405c81769b822dd2d0db28c613da259f68c071;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 3fea093a..2accc888 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,21 +2,35 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), + ('Arena', 'Middle battle'), ('Atomic', 'Explosive captures'), ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), ('Checkered', 'Shared pieces'), + ('Check3', 'Give three checks'), ('Chess960', 'Standard rules'), + ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), + ('Cylinder', 'Neverending rows'), ('Dark', 'In the shadow'), + ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), + ('Hidden', 'Unidentified pieces'), + ('Knightrelay', 'Move like a knight'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Rifle', 'Shoot pieces'), + ('Royalrace', 'King crosses the board'), + ('Recycle', 'Reuse pieces'), + ('Shatranj', 'Ancient rules'), + ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), + ('Wormhole', 'Squares disappear'), ('Zen', 'Reverse captures');