X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=f9722f678245a944c097ef732e8c7baa0a744efb;hb=3de62e0a608bd2be22c875930bb538b674968a6b;hp=563477200101308cad28c57e5b6a47ccc9cb13da;hpb=b21e0e3a8f4af5c04b39c034d13bbb4e1e2abf18;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 56347720..f9722f67 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -37,7 +37,8 @@ insert or ignore into Variants (name, description) values ('Bicolour', 'Harassed kings'), ('Bishopawns', 'Bishop versus pawns'), ('Brotherhood', 'Friendly pieces'), - ('Cannibal', 'Capture powers'), + ('Cannibal1', 'Capture powers (v1)'), + ('Cannibal2', 'Capture powers (v2)'), ('Capablanca', 'Capablanca Chess'), ('Capture', 'Mandatory captures'), ('Castle', 'Win by castling long'), @@ -91,7 +92,8 @@ insert or ignore into Variants (name, description) values ('Karouk', 'Thai Chess (v3)'), ('Kinglet', 'Protect your pawns'), ('Kingsmaker', 'Promote into kings'), - ('Knightmate', 'Mate the knight'), + ('Knightmate1', 'Mate the knight (v1)'), + ('Knightmate2', 'Mate the knight (v2)'), ('Knightpawns', 'Knight versus pawns'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), @@ -109,7 +111,7 @@ insert or ignore into Variants (name, description) values ('Mesmer', 'Mind control (v2)'), ('Minishogi', 'Shogi 5 x 5'), ('Minixiangqi', 'Xiangqi 7 x 7'), - ('Monochrome', 'All of the same color'), + ('Monocolor', 'All of the same color'), ('Monster', 'White move twice'), ('Musketeer', 'New fairy pieces'), ('Omega', 'A wizard in the corner'), @@ -146,6 +148,7 @@ insert or ignore into Variants (name, description) values ('Selfabsorb', 'Fusion pieces (v2)'), ('Shako', 'Non-conformism and utopia'), ('Shatranj', 'Ancient rules'), + ('Shinobi', 'A story of invasion'), ('Shogi', 'Japanese Chess'), ('Shogun', 'General''s Chess'), ('Sittuyin', 'Burmese Chess'),