X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=60cd18e9fdbee9e9d7aba869abafb25f8f4ba319;hb=b627d118ab41dccbda68f4523de8f063d0fa89df;hp=2accc888bb2951c3883b77eb74b1b803e067d21d;hpb=a4eca0dccda8c2cb8cc09bb0b3abdfff06214719;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 2accc888..60cd18e9 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -20,13 +20,16 @@ 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'),