<name>Amphiarus</name>
<profession>Armourer</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>10000</gold></if>
      <text>There you are! I knew you couldn't resist the good stuff.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>1000</gold></if>
      <text>Hello! What can I do for you today?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Ah. Maybe I have something simple for you.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What can you tell us about armor?</text>
      <npc>
        <reply>
          <text>Armor will protect you against strikes. It comes in many different types and qualities, and can carry magical enchantments, too. Shield, leather, chain and plate can only be used by someone who has the appropriate skill.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We would like to do some trading.</text>
      <npc>
        <reply>
          <if><hour>!8</hour></if>
          <text>I'm sorry [gender], but we open at eight o'clock.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>20</hour></if>
          <text>I'm sorry [gender], but we are closed now. You will have to come back tomorrow.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Great days when valued customers like you step inside.</text>
          <script><shop>Seven Against Tears</shop></script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Goodbye!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>

