<?xml version="1.0" encoding="UTF-8"?>
<game title="Cave of Adventure" author="Roddy Ramieson">
  <monster number="0">
     <name>player</name>
     <loc>1</loc>
     <desc>You're ready for adventure.</desc>
     <hp>10</hp>
     <hitchance>80</hitchance>
     <dodgechance>50</dodgechance>
     <ldamage>2</ldamage>
     <hdamage>8</hdamage>
  </monster>
  <room number="9999">
     <name>Treasure Room</name>
     <lighted />
     <desc>You know this is the treasure room because there is a big sign on the wall that says THIS IS THE TREASURE ROOM. DROP YOUR TREASURES HERE!</desc>
     <mdesc>It's the treasure room.</mdesc>
  </room>
  <winmessage>Congratulations! You have won Cave of Adventure!</winmessage>
  <losemessage>You have LOST! Ha ha ha!</losemessage>
  <instructions>If you've never played a text adventure before, you can learn more about them at http://www.aas-ta.com/</instructions>
  <room number="1">
     <name>Cave Entrance</name>
     <score>1</score>
     <desc>The entrance of the cave looms far above you. It's all echoey in here!</desc>
     <mdesc>The cave entrance is high and deep.</mdesc>
     <lighted />
  </room>
  <room number="2">
     <name>Deep Inside Cave</name>
     <desc>This deep inside the cave, it's starting to get a little darker. Lucky you have a lantern!</desc>
     <mdesc>It is getting darker in here.</mdesc>
     <lighted />
  </room>
  <room number="3">
     <name>Waterfall Room</name>
     <desc>A pretty waterfall cascades down in front of you. This is truly why you go adventuring, to see waterfalls like this.</desc>
     <mdesc>There is a pretty cascading waterfall in this part of the cave.</mdesc>
     <lighted />
  </room>
  <room number="4">
     <name>Crawling Room</name>
     <desc>The ceiling is so low, you have to crawl back and forth on your knees. Good thing you're not really tall, or you wouldn't fit in here at all.</desc>
     <mdesc>You have to crawl through this room.</mdesc>
     <lighted />
  </room>
  <connection number="5">
     <from>1</from>
     <to>2</to>
     <dir>n</dir>
  </connection>
  <connection number="6">
     <from>2</from>
     <to>1</to>
     <dir>s</dir>
  </connection>
  <connection number="7">
     <dir>e</dir>
     <from>2</from>
     <to>3</to>
  </connection>
  <connection number="8">
     <from>2</from>
     <to>4</to>
     <dir>w</dir>
  </connection>
  <connection number="9">
     <from>3</from>
     <to>2</to>
     <dir>w</dir>
  </connection>
  <connection number="10">
     <from>3</from>
     <to>9999</to>
     <dir>n</dir>
  </connection>
  <connection number="11">
     <from>4</from>
     <to>2</to>
     <dir>e</dir>
  </connection>
  <connection number="12">
     <from>9999</from>
     <to>3</to>
     <dir>s</dir>
  </connection>
  <thing number="13">
     <adj>sparkly</adj>
     <noun>diamond</noun>
     <desc>It's pretty!</desc>
     <treasure />
     <loc>4</loc>
     <pickupable />
     <name>sparkly diamond</name>
  </thing>
  <monster number="14">
     <adj>evil</adj>
     <noun>bat</noun>
     <desc>Its red eyes glare at you!</desc>
     <hp>5</hp>
     <hitchance>30</hitchance>
     <dodgechance>40</dodgechance>
     <ldamage>2</ldamage>
     <hdamage>4</hdamage>
     <loc>3</loc>
     <turnstofight>2</turnstofight>
     <challenge>The bat is getting angrier! </challenge>
     <attack>The bat swoops at you, squeaking madly! </attack>
     <hitmsg>The bat rakes at you with its teeth, drawing blood! </hitmsg>
     <missmsg>The bat misses you. </missmsg>
     <dodgemsg>Your clumsy blows do not connect. </dodgemsg>
     <painmsg>You hit the bat, making it spin out of control for a second. </painmsg>
     <death>The bat falls to the cave floor dead, then vanishes in a puff of smoke. </death>
     <visible />
     <name>evil bat</name>
  </monster>
</game>