X-Git-Url: https://git.auder.net/images/pieces/current/gitweb.js?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=3fea093a3ccfc5c98c82973f1d7f9681153c8738;hb=8b405c81769b822dd2d0db28c613da259f68c071;hp=33d5d2e03da1e1c4327488c9776a7eae39e3c068;hpb=602d6befd30793111d3fda6e733f73e08d8b7a30;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 33d5d2e0..3fea093a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -3,8 +3,10 @@ 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'), @@ -15,7 +17,6 @@ insert or ignore into Variants (name,description) values ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), - ('Switching', 'Exchange pieces positions'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');