X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=84a34d5d2f339fe0dccd1f12a7980e6981715359;hb=0ba6420d3515e278b34c29e5afa1e58f6e08e9eb;hp=34d0f44e5485b2cc07551e04e23cbd9a9a720388;hpb=9bd6786b863c31c3ccd0057b87cf454c90886056;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 34d0f44e..84a34d5d 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,20 +2,29 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), + ('Antimatter', 'Dangerous collisions'), ('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'), + ('Hidden', 'Unidentified pieces'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Royalrace', 'King crosses the board'), + ('Recycle', 'Reuse pieces'), + ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');