Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
528:796d49ab9380 | 529:d0bce896a526 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <Settings> | 2 <Settings> |
3 <Module name="items"> | 3 <Module name="items"> |
4 <Setting name="itemlist" type="list"> gstack1 </Setting> | 4 <Setting name="itemlist" type="list"> gstack1 </Setting> |
5 <Setting name="gstack1" type="dict"> typename : GoldStack ; value : 5000 ; posx : 1.0 ; posy : 1.0 </Setting> | 5 <Setting name="gstack1" type="dict"> typename : GoldStack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting> |
6 </Module> | 6 </Module> |
7 <Module name="npcs"> | 7 <Module name="npcs"> |
8 <Setting name="npclist" type="list"> Quiller </Setting> | 8 <Setting name="npclist" type="list"> Quiller </Setting> |
9 <Setting name="Quiller" type="dict"> typename : Quiller ; stat1 : 20 ; stat2 : 343 ; posx : 1.0 ; posy : 1.0 </Setting> | 9 <Setting name="Quiller" type="dict"> typename : Quiller ; stat1 : 20 ; stat2 : 343 ; posx : 1.0 ; posy : 1.0 </Setting> |
10 </Module> | 10 </Module> |