<?xml version="1.0" ?>
<game title="Pride and Prejudice">
<maxscore>100</maxscore>
<room number="1">
<name>Ballroom</name>
<desc>This is the grand ballroom at Pemberly. Standing on the gleaming expanse of parquet flooring makes you want to dance!</desc>
<lighted/>
</room>
<room number="2">
<name>Drawing Room</name>
<desc>This is the grand ballroom at Pemberly. Looking at the dizzying array of bookcases makes you want to read!</desc>
<lighted/>
</room>
<room number="3">
<name>Garden</name>
<desc>This is the grand garden at Pemberly. Strolling over the crisp stretches of pristine green lawn makes you want to play croquet!</desc>
<lighted/>
</room>
<thing number="4">
<loc>1</loc>
<name>books</name>
<desc>They are full of words!</desc>
<visible/>
<flammable/>
<inflammable/>
<pickupable/>
</thing>
<thing number="5">
<loc>1</loc>
<name>cheese</name>
<desc>Lovely cheese!</desc>
<visible/>
<food>You munch down the cheese! Scrummy!</food>
<weapon/>
<pickupable/>
<treasure/>
</thing>
<thing number="20">
<loc>0</loc>
<name>cloak</name>
<desc>It is made of swooshy dark velvet!</desc>
<visible/>
<clothing/>
<pickupable/>
<worn/>
</thing>
<thing number="21">
<loc>20</loc>
<name>ballgown</name>
<desc>It's big and flouncy.</desc>
<visible/>
<clothing/>
<pickupable/>
<worn/>
</thing>
<countdown number="100">
<triggers>
<onpickup target="7"/>
</triggers>
<event>
<desc>Rowr!
</desc>
<changedesc target="7">Whippety whip whip!
</changedesc>
</event>
</countdown>
<countdown number="101">
<triggers>
<onunwear target="22"/>
</triggers>
<conditions logic="and">
<isin not="true" containee="0" container="1"/>
</conditions>
<event>
<desc>POOF! As you tear off the bodice, you are teleported to the Ballroom!
</desc>
<move target="0" loc="1"/>
</event>
</countdown>
<instructions>It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife.</instructions>
</game>