X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=13a4fb8ad78aa755b7f876b75c0322638e55d390;hb=fbc3e6f984492143625e438436f9c0a94e42c713;hp=97ccdd6639cda2718b3ecc44e673f5b27b9b9191;hpb=2173c72f801167a5b42fd68a29971676a212c1b2;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 97ccdd66..13a4fb8a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -114,6 +114,7 @@ insert or ignore into Variants (name, description) values ('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)'), @@ -155,6 +156,7 @@ 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'),