X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=0989f716192d97000fbd37b355268bc77247e351;hb=92240cf0fbf76ddf8a030ba1f846d6c62b1e9979;hp=7043996f986e48f11d7c55766f169d7b25348d2e;hpb=c3a86f018aba40e3926e3672c7cea87acc6d1e25;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 7043996f..0989f716 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -10,9 +10,7 @@ insert or ignore into Variants (name,description) values ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), - ('Chaturanga', 'Ancient rules'), ('Checkered', 'Shared pieces'), - ('Check3', 'Give three checks'), ('Chess960', 'Standard rules'), ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), @@ -21,15 +19,20 @@ insert or ignore into Variants (name,description) values ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), + ('Grasshopper', 'Long jumps over pieces'), ('Hidden', 'Unidentified pieces'), - ('Knightrelay', 'Move like a knight'), + ('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', 'King crosses the board'), + ('Royalrace', 'Kings cross the board'), ('Recycle', 'Reuse pieces'), + ('Shatranj', 'Ancient rules'), ('Suction', 'Attract opposite king'), + ('Threechecks', 'Give three checks'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Wormhole', 'Squares disappear'),