X-Git-Url: https://git.auder.net/variants/Baroque/style.css?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=80f2e0b3247a3af260c010bed0091fc6aabcf665;hb=e9b736ee3e72e2ddb9bf4da0c0f1e22a70f7448f;hp=b770c57591582746c798f9d780f1dbc5ce5e990b;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index b770c575..80f2e0b3 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,20 +2,24 @@ 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'), ('Crazyhouse', 'Captures reborn'), ('Dark', 'In the shadow'), + ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), - ('Switching', 'Exchange pieces positions'), - ('Upsidedown', 'Head upside down'), + ('Recycle', 'Reuse pieces'), + ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');