From 81a6b03154d9a5749ad410cf767f543403714e8b Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Tue, 12 Nov 2019 20:25:01 +0100 Subject: [PATCH] Update documentation in variants.ini Describe recently added configuration options. --- src/variants.ini | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index a483ef8..bb9ee39 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -65,11 +65,14 @@ # shogi_knight # euroshogi_knight # gold -# horse +# dragon_horse # clobber # breakthrough # immobile (piece without moves) # cannon +# soldier +# horse +# elephant # wazir # commoner (non-royal king) # king @@ -127,6 +130,9 @@ # gating: maintain squares on backrank with extra rights in castling field of FEN [bool] (default: false) # seirawanGating: allow gating of pieces in hand like in S-Chess, requires "gating = true" [bool] (default: false) # cambodianMoves: enable special moves of cambodian chess, requires "gating = true" [bool] (default: false) +# flyingGeneral: disallow general face-off like in xiangqi [bool] (default: false) +# xiangqiGeneral: restrict king to wazir-like movements [bool] (default: false) +# xiangqiSoldier: restrict soldier to shogi pawn movements on first five ranks [bool] (default: false) # nMoveRule: move count for 50/n-move rule [int] (default: 50) # nFoldRule: move count for 3/n-fold repetition rule [int] (default: 3) # nFoldValue: result in case of 3/n-fold repetition [Value] (default: draw) -- 1.7.0.4