Add more moderate variants to variants.ini
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 26 Sep 2020 10:43:42 +0000 (12:43 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 26 Sep 2020 10:43:42 +0000 (12:43 +0200)
src/variants.ini

index 7ad48f3..ecaf9cd 100644 (file)
@@ -282,6 +282,30 @@ castling = false
 [peasant:chess]
 startFen = 1nn1k1n1/4p3/8/8/8/8/PPPPPPPP/4K3 w - - 0 1
 
+# https://www.chessvariants.com/unequal.dir/weak.html
+[weak:chess]
+startFen = nnnnknnn/pppppppp/2p2p2/1pppppp1/8/8/PPPPPPPP/RNBQKBNR w KQ - 0 1
+
+# This variant is similar to Capablanca Chess, but with two archbishops and no chancellor piece.
+[gemini:janus]
+startFen = rnbaqkabnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBAQKABNR w KQkq - 0 1
+archbishop = a
+pieceToCharTable = PNBRQ............A...Kpnbrq............a...k
+castlingKingsideFile = i
+castlingQueensideFile = c
+
+# https://www.chessvariants.com/diffsetup.dir/pawnsonly.html
+[pawnsonly]
+pawn = p
+queen = q
+startFen = 8/pppppppp/8/8/8/8/PPPPPPPP/8 w - - 0 1
+promotionPieceTypes = q
+castling = false
+stalemateValue = loss
+flagPiece = q
+whiteFlag = *8
+blackFlag = *1
+
 [tictactoe]
 maxRank = 3
 maxFile = 3