X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=47a6f3cf388f334b9ed42bf8c727ef5538624202;hb=1e8a838649e16509c80c9933d99d78856e11b5c2;hp=b05960583492eaebd0275c2fe67a0f3de449805e;hpb=7e107b8f9dc9a4e7d9676fd2c48ba19f6cfc1661;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index b0596058..47a6f3cf 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -49,6 +49,7 @@ insert or ignore into Variants (name, description) values ('Doublemove2', 'Double moves (v2)'), ('Dynamo', 'Push and pull'), ('Eightpieces', 'Each piece is unique'), + ('Empire', 'Empire versus Kingdom'), ('Enpassant', 'Capture en passant'), ('Evolution', 'Faster development'), ('Extinction', 'Capture all of a kind'), @@ -76,6 +77,7 @@ insert or ignore into Variants (name, description) values ('Makruk', 'Thai Chess'), ('Maxima', 'Occupy the enemy palace'), ('Minishogi', 'Shogi 5 x 5'), + ('Minixiangqi', 'Xiangqi 7 x 7'), ('Monochrome', 'All of the same color'), ('Monster', 'White move twice'), ('Omega', 'A wizard in the corner'), @@ -109,6 +111,7 @@ insert or ignore into Variants (name, description) values ('Suction', 'Attract opposite king'), ('Swap', 'Dangerous captures'), ('Switching', 'Exchange pieces'' positions'), + ('Synochess', 'Dynasty versus Kingdom'), ('Takenmake', 'Prolongated captures'), ('Teleport', 'Reposition pieces'), ('Tencubed', 'Four new pieces'),