X-Git-Url: https://git.auder.net/variants/Baroque/style.css?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=2876ba78bf50987eaef5a2c0003e90798042406d;hb=31e9e40ad45faba38612982cfb1d6bdfd98ae20f;hp=6a847d28d7afcb988020055e8a78ac559e396e6c;hpb=78d64531113d4b5045ff588dd43f301a332ebae8;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 6a847d28..2876ba78 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,6 +2,7 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), ('Atomic', 'Explosive captures'), @@ -19,6 +20,7 @@ insert or ignore into Variants (name,description) values ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), ('Recycle', 'Reuse pieces'), + ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');