15 lines
409 B
XML
15 lines
409 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sector boes="1.0">
|
|
<name>Outdoor Section</name>
|
|
|
|
<!-- Wandering encounter info -->
|
|
<wandering>
|
|
<monster>52</monster>
|
|
<monster friendly="true">27</monster>
|
|
</wandering>
|
|
|
|
<sign id="0">This is a sample sign!</sign>
|
|
|
|
<!-- outdoor description rects -->
|
|
<description top="32" left="32" bottom="36" right="36">This is an area description!</description>
|
|
</sector> |