From a2dd1cef94353a70d103adfad07af52a7e0b4693 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 12 Oct 2014 10:20:55 +0200 Subject: [PATCH] Use separate-kings definition in variant normal Variant normal is now defined with separate piece types for white and black King, so that the stay-put bonus can be effective, allowing it to win KBNK. --- data/fmax.ini | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/fmax.ini b/data/fmax.ini index 3ba7b23..57b05bb 100644 --- a/data/fmax.ini +++ b/data/fmax.ini @@ -287,16 +287,17 @@ For the truly lazy, a few complete game descriptions can be found below: // FIDE Chess (a.k.a. Mad Queen variant) Game: normal 8x8 -6 4 5 7 3 5 4 6 -6 4 5 7 3 5 4 6 +8 5 6 9 3 6 5 8 +8 5 6 9 4 6 5 8 p:74 -16,24 -16,6 -15,5 -17,5 p:74 16,24 16,6 15,5 17,5 k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 +k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 n:259 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 b:296 15,3 17,3 -15,3 -17,3 +S:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 R:444 1,3 16,3 -1,3 -16,3 Q:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 -f:481 13,FFFFF207 29,F207 46,F207 47,10207 49,10207 50,11207 35,11207 19,1207 -13,1207 -29,FFFF1207 -46,FFFF1207 -47,FFFF0207 -49,FFFF0207 -50,FFFEF207 -35,FFFEF207 -19,FFFFF207 // Chess without castling (intended as shuffle variant) Game: nocastle -- 1.7.0.4