X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=384b7356554608e537323e06cbddf9085df74f6a;hb=241bf8f2a9a2c48d793aeb0b1d20207f6371de70;hp=34d0f44e5485b2cc07551e04e23cbd9a9a720388;hpb=9bd6786b863c31c3ccd0057b87cf454c90886056;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 34d0f44e..384b7356 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,7 +2,9 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), + ('Antimatter', 'Dangerous collisions'), ('Atomic', 'Explosive captures'), ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), @@ -11,11 +13,15 @@ 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'), + ('Hidden', 'Unidentified pieces'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Recycle', 'Reuse pieces'), + ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');