Fix SuctionChess, draft HiddenRules (unfinished)
[vchess.git] / server / db / populate.sql
index 33d5d2e..384b735 100644 (file)
@@ -2,20 +2,26 @@
 
 insert or ignore into Variants (name,description) values
   ('Alice', 'Both sides of the mirror'),
 
 insert or ignore into Variants (name,description) values
   ('Alice', 'Both sides of the mirror'),
+  ('Allmate', 'Mate any piece'),
   ('Antiking', 'Keep antiking in check'),
   ('Antiking', 'Keep antiking in check'),
+  ('Antimatter', 'Dangerous collisions'),
   ('Atomic', 'Explosive captures'),
   ('Baroque', 'Exotic captures'),
   ('Atomic', 'Explosive captures'),
   ('Baroque', 'Exotic captures'),
+  ('Benedict', 'Change colors'),
   ('Berolina', 'Pawns move diagonally'),
   ('Checkered', 'Shared pieces'),
   ('Chess960', 'Standard rules'),
   ('Crazyhouse', 'Captures reborn'),
   ('Dark', 'In the shadow'),
   ('Berolina', 'Pawns move diagonally'),
   ('Checkered', 'Shared pieces'),
   ('Chess960', 'Standard rules'),
   ('Crazyhouse', 'Captures reborn'),
   ('Dark', 'In the shadow'),
+  ('Enpassant', 'Capture en passant'),
   ('Extinction', 'Capture all of a kind'),
   ('Grand', 'Big board'),
   ('Extinction', 'Capture all of a kind'),
   ('Grand', 'Big board'),
+  ('Hidden', 'Unidentified pieces'),
   ('Losers', 'Lose all pieces'),
   ('Magnetic', 'Laws of attraction'),
   ('Marseille', 'Move twice'),
   ('Losers', 'Lose all pieces'),
   ('Magnetic', 'Laws of attraction'),
   ('Marseille', 'Move twice'),
-  ('Switching', 'Exchange pieces positions'),
+  ('Recycle', 'Reuse pieces'),
+  ('Suction', 'Attract opposite king'),
   ('Upsidedown', 'Board upside down'),
   ('Wildebeest', 'Balanced sliders & leapers'),
   ('Zen', 'Reverse captures');
   ('Upsidedown', 'Board upside down'),
   ('Wildebeest', 'Balanced sliders & leapers'),
   ('Zen', 'Reverse captures');