X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=aa0dace2e4090730d476970411e728b7998e1a1a;hb=39867b70918e8199bdc830f4e99be954d653a1f0;hp=c08dc9e3465ef494ed54e0ff547e0b9688a77599;hpb=723262f9b77ed0f916e5b9fcbfbae5ddfe94925c;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index c08dc9e3..aa0dace2 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -14,6 +14,7 @@ insert or ignore into Variants (name, description) values ('Absorption', 'Absorb powers'), ('Alapo', 'Geometric Chess'), ('Alice', 'Both sides of the mirror'), + ('Align4', 'Align four pawns'), ('Allmate1', 'Mate any piece (v1)'), ('Allmate2', 'Mate any piece (v2)'), ('Ambiguous', 'Play opponent''s pieces'), @@ -86,6 +87,7 @@ insert or ignore into Variants (name, description) values ('Isardam', 'No paralyzed pieces'), ('Janggi', 'Korean Chess'), ('Joker', 'Replace pieces'), + ('Karouk', 'Thai Chess (v3)'), ('Kinglet', 'Protect your pawns'), ('Kingsmaker', 'Promote into kings'), ('Knightmate', 'Mate the knight'), @@ -131,7 +133,8 @@ insert or ignore into Variants (name, description) values ('Relayup', 'Upgrade pieces'), ('Rifle', 'Shoot pieces'), ('Recycle', 'Reuse pieces'), - ('Refusal', 'Do not play that!'), + ('Refusal1', 'Do not play that! (v1)'), + ('Refusal2', 'Do not play that! (v2)'), ('Rollerball', 'As in the movie'), ('Rococo', 'Capture on the edge'), ('Rookpawns', 'Rook versus pawns'),