X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=3fea093a3ccfc5c98c82973f1d7f9681153c8738;hb=8b405c81769b822dd2d0db28c613da259f68c071;hp=b770c57591582746c798f9d780f1dbc5ce5e990b;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index b770c575..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', 'Head upside down'), + ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');