X-Git-Url: https://git.auder.net/doc/current/git-logo.png?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=b151b596c47518f9566e19e063a6b691aa490ef6;hb=7ba4a5bc5b64e19a1e7f26aa232d5c50770d07ad;hp=33d5d2e03da1e1c4327488c9776a7eae39e3c068;hpb=602d6befd30793111d3fda6e733f73e08d8b7a30;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 33d5d2e0..b151b596 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,20 +2,39 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('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'), ('Checkered', 'Shared pieces'), ('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'), - ('Switching', 'Exchange pieces positions'), + ('Rifle', 'Shoot pieces'), + ('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'), ('Zen', 'Reverse captures');