Fixed Pandemonium, added Parahouse (new variant)
authorSnowmoondaphne <77484755+Snowmoondaphne@users.noreply.github.com>
Sat, 21 May 2022 10:24:30 +0000 (19:24 +0900)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 21 May 2022 12:25:20 +0000 (14:25 +0200)
src/variants.ini

index 900643d..4e8cb7e 100644 (file)
@@ -720,6 +720,9 @@ perpetualCheckIllegal = true
 nMoveRule = 0
 nFoldValue = loss
 stalemateValue = loss
+flagPiece = k
+whiteFlag = *9
+blackFlag = *1
 
 # 5x5 breakthrough
 [breakthrough5:breakthrough]
@@ -743,4 +746,43 @@ maxFile = 7
 maxRank = 7
 startFen = ppppppp/ppppppp/7/7/7/PPPPPPP/PPPPPPP w 0 1
 whiteFlag = *7
-blackFlag = *1
\ No newline at end of file
+blackFlag = *1
+
+# Shogi + Strong pieces
+[parahouse]
+variantTemplate = shogi
+pieceToCharTable = PNBR.Q.HD..++++.+.++Kpnbr.q.hd..++++.+.++k
+maxFile = 9
+maxRank = 9
+pocketSize = 7
+startFen = rnbdkhbnr/4q4/ppppppppp/9/9/9/PPPPPPPPP/4Q4/RNBHKDBNR[] w - - 0 1
+customPiece1 = a:QN
+customPiece2 = t:BNW
+customPiece3 = s:RNF
+castling = false
+capturesToHand = true
+pieceDrops = true
+dropNoDoubled = p
+immobilityIllegal = true
+shogiPawn = p
+knight = n
+bishop = b
+rook = r
+queen = q
+dragonHorse = h
+bers = d
+king = k
+commoner = g
+centaur = j
+archbishop = c
+chancellor = m
+promotionRank = 7
+promotedPieceType = p:g n:j b:c r:m q:a h:t d:s
+doubleStep = false
+perpetualCheckIllegal = true
+nMoveRule = 0
+nFoldValue = loss
+stalemateValue = loss
+flagPiece = k
+whiteFlag = *9
+blackFlag = *1