<?xml version="1.0"?>
<!DOCTYPE tablebase SYSTEM "tablebase.dtd">

<tablebase index="simple">
   <move-restriction color="white" type="discard"/>
   <!-- <move-restriction color="black" type="concede"/> -->
   <pieces>
      <mobile color="white" type="king" location="e1 f1 g1 h1 e2 f2 g2 h2 e3 f3 g3 h3"/>
      <mobile color="black" type="king"/>
      <mobile color="white" type="rook" location="e3 g3"/>
      <mobile color="black" type="queen"/>
      <mobile color="white" type="pawn" location="f2"/>
   </pieces>
   <!-- if black takes the white pawn -->
   <futurebase filename="kqkr.htb" type="capture" colors="invert"/>
   <!-- if black takes the white rook -->
   <futurebase filename="kqkp.htb" type="capture" colors="invert"/>
   <!-- if white takes the black queen -->
   <futurebase filename="krpk.htb" type="capture"/>

   <prune color="white" move="Pany" type="discard"/> <!-- not including PxQ -->
   <prune color="white" move="Rany" type="discard"/>
   <prune color="white" move="Kany" type="discard"/>
</tablebase>
