X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=8ff3fde159754615e2003d96e4d23719dabc5280;hb=5b958911a93d212aa6ca300a948ac48510cbb227;hp=6a81e1ca1802a506415ba9a55111d40997bb9b74;hpb=e90bafa8fb5fb7641728231bf2398590d96c672a;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 6a81e1ca..8ff3fde1 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -11,6 +11,7 @@ insert or ignore into Variants (name, description) values ('Alice', 'Both sides of the mirror'), ('Allmate1', 'Mate any piece (v1)'), ('Allmate2', 'Mate any piece (v2)'), + ('Ambiguous', 'Play opponent''s pieces'), ('Antiking1', 'Keep antiking in check (v1)'), ('Antiking2', 'Keep antiking in check (v2)'), ('Antimatter', 'Dangerous collisions'), @@ -22,7 +23,8 @@ insert or ignore into Variants (name, description) values ('Berolina', 'Pawns move diagonally'), ('Cannibal', 'Capture powers'), ('Capture', 'Mandatory captures'), - ('Checkered', 'Shared pieces'), + ('Checkered1', 'Shared pieces (v1)'), + ('Checkered2', 'Shared pieces (v2)'), ('Checkless', 'No-check mode'), ('Chess960', 'Standard rules'), ('Circular', 'Run forward'), @@ -38,6 +40,7 @@ insert or ignore into Variants (name, description) values ('Grand', 'Big board'), ('Grasshopper', 'Long jumps over pieces'), ('Horde', 'A pawns cloud'), + ('Interweave', 'Interweaved colorbound teams'), ('Knightmate', 'Mate the knight'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), @@ -60,6 +63,7 @@ insert or ignore into Variants (name, description) values ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), + ('Takenmake', 'Prolongated captures'), ('Tencubed', 'Four new pieces'), ('Threechecks', 'Give three checks'), ('Twokings', 'Two kings'),