mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
bazaar settings moved outside of code (WIP)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
52
res/quest/bazaar.xml
Normal 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'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's desk.</description>
|
||||
<items>
|
||||
<string>Estates</string>
|
||||
<string>Lucky Coin</string>
|
||||
</items>
|
||||
</stall>
|
||||
<stall name="Bookstore" displayName="Beleren'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'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>
|
||||
@@ -12,3 +12,5 @@ prefs--file=quest.preferences
|
||||
decks-dir--file=decks
|
||||
data-dir--file=data
|
||||
precons-dir--file=precons
|
||||
|
||||
bazaar--file=bazaar.xml
|
||||
|
||||
Reference in New Issue
Block a user