X-Git-Url: https://git.auder.net/images/pieces/%22%20%20V.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=6a847d28d7afcb988020055e8a78ac559e396e6c;hb=78d64531113d4b5045ff588dd43f301a332ebae8;hp=34d0f44e5485b2cc07551e04e23cbd9a9a720388;hpb=9bd6786b863c31c3ccd0057b87cf454c90886056;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 34d0f44e..6a847d28 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -3,6 +3,7 @@ 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'), @@ -11,11 +12,13 @@ insert or ignore into Variants (name,description) values ('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'), + ('Recycle', 'Reuse pieces'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');