X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=6a233f4425f2ec7300ec3f4781b60d9792a347db;hp=4060a44267d057edb2329b926ec04d37073af930;hb=6b7b2cf720e6255e4da0dc34fee363c456346a58;hpb=f5a31ba0f98d215d432b7d3c86388af749df33a4 diff --git a/server/db/populate.sql b/server/db/populate.sql index 4060a442..6a233f44 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -11,6 +11,7 @@ insert or ignore into Variants (name,description) values ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), + ('Capture', 'Mandatory captures'), ('Checkered', 'Shared pieces'), ('Chess960', 'Standard rules'), ('Circular', 'Run forward'), @@ -26,13 +27,15 @@ insert or ignore into Variants (name,description) values ('Hiddenqueen', 'Queen disguised as a pawn'), ('Knightmate', 'Mate the knight'), ('Knightrelay', 'The knight transfers its powers'), - ('Losers', 'Lose all pieces'), + ('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 board'), + ('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'),