<?xml version="1.0" ?>

<npclist>
    <npc
        class='orc'
        name='steve'
        mode='patrol'
        x='10'
        y='42'
        >
            <item type='sword'/>
            <item type='shield'/>
        </npc>
    <npc
        class='orc'
        name='bob'
        mode='patrol'
        x='15'
        y='42'
        >
            <item type='sword'/>
            <item type='shield'/>
        </npc>
    <npc
        class='dragon'
        name='brian'
        mode='sleep'
        x='20'
        y='30'
        />
</npclist>
