Skip to content

Commit f801cec

Browse files
authored
Updated initial position. (#2011)
* Updated initial position - Removed one Chief. - Slingers now start on different square colours.
1 parent ef7ac70 commit f801cec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/variants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ interface VariantConfig {
320320
export const VARIANTS: Record<string, Variant> = {
321321
borderlands: variant({
322322
name: "borderlands", displayName: "borderlands", tooltip: "borderlands",
323-
startFen: "a2s1s2a/1checehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHECEHC1/A2S1S2A[MMmm] w - - 0 1",
323+
startFen: "a3s3a/1chesehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHESEHC1/A3S3A[MMmm] w - - 0 1",
324324
icon: " 🌄",
325325
boardFamily: "borderlands9x10", pieceFamily: "borderlands",
326326
pieceRow: ["a", "h", "s", "c", "e", "f", "w", "g", "m"],

client/variantsIni.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ customPiece14 = j:ADK
368368
customPiece15 = k:KNAD
369369
promotedPieceType = a:b s:d h:i e:j m:g f:g w:g l:k
370370
mandatoryPiecePromotion = true
371-
startFen = a2s1s2a/1checehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHECEHC1/A2S1S2A[MMmm] w - - 0 1
371+
startFen = a3s3a/1chesehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHESEHC1/A3S3A[MMmm] w - - 0 1
372372
mobilityRegionWhiteCustomPiece10 = *1 *2 *3 *4 *5 d7 f7 e9
373373
mobilityRegionBlackCustomPiece10 = *6 *7 *8 *9 *10 d4 f4 e2
374374
pieceDrops = true

variants.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ customPiece14 = j:ADK
366366
customPiece15 = k:KNAD
367367
promotedPieceType = a:b s:d h:i e:j m:g f:g w:g l:k
368368
mandatoryPiecePromotion = true
369-
startFen = a2s1s2a/1checehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHECEHC1/A2S1S2A[MMmm] w - - 0 1
369+
startFen = a3s3a/1chesehc1/fw1wlw1wf/w1w1w1w1w/9/9/W1W1W1W1W/FW1WLW1WF/1CHESEHC1/A3S3A[MMmm] w - - 0 1
370370
mobilityRegionWhiteCustomPiece10 = *1 *2 *3 *4 *5 d7 f7 e9
371371
mobilityRegionBlackCustomPiece10 = *6 *7 *8 *9 *10 d4 f4 e2
372372
pieceDrops = true

0 commit comments

Comments
 (0)