X-Git-Url: https://git.auder.net/parser.js?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=8ff3fde159754615e2003d96e4d23719dabc5280;hb=5b958911a93d212aa6ca300a948ac48510cbb227;hp=45afa3867611594a4080b6542b4dce8e2a7aa1db;hpb=0b1405c43bfab8f86ae5740058d86eacf360f4cd;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 45afa386..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'),