diff demos/rpg/maps/town_objects.xml @ 529:d0bce896a526

Changed the quest format in the object xml file. Quests can now required gold or items to complete.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 28 May 2010 16:25:00 +0000
parents 6037f79b0dcf
children 2e739ae9a8bc
line wrap: on
line diff
--- a/demos/rpg/maps/town_objects.xml	Fri May 28 14:52:56 2010 +0000
+++ b/demos/rpg/maps/town_objects.xml	Fri May 28 16:25:00 2010 +0000
@@ -2,7 +2,7 @@
 <Settings>
   <Module name="items">
   	<Setting name="itemlist" type="list"> gstack1 </Setting>
-    <Setting name="gstack1" type="dict"> typename : GoldStack ; value : 5000 ; posx : 1.0 ; posy : 1.0 </Setting>
+    <Setting name="gstack1" type="dict"> typename : GoldStack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting>
   </Module>
   <Module name="npcs">
   	<Setting name="npclist" type="list"> Quiller </Setting>