Update of /cvsroot/wpdev/xmlscripts/definitions/spawnregions/trammel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12130/trammel
Modified Files:
index.xml
Added Files:
testing.xml
Log Message:
Temporary files for testing.
Index: index.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/spawnregions/trammel/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml 16 Jun 2004 19:27:20 -0000 1.2
--- index.xml 8 Jul 2004 18:02:41 -0000 1.3
***************
*** 9,12 ****
--- 9,14 ----
<definitions>
+ <!-- Testing -->
+ <include file="definitions/spawnregions/trammel/testing.xml" />
<!-- Town Spawns -->
<include file="definitions/spawnregions/trammel/britain.xml" />
--- NEW FILE: testing.xml ---
<definitions>
<spawnregion id="trammel_testing_1">
<maxnpcamount>10</maxnpcamount>
<maxitemamount>10</maxitemamount>
<mintime>2</mintime>
<maxtime>5</maxtime>
<npcs>
<npc>headless</npc>
</npcs>
<items>
<item inherit="eed"><amount>100</amount></item>
</items>
<npcspercycle>1</npcspercycle>
<itemspercycle>1</itemspercycle>
<rectangle x1="1377" x2="1387" y1="3808" y2="3822" map="1" />
</spawnregion>
</definitions>
|