Teleport2 (no king repositioning) + do not relay some challenges
[vchess.git] / server / db / populate.sql
index 58af05d..f0c87ed 100644 (file)
@@ -92,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)'),
@@ -160,7 +161,8 @@ insert or ignore into Variants (name, description) values
   ('Switching', 'Exchange pieces'' positions'),
   ('Synochess', 'Dynasty versus Kingdom'),
   ('Takenmake', 'Prolongated captures'),
-  ('Teleport', 'Reposition pieces'),
+  ('Teleport (v1)', 'Reposition pieces (v1)'),
+  ('Teleport (v2)', 'Reposition pieces (v2)'),
   ('Tencubed', 'Four new pieces'),
   ('Threechecks', 'Give three checks'),
   ('Titan', 'Extra bishops and knights'),