From cfac8e8fe2d18525c6894eb6654e1053490ca085 Mon Sep 17 00:00:00 2001 From: Snowmoondaphne <77484755+Snowmoondaphne@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:56:28 +0900 Subject: [PATCH] Update variants.ini (Added 'Mandala') (#926) Added a variant named Mandala --- src/variants.ini | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index fa97158..66127dc 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -2046,3 +2046,39 @@ flagRegionBlack = *1 immobilityIllegal = true mandatoryPiecePromotion = true flyingGeneral = true + +# Twin Leaper Kings, Leapers that can move 16 squares, and Shogi Pawns whose Promotion is Campmate. +[mandala] +maxRank = 10 +maxFile = 10 +pocketSize = 6 +pieceDrops = true +capturesToHand = true +shogiPawn = r +customPiece1 = l:NAD +customPiece2 = f:ZAD +customPiece3 = g:NC +customPiece4 = b:ZC +customPiece5 = j:FWGH +customPiece6 = e:vW +immobile = c +startFen = flgbjjbglf/10/rrrrrrrrrr/10/10/10/10/RRRRRRRRRR/10/FLGBJJBGLF[EE] w - - 0 1 +doubleStep = false +castling = false +dropNoDoubled = r +immobilityIllegal = true +promotionRegionWhite = *10 +promotionRegionBlack = *1 +promotionPieceTypes = - +promotedPieceType = r:c +mandatoryPiecePromotion = true +extinctionValue = loss +extinctionPieceTypes = j +extinctionPseudoRoyal = true +extinctionPieceCount = 1 +flagPiece = c +flagRegionWhite = *10 +flagRegionBlack = *1 +nMoveRule = 0 +nFoldValue = loss +stalemateValue = loss -- 1.7.0.4