From 99a9e134aea4e529e44dc0e4482b7981881eabec Mon Sep 17 00:00:00 2001
From: H.G. Muller <h.g.muller@hccnet.nl>
Date: Sat, 1 Oct 2011 20:29:29 +0200
Subject: [PATCH] Reorder pieces for Makruk

Makruk had many duplicate pieces, to provide B and F/Q as alternatives
for S and M. The piece ordering was also bad from the LVA point of view,
partly because the promotion piece has to be number 7 by convention.
The problem is now solved by using the B/F/Q aliases as filler pieces,
and moving the default pieces all behind M, in order of increasing value.
---
 data/fmax.ini |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/data/fmax.ini b/data/fmax.ini
index 39fe921..d38fe36 100644
--- a/data/fmax.ini
+++ b/data/fmax.ini
@@ -289,20 +289,20 @@ f:180 15,7 17,7 -15,7 -17,7
 // Thai Chess. Note: value m = 181 controls promotion at 6th!
 Game: makruk
 8x8
-6 4 5 7 3 5 4 6
-6 4 8 3 7 8 4 6
+12 11 8 7 3 8 11 12
+12 11 9 3 7 9 11 12
 p:100 -16,6 -15,5 -17,5 
 p:100 16,6 15,5 17,5
 k:-1  1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7
-n:450 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7
-s:300 15,7 17,7 -15,7 -17,7 -16,7
-R:630 1,3 16,3 -1,3 -16,3
-m:181 15,7 17,7 -15,7 -17,7
-s:300 15,7 17,7 -15,7 -17,7 16,7
 f:181 15,7 17,7 -15,7 -17,7
 q:181 15,7 17,7 -15,7 -17,7
 b:300 15,7 17,7 -15,7 -17,7 -16,7
+m:181 15,7 17,7 -15,7 -17,7
+s:300 15,7 17,7 -15,7 -17,7 -16,7
+s:300 15,7 17,7 -15,7 -17,7 16,7
 b:300 15,7 17,7 -15,7 -17,7 16,7
+n:450 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7
+R:630 1,3 16,3 -1,3 -16,3
 
 // Medieval intermediate between Shatranj and FIDE Chess
 Game: courier
-- 
1.7.0.4