X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=80f2e0b3247a3af260c010bed0091fc6aabcf665;hb=e9b736ee3e72e2ddb9bf4da0c0f1e22a70f7448f;hp=96f9e07efb3c452cb01d6e2ed875b668c4fea94b;hpb=168a5e4cb38413c58d6beae083014eb67dba6b97;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 96f9e07e..80f2e0b3 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,19 +2,24 @@ 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'), ('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'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Recycle', 'Reuse pieces'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');