X-Git-Url: https://git.auder.net/parser.js?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=47a6f3cf388f334b9ed42bf8c727ef5538624202;hb=95bc4bf5248120712946500416543bbfc6b7ae85;hp=18d9269380f4d301307c58f584c6320cd8d4b504;hpb=2c947b3a9b435b87781d31b0ef6e7744dd81ee1b;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 18d92693..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'), @@ -110,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'),