bazaar settings moved outside of code (WIP)

This commit is contained in:
Maxmtg
2012-03-10 23:19:23 +00:00
parent 9f49b1b773
commit 0105f3433f
3 changed files with 55 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -10631,6 +10631,7 @@ res/pics_link/card-pictures_x.txt svneol=native#text/plain
res/pics_link/card-pictures_y.txt svneol=native#text/plain
res/pics_link/card-pictures_z.txt svneol=native#text/plain
res/quest/all-prices.txt svneol=native#text/plain
res/quest/bazaar.xml -text
res/quest/booster-images.txt -text
res/quest/booster-prices.txt -text
res/quest/decks/Abraham[!!-~]Lincoln[!!-~]3.dck -text

52
res/quest/bazaar.xml Normal file
View File

@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<bazaar>
<options>
<iconSize>80</iconSize>
</options>
<stalls>
<stall name="Alchemist" displayName="Orim, Samite Healer" icon="ICO_BOTTLES">
<description>The walls of this alchemist&apos;s stall are covered with shelves with potions, oils, powders, poultices and elixirs, each meticulously labeled.</description>
<items>
<string>Elixir of Life</string>
<string>Pound of Flesh</string>
</items>
</stall>
<stall name="Banker" displayName="Bank of Sarpadia" icon="ICO_COIN">
<description>A large book large enough to be seen from the outside rests on the Banker&apos;s desk.</description>
<items>
<string>Estates</string>
<string>Lucky Coin</string>
</items>
</stall>
<stall name="Bookstore" displayName="Beleren&apos;s Books" icon="ICO_BOOK">
<description>Tomes of different sizes are stacked in man-high towers.</description>
<items>
<string>Sleight</string>
</items>
</stall>
<stall name="Gear" displayName="The Rope and Axe" icon="ICO_GEAR">
<description>This adventurer&apos;s market has a tool for every need ... or so the plaque on the wall claims.</description>
<items>
<string>Map</string>
<string>Zeppelin</string>
</items>
</stall>
<stall name="Nursery" displayName="Force of Nature Nursery" icon="ICO_LEAF">
<description>The smells of the one hundred and one different plants forms a unique fragrance.</description>
<items>
<string>Plant</string>
</items>
</stall>
<stall name="Pet Shop" displayName="The Hive" icon="ICO_FOX">
<description>This large menagerie echoes with a multitude of animal noises.</description>
<items>
<string>Bird</string>
<string>Crocodile</string>
<string>Hound</string>
<string>Wolf</string>
</items>
</stall>
</stalls>
<items>
</items>
</bazaar>

View File

@@ -12,3 +12,5 @@ prefs--file=quest.preferences
decks-dir--file=decks
data-dir--file=data
precons-dir--file=precons
bazaar--file=bazaar.xml