2004-03-28 22:53:47 +02:00
|
|
|
<?xml version="1.0"?>
|
2002-01-11 00:09:37 +01:00
|
|
|
<dungeon size="15" level="1" radius="5" connect="0.50" maxpeople="50">
|
2004-03-28 22:53:47 +02:00
|
|
|
<skilllimit name="sk_stealth" maxvalue="4"/>
|
|
|
|
<skilllimit name="sk_magic" maxvalue="5"/>
|
|
|
|
<monster boss="yes" size="1" max="1" chance="1.0" race="young dragon">
|
|
|
|
<treasure item="money" amount="1000"/>
|
|
|
|
<treasure item="jewel" amount="100"/>
|
2002-01-11 00:09:37 +01:00
|
|
|
</monster>
|
|
|
|
<monster size="30" max="10" chance="0.2" race="dracoid">
|
2004-03-28 22:53:47 +02:00
|
|
|
<weapon type="bow"/>
|
|
|
|
<treasure item="money" amount="10"/>
|
2002-01-11 00:09:37 +01:00
|
|
|
</monster>
|
|
|
|
</dungeon>
|