X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=b05960583492eaebd0275c2fe67a0f3de449805e;hb=7e107b8f9dc9a4e7d9676fd2c48ba19f6cfc1661;hp=47ed4a868f7a904ae8d2844757b7f1b5433efcff;hpb=91565c633aa6f99e788f040babe1c260fa9936d4;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 47ed4a86..b0596058 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -19,7 +19,8 @@ insert or ignore into Variants (name, description) values ('Antiking2', 'Keep antiking in check (v2)'), ('Antimatter', 'Dangerous collisions'), ('Arena', 'Middle battle'), - ('Atomic', 'Explosive captures'), + ('Atomic1', 'Explosive captures (v1)'), + ('Atomic2', 'Explosive captures (v2)'), ('Ball', 'Score a goal'), ('Balaklava', 'Meet the Mammoth'), ('Baroque', 'Exotic captures'), @@ -54,6 +55,7 @@ insert or ignore into Variants (name, description) values ('Football', 'Score a goal'), ('Forward', 'Moving forward'), ('Freecapture', 'Capture both colors'), + ('Fullcavalry', 'Lancers everywhere'), ('Grand', 'Big board'), ('Grasshopper', 'Long jumps over pieces'), ('Gridolina', 'Jump the borders'), @@ -102,7 +104,7 @@ insert or ignore into Variants (name, description) values ('Shako', 'Non-conformism and utopia'), ('Shatranj', 'Ancient rules'), ('Shogi', 'Japanese Chess'), - ('Sittuyin', 'Burmese chess'), + ('Sittuyin', 'Burmese Chess'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), ('Swap', 'Dangerous captures'), @@ -117,4 +119,5 @@ insert or ignore into Variants (name, description) values ('Vchess', 'Pawns capture backward'), ('Wildebeest', 'Balanced sliders & leapers'), ('Wormhole', 'Squares disappear'), + ('Xiangqi', 'Chinese Chess'), ('Zen', 'Reverse captures');