X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=13a4fb8ad78aa755b7f876b75c0322638e55d390;hb=fbc3e6f984492143625e438436f9c0a94e42c713;hp=7872515f4ec126fea622b3883f6185e9b9f195f8;hpb=d5af4af2ac7d86bed9166916eb1610736647df0a;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 7872515f..13a4fb8a 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,9 +111,10 @@ 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'), + ('Newzealand', 'Kniros and Rosknis'), ('Omega', 'A wizard in the corner'), ('Orda', 'Mongolian Horde (v1)'), ('Ordamirror', 'Mongolian Horde (v2)'), @@ -153,13 +156,15 @@ insert or ignore into Variants (name, description) values ('Spartan', 'Spartan versus Persians'), ('Squatter1', 'Squat last rank (v1)'), ('Squatter2', 'Squat last rank (v2)'), + ('Stealthbomb', 'Beware the bomb'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), ('Swap', 'Dangerous captures'), ('Switching', 'Exchange pieces'' positions'), ('Synochess', 'Dynasty versus Kingdom'), ('Takenmake', 'Prolongated captures'), - ('Teleport', 'Reposition pieces'), + ('Teleport1', 'Reposition pieces (v1)'), + ('Teleport2', 'Reposition pieces (v2)'), ('Tencubed', 'Four new pieces'), ('Threechecks', 'Give three checks'), ('Titan', 'Extra bishops and knights'),