X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=6a847d28d7afcb988020055e8a78ac559e396e6c;hb=78d64531113d4b5045ff588dd43f301a332ebae8;hp=33d5d2e03da1e1c4327488c9776a7eae39e3c068;hpb=602d6befd30793111d3fda6e733f73e08d8b7a30;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 33d5d2e0..6a847d28 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -3,19 +3,22 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), ('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'), + ('Recycle', 'Reuse pieces'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');