X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=6a233f4425f2ec7300ec3f4781b60d9792a347db;hb=6b7b2cf720e6255e4da0dc34fee363c456346a58;hp=384b7356554608e537323e06cbddf9085df74f6a;hpb=241bf8f2a9a2c48d793aeb0b1d20207f6371de70;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 384b7356..6a233f44 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,26 +2,43 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), - ('Allmate', 'Mate any piece'), + ('Allmate1', 'Mate any piece (v1)'), + ('Allmate2', 'Mate any piece (v2)'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), + ('Arena', 'Middle battle'), ('Atomic', 'Explosive captures'), ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), + ('Capture', 'Mandatory captures'), ('Checkered', 'Shared pieces'), ('Chess960', 'Standard rules'), + ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), + ('Cylinder', 'Neverending rows'), ('Dark', 'In the shadow'), + ('Eightpieces', 'Each piece is unique'), ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), + ('Grasshopper', 'Long jumps over pieces'), ('Hidden', 'Unidentified pieces'), - ('Losers', 'Lose all pieces'), + ('Hiddenqueen', 'Queen disguised as a pawn'), + ('Knightmate', 'Mate the knight'), + ('Knightrelay', 'The knight transfers its powers'), + ('Losers', 'Get strong at self-mate'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Racingkings', 'Kings cross the 8x8 board'), + ('Rifle', 'Shoot pieces'), + ('Royalrace', 'Kings cross the 11x11 board'), ('Recycle', 'Reuse pieces'), + ('Shatranj', 'Ancient rules'), + ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), + ('Threechecks', 'Give three checks'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), + ('Wormhole', 'Squares disappear'), ('Zen', 'Reverse captures');