Add Evolution + Titan variants
[vchess.git] / server / db / populate.sql
index 13d6594..47ed4a8 100644 (file)
@@ -49,6 +49,7 @@ insert or ignore into Variants (name, description) values
   ('Dynamo', 'Push and pull'),
   ('Eightpieces', 'Each piece is unique'),
   ('Enpassant', 'Capture en passant'),
   ('Dynamo', 'Push and pull'),
   ('Eightpieces', 'Each piece is unique'),
   ('Enpassant', 'Capture en passant'),
+  ('Evolution', 'Faster development'),
   ('Extinction', 'Capture all of a kind'),
   ('Football', 'Score a goal'),
   ('Forward', 'Moving forward'),
   ('Extinction', 'Capture all of a kind'),
   ('Football', 'Score a goal'),
   ('Forward', 'Moving forward'),
@@ -110,6 +111,7 @@ insert or ignore into Variants (name, description) values
   ('Teleport', 'Reposition pieces'),
   ('Tencubed', 'Four new pieces'),
   ('Threechecks', 'Give three checks'),
   ('Teleport', 'Reposition pieces'),
   ('Tencubed', 'Four new pieces'),
   ('Threechecks', 'Give three checks'),
+  ('Titan', 'Extra bishops and knights'),
   ('Twokings', 'Two kings'),
   ('Upsidedown', 'Board upside down'),
   ('Vchess', 'Pawns capture backward'),
   ('Twokings', 'Two kings'),
   ('Upsidedown', 'Board upside down'),
   ('Vchess', 'Pawns capture backward'),