X-Git-Url: https://git.auder.net/js/index.js?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=a9386d6a936d1d65d40125d743d8c660a161922e;hb=7d8bf63e973bbb9766ab3b4555d58e04f2641167;hp=96f9e07efb3c452cb01d6e2ed875b668c4fea94b;hpb=168a5e4cb38413c58d6beae083014eb67dba6b97;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 96f9e07e..a9386d6a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -3,13 +3,16 @@ 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'),