X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=60cd18e9fdbee9e9d7aba869abafb25f8f4ba319;hb=b627d118ab41dccbda68f4523de8f063d0fa89df;hp=4659704f6fd23e29939b16292f0fae00bc384b6f;hpb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 4659704f..60cd18e9 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -1,21 +1,39 @@ -- Re-run this script after variants are added insert or ignore into Variants (name,description) values - ('Alice', 'Both sides of the mirror'), - ('Antiking', 'Keep antiking in check'), - ('Atomic', 'Explosive captures'), - ('Baroque', 'Exotic captures'), - ('Berolina', 'Pawns move diagonally'), - ('Checkered', 'Shared pieces'), - ('Chess960', 'Standard rules'), - ('Crazyhouse', 'Captures reborn'), - ('Dark', 'In the shadow'), - ('Extinction', 'Capture all of a kind'), - ('Grand', 'Big board'), - ('Losers', 'Lose all pieces'), - ('Magnetic', 'Laws of attraction'), - ('Marseille', 'Move twice'), - ('Switching', 'Exchange pieces positions'), - ('Upsidedown', 'Head upside down'), - ('Wildebeest', 'Balanced sliders & leapers'), - ('Zen', 'Reverse captures'); + ('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'), + ('Grasshopper', 'Long jumps over pieces'), + ('Hidden', 'Unidentified pieces'), + ('Hiddenqueen', 'Queen disguised as a pawn'), + ('Knightmate', 'Mate the knight'), + ('Knightrelay', 'The knight transfers its powers'), + ('Losers', 'Lose all pieces'), + ('Magnetic', 'Laws of attraction'), + ('Marseille', 'Move twice'), + ('Rifle', 'Shoot pieces'), + ('Royalrace', 'Kings cross 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');