[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment ChessV. Program for playing numerous Chess variants against your PC.[All Comments] [Add Comment or Rating] 📝Greg Strong wrote on Fri, Apr 9, 2021 04:44 PM UTC in reply to Aurelian Florea from 10:41 AM: In apothecary chess classic the knight does not get it's extra moves (it is a NmZ) Thanks for pointing this out. It will be corrected in the official release. In the meantime, you can play with an include file like the following: Game 'Apothecary Chess Classic (fixed)' : 'Apothecary Chess Classic' { AddPieceTypes { Knight.XBetza = "NmZ"; Knight.MidgameValue = 425; Knight.EndgameValue = 425; } }
Thanks for pointing this out. It will be corrected in the official release. In the meantime, you can play with an include file like the following:
Game 'Apothecary Chess Classic (fixed)' : 'Apothecary Chess Classic'
{
AddPieceTypes
{
Knight.XBetza = "NmZ";
Knight.MidgameValue = 425;
Knight.EndgameValue = 425;
}
}