the_alchemanac.xml

<items>
  <item>
    <key>the_alchemanac</key>
    <name>The Alchemanac</name>
    <description>
      Edgar Viro's famous guide to to all things alchemical. Contains all the necessary information to mix useful
      potions while not blowing yourself up.
    </description>
    <type>SkillBook</type>
    <icon>itemreading2_1</icon>
    <sortKey>_skillbook09</sortKey>
    <weight>0.5</weight>
    <priceDetails>
      <buy>140-240</buy>
      <sell>10-20</sell>
      <canTrade>true</canTrade>
    </priceDetails>
    <bookInfo>
      <requirements>
        <requirements>
          <type>Skill</type>
          <params>
            <params type="any">reading 6; alchemy 3</params>
          </params>
        </requirements>
      </requirements>
      <rewards>
        <rewards>
          <type>RewardExperienceTier</type>
          <params>
            <params type="skill">alchemy</params>
            <params type="tier">1</params>
          </params>
        </rewards>
        <rewards>
          <type>RewardExperience</type>
          <params>
            <params type="skill">reading</params>
            <params type="xp">50</params>
          </params>
        </rewards>
      </rewards>
    </bookInfo>
  </item>
</items>