X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=7043996f986e48f11d7c55766f169d7b25348d2e;hp=84a34d5d2f339fe0dccd1f12a7980e6981715359;hb=c3a86f018aba40e3926e3672c7cea87acc6d1e25;hpb=f446ee645526d617c8369add83de66888d2db6ce diff --git a/server/db/populate.sql b/server/db/populate.sql index 84a34d5d..7043996f 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -5,11 +5,14 @@ insert or ignore into Variants (name,description) values ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), + ('Arena', 'Middle battle'), ('Atomic', 'Explosive captures'), ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), + ('Chaturanga', 'Ancient rules'), ('Checkered', 'Shared pieces'), + ('Check3', 'Give three checks'), ('Chess960', 'Standard rules'), ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), @@ -19,12 +22,15 @@ insert or ignore into Variants (name,description) values ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), ('Hidden', 'Unidentified pieces'), + ('Knightrelay', 'Move like a knight'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), + ('Rifle', 'Shoot pieces'), ('Royalrace', 'King crosses the board'), ('Recycle', 'Reuse pieces'), ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), + ('Wormhole', 'Squares disappear'), ('Zen', 'Reverse captures');