<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SPICYDIAPSID</id>
	<title>Elanthipedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SPICYDIAPSID"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/Special:Contributions/SPICYDIAPSID"/>
	<updated>2026-05-08T03:08:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=User:SPICYDIAPSID&amp;diff=596337</id>
		<title>User:SPICYDIAPSID</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:SPICYDIAPSID&amp;diff=596337"/>
		<updated>2022-10-06T10:44:16Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Micro-Transaction Event Cost Planners */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RTOC}}&lt;br /&gt;
;Here be spreadsheets.&lt;br /&gt;
&lt;br /&gt;
=Quality of Life Stuff=&lt;br /&gt;
==[[Alteration|Alteration]] Thesaurus==&lt;br /&gt;
Work in Progress project intended to be a helpful source for inspiration, approved synonyms, lists of Elanthian colors, and more.  Feedback, suggestions, and edits that improve it are welcome.&lt;br /&gt;
* [[User:SPICYDIAPSID/Altersaurus|Altersaurus]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[:Category:Microtrans_events|Micro-Transaction Event Cost Planners]]==&lt;br /&gt;
;(2022-10-06) These are now maintained by Destahd.&lt;br /&gt;
&lt;br /&gt;
These cost planners are maintained on Google sheets and are intended as a way to remove the obfuscation of item costs and create shopping lists that display total costs based on configurable settings such as subscription type and simucoin package.  If you have found an error with one, have feedback, or feature suggestions/requests, please check the How To Use tab on any sheet for contact information.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!MT Event!!Cost Planner Link&lt;br /&gt;
|-&lt;br /&gt;
||[[:Category:Aesthene&#039;s Close|Aesthene&#039;s Close: the Timekeeper&#039;s Broken Device]]&lt;br /&gt;
||https://tinyurl.com/AestheneCloseCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Drathrok&#039;s Duskruin|Drathrok&#039;s Duskruin]]&lt;br /&gt;
||https://tinyurl.com/DuskruinCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Droughtman&#039;s Challenge|Droughtman&#039;s Challenge]]&lt;br /&gt;
||https://tinyurl.com/DroughtmanCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:House of the Revenant Fang|House of the Revenant Fang]]&lt;br /&gt;
||https://tinyurl.com/RevenantFangCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Sleeping Dragon Corn Maze|Sleeping Dragon Corn Maze]]&lt;br /&gt;
||https://tinyurl.com/CornMazeCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Su Helmas|Su Helmas]]&lt;br /&gt;
||https://tinyurl.com/SuHelmasCosts&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Taisidon Mystery|Taisidon Mystery Cruise]]&lt;br /&gt;
||https://tinyurl.com/TaisidonMysteryCosts&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Number Converter Script (Genie)==&lt;br /&gt;
This script will accept either a global variable name or a string of text and will attempt to convert it from a string to an integer.  If it is not provided with a global variable name, it will return the result in a global variable named &#039;&#039;$numConvertResult&#039;&#039;.  It will also echo out the results into the Game window.  It is suggested that you have a trigger set up to make the initial variable setting as well as the script call.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;Raw Script&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
###############################&lt;br /&gt;
###    Number Convert&lt;br /&gt;
###############################&lt;br /&gt;
# This script will accept a global variable OR a string of text and attempt to convert it from a string to an integer.&lt;br /&gt;
# If providing a global variable, the script will overwrite the variable provided with the integer result.&lt;br /&gt;
# If providing a string, the script will set the global variable numConvertResult equal to the integer result.&lt;br /&gt;
#&lt;br /&gt;
# It is suggested that you have a trigger set up to make the initial variable setting as well as the script call.&lt;br /&gt;
# Example Triggers:&lt;br /&gt;
#  #trigger {^You sense (.*) slivers from (Katamba|Xibar|Yavash) suitable for use in Telekinetic Throw orbiting your head\.$} {#var slivers $1; #send .numConvert slivers ; #echo &amp;gt;Log [Moonblade] Slivers - $slivers} {moonblade}&lt;br /&gt;
#  #trigger {^There are (.*) non-ammunition items inside your .*.$} {#var nonAmmo $1; #send .numConvert nonAmmo}&lt;br /&gt;
#  #trigger {^You count .* in .* and see there (is|are) (.*) left\.$} {#var ammoCount $2; #send .numConvert ammoCount}&lt;br /&gt;
#  #trigger {^You count .* bolt(s)? in .* and see there (is|are) (.*) left\.$} {#var boltCount $3; #send .numConvert boltCount}&lt;br /&gt;
#&lt;br /&gt;
# Usage:  .scriptName variableName&lt;br /&gt;
#         .scriptName textToConvert&lt;br /&gt;
#    ie:&lt;br /&gt;
#         .numConvert ammoCount&lt;br /&gt;
#         .numConvert thirty-two&lt;br /&gt;
###############################&lt;br /&gt;
###    VARIABLES&lt;br /&gt;
###############################&lt;br /&gt;
var num 0&lt;br /&gt;
var wordBig hundred|thousand&lt;br /&gt;
var wordTens twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety|eighty&lt;br /&gt;
var wordOnes one|two|three|four|five|six|seven|eight|nine&lt;br /&gt;
var wordTeens ten|eleven|twelve|thirteen|fourteen|sixteen|seventeen|eighteen|nineteen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    PARAMETERS&lt;br /&gt;
###############################&lt;br /&gt;
if_1 then {&lt;br /&gt;
    if ((matchre(&amp;quot;%1&amp;quot;, &amp;quot;^\d+$&amp;quot;)) || (matchre(&amp;quot;$%1&amp;quot;, &amp;quot;^\d+$&amp;quot;))) then {&lt;br /&gt;
        echo [numConvert] Detected integer provided.  Exiting.&lt;br /&gt;
        exit&lt;br /&gt;
    }&lt;br /&gt;
    if (contains(&amp;quot;$%1&amp;quot;, &amp;quot;$&amp;quot;)) then {&lt;br /&gt;
        echo [numConvert] Detected non-variable provided.  Returning results in \\$numConvertResult.&lt;br /&gt;
        var varName numConvertResult&lt;br /&gt;
        var numWord %0&lt;br /&gt;
        # Initialize numConvertResult.&lt;br /&gt;
        if (!($numConvertResult &amp;gt; 0)) then {&lt;br /&gt;
            put #var numConvertResult 0&lt;br /&gt;
        }&lt;br /&gt;
    } else {&lt;br /&gt;
        var varName %1&lt;br /&gt;
        var numWord $%varName&lt;br /&gt;
    }&lt;br /&gt;
    goto convert-main&lt;br /&gt;
} else {&lt;br /&gt;
    goto convert-error&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    MAIN&lt;br /&gt;
###############################&lt;br /&gt;
convert-main:&lt;br /&gt;
    var str %numWord&lt;br /&gt;
    gosub convert-replaceTeens&lt;br /&gt;
    gosub convert-replaceOnes&lt;br /&gt;
    gosub convert-replaceTens&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot; thousand&amp;quot;, &amp;quot;000 +&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot; hundred&amp;quot;, &amp;quot;00 +&amp;quot;)&lt;br /&gt;
    evalmath num (%str)&lt;br /&gt;
    put #var %varName %num&lt;br /&gt;
    goto convert-exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    UTILITY&lt;br /&gt;
###############################&lt;br /&gt;
convert-error:&lt;br /&gt;
    put #echo &amp;gt;Log [numConvert] Called without providing a parameter.  Usage:  .scriptName varName or .scriptName stringToConvert.&lt;br /&gt;
    echo *********************&lt;br /&gt;
    echo Number Convert Error&lt;br /&gt;
    echo *********************&lt;br /&gt;
    echo You must call this script with a parameter of either a global variable such as ammoCount or with a string of text to convert.&lt;br /&gt;
    echo If providing a global variable, the script will overwrite the variable provided with the integer result.&lt;br /&gt;
    echo If providing a string, the script will set the global variable numConvertResult equal to the integer result.&lt;br /&gt;
    echo&lt;br /&gt;
    echo Examples:&lt;br /&gt;
    echo            .scriptName ammoCount&lt;br /&gt;
    echo            .scriptName thirty-two&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-exit:&lt;br /&gt;
    pause .2&lt;br /&gt;
    echo [numConvert] \\$%varName = $%varName.&lt;br /&gt;
    # Parse added below for users calling this script from another or using triggers to capture the result.  Uncomment it if you prefer this method.&lt;br /&gt;
    # put #parse [numConvert] $%varName&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceOnes:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;zero&amp;quot;, &amp;quot; 0&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-one&amp;quot;, &amp;quot; + 1&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-two&amp;quot;, &amp;quot; + 2&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-three&amp;quot;, &amp;quot; + 3&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-four&amp;quot;, &amp;quot; + 4&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-five&amp;quot;, &amp;quot; + 5&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-six&amp;quot;, &amp;quot; + 6&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-seven&amp;quot;, &amp;quot; + 7&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-eight&amp;quot;, &amp;quot; + 8&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-nine&amp;quot;, &amp;quot; + 9&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;one&amp;quot;, &amp;quot; 1&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;two&amp;quot;, &amp;quot; 2&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;three&amp;quot;, &amp;quot; 3&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;four&amp;quot;, &amp;quot; 4&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;five&amp;quot;, &amp;quot; 5&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;six&amp;quot;, &amp;quot; 6&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seven&amp;quot;, &amp;quot; 7&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eight&amp;quot;, &amp;quot; 8&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;nine&amp;quot;, &amp;quot; 9&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceTeens:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;ten&amp;quot;, &amp;quot; 10&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eleven&amp;quot;, &amp;quot; 11&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;twelve&amp;quot;, &amp;quot; 12&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;thirteen&amp;quot;, &amp;quot; 13&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fourteen&amp;quot;, &amp;quot; 14&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fifteen&amp;quot;, &amp;quot; 15&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;sixteen&amp;quot;, &amp;quot; 16&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seventeen&amp;quot;, &amp;quot; 17&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eighteen&amp;quot;, &amp;quot; 18&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;nineteen&amp;quot;, &amp;quot; 19&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceTens:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;twenty&amp;quot;, &amp;quot; 20&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;thirty&amp;quot;, &amp;quot; 30&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;forty&amp;quot;, &amp;quot; 40&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fifty&amp;quot;, &amp;quot; 50&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;sixty&amp;quot;, &amp;quot; 60&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seventy&amp;quot;, &amp;quot; 70&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eighty&amp;quot;, &amp;quot; 80&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;ninety&amp;quot;, &amp;quot; 90&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sorcery Finder==&lt;br /&gt;
Lists ideal spells for sorcery that are available on scrolls and denotes if they are available as a [[runic tattoo]].  Results can be configured based on guild, spell type, spell difficulty, and whether or not to include higher risk spells.  (See [[Sorcery]] for more details on risks and backlash.)  This spreadsheet will never suggest spells with the highest risk for mana type, however, these can be found on the Spell List tab.&lt;br /&gt;
* https://tinyurl.com/SorceryFinder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Stuff=&lt;br /&gt;
==Feature Mirror Idea Drive==&lt;br /&gt;
Open access spreadsheet to submit [[Feature Alteration]] ideas for mirrors.  This was provided to staff in December 2021.&lt;br /&gt;
*https://tinyurl.com/FeatureDesignIdeas&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595677</id>
		<title>Taisidon Mystery 443/A&#039;baya Esplanade</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595677"/>
		<updated>2022-09-18T22:58:42Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Copper Booth */ Added missing new mirror.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Store At A Glance&lt;br /&gt;
|Store Name=A&#039;baya Esplanade&lt;br /&gt;
|Town= Taisidon&lt;br /&gt;
|Owner= Fantasy Excursions&lt;br /&gt;
|NumRooms=56&lt;br /&gt;
|Store Type=Clothing,Cosmetics,Crafting,Cambrinth,Container,General,Housing,Jewelry,Magic,Pet,Tattoo,Weapon&lt;br /&gt;
|Fest=Taisidon Mystery 443&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=points&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bold&#039;&#039;&#039; items are new as of this event.&lt;br /&gt;
&lt;br /&gt;
=Central Walkway=&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, Central Walkway&lt;br /&gt;
|desc=At the center of the busy shopping walkway, a beautiful ocean mosaic is pieced together with bits of shell and seaglass.  Festive gaethzen globes are hung from tall poles that are placed at even intervals along the macawood boardwalk.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shimmering ocean-blue moongate, an investigator toolkit dispenser with a couple of things on it, a quelium bell dispenser with a couple of things on it, a voile robe dispenser with a couple of things on it, a drake fang dispenser with a couple of things on it, a wildland machete dispenser with a couple of things on it and an IMPORTANT NOTICE placed near the dispensers.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: north, east, south, west.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Raffle==&lt;br /&gt;
&lt;br /&gt;
See [[Taisidon Mystery 443/Raffle]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
&lt;br /&gt;
=Northern Sand Lirum Walkway=&lt;br /&gt;
==Celadon Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Celadon Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sturdy damite display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite display}}&lt;br /&gt;
{{ShopItem|t=i|softly glowing verdant moonsilver necklace displaying a huge iceblink peridot|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|wide uthamar knight&#039;s buckle hammered with a laurel pattern|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|lirisan-handled armorer&#039;s brush with ka&#039;hurst inlay|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|muscular vardite lion|note=armor repair|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wire brushes and oil are so 425.  Why risk breaking a nail repairing your armor when one of these devices can do it for you?  (Once a day, anyway.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Black Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Black Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an oversized lightning bolt.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lightning bolt}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver bracer edged with serrated shark teeth|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery rose gold bracelet engraved with cat&#039;s-ear blossoms|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick quelium ankle cuff inset with shards of black andradite|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|wispy featherlette anklet clasped with a blackberry miajho|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do your enemies make you see stars?  One of these may find you a shadow to hide in until you&#039;re feeling better!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fuchsia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Fuchsia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large niniam counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|quelium inventor&#039;s monocle|17,500}}&lt;br /&gt;
{{ShopItem|t=i|regal diacan raven|17,500}}&lt;br /&gt;
{{ShopItem|t=i|polished diamondwood merchant&#039;s toolkit engraved with a sailing ship|17,500}}&lt;br /&gt;
{{ShopItem|t=i|eerily glowing blackened moonsilver bracelet inset with a large cosmic zircon|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Going to talk to repair clerks at crafting societies can really cramp your style.  With one of these, you can avoid one trip a day, anyway.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Magenta Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Magenta Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver stand and a sparkling gold counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver stand}}&lt;br /&gt;
{{ShopItem|t=i|inky black diacan ear-stud dangling a sailor&#039;s compass|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|striking black gold ear-frill decorated with an array of lava topazes|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|series of spiraled windsteel hoops twisted around a stormheart topaz|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick agonite earcuff inlaid with xenomite fragments|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling run down?  These fashionable bits of ear-ware will perk you up!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold counter}}&lt;br /&gt;
{{ShopItem|t=i|wide quelium ankle cuff inset with ocean&#039;s heart diamonds|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|earthy brown anklet woven out of strips of barkcloth|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|flame-kissed gold ankle-chain strung with Taisidon sunset garnet beads|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|rusty iron manacle with a chain covered in phosphorescent moonsilver barnacles|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling peaked?  Wearing one of these on your ankle may revitalize you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Scarlet Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Scarlet Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished kertig stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=kertig stand}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth chieftain&#039;s bracer strung with tidal bloodstone icons|17,500}}&lt;br /&gt;
{{ShopItem|t=i|brilliant yellow andradite swordsman&#039;s whetstone|17,500}}&lt;br /&gt;
{{ShopItem|t=i|squat indurium boar|17,500}}&lt;br /&gt;
{{ShopItem|t=i|glowing crimson moonsilver ring cradling an enormous fire whirl ruby|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are your weapons so beat up you&#039;re not sure which is the club and which is the sword?  Once a day, one of these devices will fix that!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Seashell Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Seashell Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a hammered kertig shelf and a luminescent starshine bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=hammered kertig shelf}}&lt;br /&gt;
{{ShopItem|t=w|slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&amp;quot;|name=&#039;&#039;&#039;slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover|name=&#039;&#039;&#039;ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;|name=&#039;&#039;&#039;heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminescent starshine bookstand}}&lt;br /&gt;
{{ShopItem|t=w|elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree|name=&#039;&#039;&#039;elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree&#039;&#039;&#039;|note=LT/LB|800}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Oyster Walkway=&lt;br /&gt;
==Green Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous golden nest.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=golden nest}}&lt;br /&gt;
{{ShopItem|t=i|small cambrinth egg with a painted golden sheen|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The cambrinth egg can hatch into one of six different Taisidonian creatures.  The creature is randomly picked, but all will be a cambrinth item that holds one-hundred mana and is wearable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Purple Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Purple Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall moonsilver pedestal, a luminous starglass counter and a REALLY BIG placard.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A REALLY BIG placard reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
Welcome!&lt;br /&gt;
&lt;br /&gt;
We are offering these beautiful starstones.  Not only are they pretty, but they will bring the sunlight, starlight, and moonlight indoors!&lt;br /&gt;
&lt;br /&gt;
Each starstone can be used once and lasts for 60 roisaen.&lt;br /&gt;
&lt;br /&gt;
We also carry bags on the counter that will hold up to 50 starstones at once.&lt;br /&gt;
&lt;br /&gt;
~ Management&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=moonsilver pedestal}}&lt;br /&gt;
{{ShopItem|t=i|faintly glowing starstone|10}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you don&#039;t want to buy a whole bag of starstones, you can buy single ones on this pedestal.  They also can be used to refill any starstone bags (sold separately).&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=starglass counter}}&lt;br /&gt;
{{ShopItem|t=i|pearly-white spidersilk reticule with steelsilk ties|550}}&lt;br /&gt;
{{ShopItem|t=i|scorched black drawstring bag|550}}&lt;br /&gt;
{{ShopItem|t=i|pale-blue moonsilk poke drawn with silveress strings|550}}&lt;br /&gt;
{{ShopItem|t=i|crimson moonsilk pocket with an abyssal black drawstring|550}}&lt;br /&gt;
{{ShopItem|t=i|eerie-black fustian pouch with a nightsilk drawstring|550}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bags on this table contain 50 starstones, but only take up two inventory spaces.  Make sure to appraise them to check where they&#039;re each worn!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Teal Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Teal Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a glowing gaethzen display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gaethzen display}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen rainbow streaked with glitter|250}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen coconut with a barkcloth husk|250}}&lt;br /&gt;
{{ShopItem|t=i|portable gaethzen lamp with steelsilk straps|250}}&lt;br /&gt;
{{ShopItem|t=i|gaethzen skull strung upon frayed black rombazine cords|name=gaethzen skull strung upon frayed black rombazine cords|250}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wear this on your belt.  If you&#039;re skilled enough, you can even light it up and then wear it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lavender Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lavender Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jadice flower statue.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=flower statue}}&lt;br /&gt;
{{ShopItem|t=i|small serpent totem|note=5 uses of {{com|healme}}|240}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;As a quick study will reveal, this totem is designed to make you feel a whole lot better, five times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beige Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Beige Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large furniture display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|pale green Taisidon silkcress carpet strewn with moonstained wildflowers|23,000}}&lt;br /&gt;
{{ShopItem|t=i|exquisite silk carpet dyed in variegated shades of sand and sea|23,000}}&lt;br /&gt;
{{ShopItem|t=i|braided barkcloth rug shaded in earthy tones|23,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering featherlette rug featuring bright blue and green hues|23,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a plain and boring flying carpet just isn&#039;t your style, maybe one of these will be?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sienna Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sienna Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished slate counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|cracked bauble etched with a gargoyle|name=&#039;&#039;&#039;cracked bauble etched with a gargoyle&#039;&#039;&#039;|note=a cracked senci gargoyle|2000}}&lt;br /&gt;
{{ShopItem|t=i|polished bauble etched with an anvil|name=&#039;&#039;&#039;polished bauble etched with an anvil&#039;&#039;&#039;|note=a polished rockwood anvil|2000}}&lt;br /&gt;
{{ShopItem|t=i|large bauble etched with a foot|name=&#039;&#039;&#039;large bauble etched with a foot&#039;&#039;&#039;|note=a giant Sunderstone foot|2000}}&lt;br /&gt;
{{ShopItem|t=i|glittery bauble etched with a harpischord|name=&#039;&#039;&#039;glittery bauble etched with a harpischord&#039;&#039;&#039;|note=a glittery quartz harpischord|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The baubles on the counter are magical and will allow a person to change the appearance of their [[Deadfall]] spell.  Please STUDY the bauble if you wish to learn more about it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Abalone Walkway=&lt;br /&gt;
==Sepia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sepia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tattoo catalog.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
Tattoo services cost 200 Mystery Cruise points.  Removal costs 20 points. Relocation costs 100 points. No refunds.  Not responsible for accidents.&lt;br /&gt;
&lt;br /&gt;
{|READ CATALOG&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                At a Sepia Booth&lt;br /&gt;
                     We&#039;re willing to put our art on your:&lt;br /&gt;
&lt;br /&gt;
                1) shoulder                        2) forehead&lt;br /&gt;
                3) cheekbone                       4) thigh&lt;br /&gt;
                5) left wrist                      6) right wrist&lt;br /&gt;
                7) abdomen                         8) forearm&lt;br /&gt;
                9) chin                           10) left cheekbone&lt;br /&gt;
               11) right cheekbone                12) calf&lt;br /&gt;
               13) left ankle                     14) right ankle&lt;br /&gt;
               15) left temple                    16) right temple&lt;br /&gt;
               17) left hip                       18) right hip&lt;br /&gt;
               19) left palm                      20) right palm&lt;br /&gt;
               21) right shin                     22) left shin&lt;br /&gt;
               23) right knee                     24) left knee&lt;br /&gt;
&lt;br /&gt;
               Check the MENU for art you enjoy.  Then CHOOSE the&lt;br /&gt;
                location for your art after ORDERing your tattoo.&lt;br /&gt;
                       [CHOOSE REMOVE for tattoo removal.]&lt;br /&gt;
         [CHOOSE RELOCATE # to move your tattoo to the location above.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
#a singed symbol of destruction&lt;br /&gt;
#a parallel symbol of alignment&lt;br /&gt;
#an unfurled symbol of creation&lt;br /&gt;
#a wavy symbol of change&lt;br /&gt;
#a delicate symbol of refinement&lt;br /&gt;
#a conflicted symbol of creation&lt;br /&gt;
#a twisted symbol of transition&lt;br /&gt;
#a gilded symbol of illumination&lt;br /&gt;
#a faded symbol of disintegration&lt;br /&gt;
#a double helix symbol of evolution&lt;br /&gt;
#a fused symbol of cooperation&lt;br /&gt;
#a fluid symbol of transformation&lt;br /&gt;
#a lush symbol of growth&lt;br /&gt;
#a divergent symbol of contradiction&lt;br /&gt;
#an exquisite symbol of unity&lt;br /&gt;
#a funeral pyre set ablaze with vividly inked flames&lt;br /&gt;
#a haunted skull formed from tendrils of smoke with smoldering embers for eyes&lt;br /&gt;
#a massive orca breaching the sea against the background of Katamba&#039;s dark light&lt;br /&gt;
#a sea-blue jellyfish with delicate silver-tinged tentacles&lt;br /&gt;
#a large ship sailing across a stylized globe&lt;br /&gt;
#a trio of pirates burying treasure under the trunk of a broad-leaved ilomba tree&lt;br /&gt;
#a hilltop of Katamba-black, Xibar-blue, and Yavash-red moonstained wildflowers blooming under a starry night sky&lt;br /&gt;
#a luxurious ship anchored in the shimmery blue waters of a tropical island&lt;br /&gt;
#an oceanic blue anchor wrapped in a ribbon emblazoned with the words &amp;quot;The Morada&amp;quot;&lt;br /&gt;
#a slim boat knife stabbed into a macawood tree stump&lt;br /&gt;
#a sanguine-edged butcher&#039;s cleaver resting on a bed of tidal lilies&lt;br /&gt;
#a jambu-handled corkscrew twined in grapevines&lt;br /&gt;
#a slender bronze baton with a polished ramin handle&lt;br /&gt;
#a pair of sharpened zills etched with rainbow roses&lt;br /&gt;
#a broken glass bottle lying in a pool of spilt rum&lt;br /&gt;
#a silvery-grey gravestone scattered with dark purple aldam lormas&lt;br /&gt;
#a vibrant bouquet of etlingera flowers inked in fiery pink and red hues&lt;br /&gt;
#a broken-masted ship caught in the spiraling vortex of a massive whirlpool&lt;br /&gt;
#a hammerhead shark circling a slack-sailed ship stuck on listless seas&lt;br /&gt;
#a sepia-toned globe perched on top of a stack of luggage&lt;br /&gt;
#a bright ultramarine airship draped in colorful garlands of king proteas&lt;br /&gt;
#a whimsical ship cutting through the night sky with its raven feather hull&lt;br /&gt;
#a pod of dolphins leaping to and from amongst white-crested waves&lt;br /&gt;
#a palm leaf parasol with a parrot-shaped handle&lt;br /&gt;
#an orange and black nautilus shell with water pouring out to form a cresting wave&lt;br /&gt;
#&#039;&#039;&#039;a decrepit ship with jagged holes in its sides beached upon on a sandbar&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a black taipan snaking its way through the eye sockets of a sun-bleached skull&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a man and woman kissing below a palm tree with waves lapping at their feet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a ship&#039;s wheel with the phrase &amp;quot;Anchors Away&amp;quot; below it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a blue-haired mermaid perched on a sea stack gazing up at the full moon&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;bleeding heart vines wrapped around a golden goblet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;an inflated orange pufferfish covered in black spikes&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crescent moon garlanded in water hyacinths floors and wispy grey feathers&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a fat-toed gecko inked in strong black lines&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a bright red crab holding a fork and knife in its front claws&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;metallic blue mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;striated black mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;glittery sea-green mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;burnished gold mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;sun-bleached pieces of driftwood floating atop a calm sea&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a jagged lightning bolt striking the umbrella-shaped canopy of a majestic kapok&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a petite sea turtle with a rainbow-hued shell&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a stunning woman with copper and black snakes coiled around her head&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crystal-blue river flowing down the sides of a mountain with the phrase &amp;quot;Life Flows On&amp;quot; above it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;puffy white seeds floating away a wispy dandelion with the words &amp;quot;Follow Your Dreams&amp;quot; overhead&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a white rabbit jumping through a twilight-blue Moongate towards a field of carrots&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Carmine Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Carmine Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a clear glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=i|glass lemniscate|name=lucid glass lemniscate|1,500}}&lt;br /&gt;
{{ShopItem|t=i|amethyst glass blossom|name=lucid amethyst glass blossom|1,500}}&lt;br /&gt;
{{ShopItem|t=i|frosted glass icicle|name=lucid frosted glass icicle|1,500}}&lt;br /&gt;
{{ShopItem|t=i|green glass frond|name=lucid green glass frond|1,500}}&lt;br /&gt;
{{ShopItem|t=i|red glass flame|name=lucid red glass flame|1,500}}&lt;br /&gt;
{{ShopItem|t=i|blue glass moon|name=lucid blue glass moon|1,500}}&lt;br /&gt;
{{ShopItem|t=i|crimson glass spiral|name=lucid crimson glass spiral|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you suffer from geysers of uncontrolled mana that sometimes turn your hands to ash?  [[:Category:Backlash absorbers|These items]] may prove helpful to you.  If you enjoy geysers of uncontrolled mana that sometimes turn your hands to ash, these may help you as well, but you might not enjoy it as much.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Platinum Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Platinum Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an ink-stained desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ink-stained desk}}&lt;br /&gt;
{{ShopItem|t=i|crimson inkpot painted with bleeding heart vines|100}}&lt;br /&gt;
{{ShopItem|t=i|purple inkpot painted with a phofe flower|100}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue inkpot painted with a Saendalen shark|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you need a place to store a magical tattoo?  Do you want to pretty up a boring magical tattoo design?  These may be what you&#039;re after.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Turquoise Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Turquoise Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an iridescent crystal pedestal, a polished limestone display and a sculpted platinum stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal pedestal}}&lt;br /&gt;
{{ShopItem|t=i|iridescent crystal inkpot|name=iridescent crystal inkpot|note=Targeted Magic and Debilitation|4,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for [[heroic tattoo]]s that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=limestone display}}&lt;br /&gt;
{{ShopItem|t=i|shiny onyx inkpot|name=shiny onyx inkpot|note=Stealth and Perception|3,500}}&lt;br /&gt;
{{ShopItem|t=i|faceted ruby inkpot|name=faceted ruby inkpot|note=Stealth and Strength|3,500}}&lt;br /&gt;
{{ShopItem|t=i|pale kunzite inkpot|name=pale kunzite inkpot|note=Shield and Stamina|3,500}}&lt;br /&gt;
{{ShopItem|t=i|large smoky topaz inkpot|name=large smoky topaz inkpot|note=Shield and Discipline|3,500}}&lt;br /&gt;
{{ShopItem|t=i|round peridot inkpot|name=round peridot inkpot|note=Shield and Wisdom|3,500}}&lt;br /&gt;
{{ShopItem|t=i|polished sardonyx inkpot|name=polished sardonyx inkpot|note=Shield and Reflex|3,500}}&lt;br /&gt;
{{ShopItem|t=i|glossy jade inkpot|name=glossy jade inkpot|note=Shield and Evasion|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|pearlescent moonstone inkpot|name=pearlescent moonstone inkpot|note=Stamina and Reflex|4,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Jade Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Jade Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a minimalist table and a polished glass sundial.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=minimalist table}}&lt;br /&gt;
{{ShopItem|t=i|crackled inkpot|note=[[Tremor]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling inkpot|note=[[Horn of the Black Unicorn]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|starry inkpot|note=[[Misdirection]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|spiraled inkpot|note=[[Telekinetic Storm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|tall inkpot|note=[[Geyser]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|veiled inkpot|note=[[Shadows]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|frosted inkpot|note=[[Ice Patch]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery inkpot|note=[[Bless]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|bright yellow inkpot|note=[[Swarm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|fluted bloodstone inkpot|name=fluted bloodstone inkpot|note=[[Rage of the Clans]]|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;1% prep spells.  Harness until you drop!  Each inkpot is carefully labeled with the spell it contains.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|name=iridescent inkpot-shaped dial etched with esoteric runes|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Verdigris Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Verdigris Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an inky black counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|dusty smokewhorl sketchbook embellished with a golden seal|name=&#039;&#039;&#039;dusty smokewhorl sketchbook embellished with a golden seal&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|splotched sketchbook depicting a starry night sky|name=&#039;&#039;&#039;splotched sketchbook depicting a starry night sky&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sketchbooks allow you to save the appearance of your tattoo and re-use it, similar to the way feature compacts function.  The sketchbook only works with the cosmetic portion of tattoos and does not touch any magical aspects of a tattoo.  Empty inkpots will still need to be used for runic, heroic, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Coral Walkway=&lt;br /&gt;
==Gold Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Gold Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an enormous marble hand, a huge quartz foot, a large granite knee and a giant slate elbow.&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=marble hand}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knuckles bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knuckles|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knuckles studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;You probably don&#039;t want to crack these knuckles, unless you&#039;re doing so upside the head of a mechanical mouse.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=quartz foot}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth footwraps bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|weighted haledroth footwraps studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth footwraps|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A nice high kick into the nose of a mechanical mouse will be far more effective with these footwraps, no matter which color you choose.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=granite knee}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knee spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knee spikes|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knee spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Knees are excellent for bludgeoning your enemies.  If your enemies are mechanical mice, these will help you make even more of an impact.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=slate elbow}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth elbow spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth elbow spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth elbow spikes|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If your fondest dream has been to smash your elbow into the face of a mechanical mouse, you may need help.  These will help, and they&#039;re available in three fashionable color options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=curved haledroth hooks}}&lt;br /&gt;
{{ShopItem|t=w|puffy-white leather whip with haledroth spikes|name=&#039;&#039;&#039;puffy-white leather whip with haledroth spikes&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth meteor hammer with sharpened blades|name=&#039;&#039;&#039;haledroth meteor hammer with sharpened blades&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These whips are able to damage mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glossy crystal-bone stand}}&lt;br /&gt;
{{ShopItem|t=s|haledroth triangular sipar|name=&#039;&#039;&#039;haledroth triangular sipar&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopItem|t=w|haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt|name=&#039;&#039;&#039;haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sipar can defend against mechanical mice and the rapier can damage it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Viridian Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Viridian Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=w|quelium throwing spike with featherlette flights trailing from barkcloth cord|720}}&lt;br /&gt;
{{ShopItem|t=w|lacquered jambu boomerang engraved with a pattern of overlapping leaves|720}}&lt;br /&gt;
{{ShopItem|t=w|hefty hunting bola with three quelium weights connected by braided barkcloth|720}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bola has a nature flare.  The boomerang has a nature flare.  The spike has a nature flare.  Yes indeed, the contents of this counter are all natural.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Maroon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Maroon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall driftwood stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=driftwood stand}}&lt;br /&gt;
{{ShopItem|t=i|covellite-lined sheath with a purple gold bat-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|weathered sheath with brass banding|1,000}}&lt;br /&gt;
{{ShopItem|t=i|tel&#039;athi-lined scabbard with a faded rose gold spider-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|gold-chased scabbard with a silver lion buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|name=dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|brilliantine baldric adorned with a golden heaven&#039;s bell buckle|name=brilliantine baldric adorned with a golden heaven&#039;s bell buckle|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These are bless containers that will hold a single weapon within the constraints of the container size and bless it once every five roisaen for up to one-hundred strikes.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|1 bless strike per recharge pulse. 100 bless strikes count cap.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==White Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a White Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine backsheath heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress backsheath|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin backsheath fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine baldric heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress baldric|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin baldric fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Baldrics and backsheaths for the bold.  Or just for people who want to attach a dozen weapons to a fashionable strap.   When worn, giving the baldric a quick pull may help you distribute the weight of the weapons, though it won&#039;t reduce it.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|Holds any twelve weapons regardless of size or weight.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Brown Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Brown Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a battered oak bookshelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak bookshelf}}&lt;br /&gt;
{{ShopItem|t=i|ornate codex of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|oversized treatise of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|dog-eared manual of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|impressive encyclopedia of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|hefty omnibus of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re tired of remembering which crafting instructions are where, you may find the books here helpful.  All the instructions, all in one place!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Raspberry Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Raspberry Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous moonsilver counter and a luminous moonsilver rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver counter}}&lt;br /&gt;
{{ShopItem|t=w|sinuous heartname leather whip capped with a lilac moonsilver knot|name=&#039;&#039;&#039;sinuous heartname leather whip capped with a lilac moonsilver knot&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
{{ShopItem|t=w|midnight-blue demonscale whip wound in blackened moonsilver filigree|name=&#039;&#039;&#039;midnight-blue demonscale whip wound in blackened moonsilver filigree&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|twisted black leather whip interwoven with strands of crimson moonsilver|name=&#039;&#039;&#039;twisted black leather whip interwoven with strands of crimson moonsilver&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|braided ice-veined leather whip arrayed with knots of blued moonsilver|name=&#039;&#039;&#039;braided ice-veined leather whip arrayed with knots of blued moonsilver&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver rack}}&lt;br /&gt;
{{ShopItem|t=w|fanciful quelium meteor hammer blossoming with a pair of unicorn lilies|name=&#039;&#039;&#039;fanciful quelium meteor hammer blossoming with a pair of unicorn lilies&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|vicious agonite meteor hammer terminated with blackened skulls|name=&#039;&#039;&#039;vicious agonite meteor hammer terminated with blackened skulls&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|improvised meteor hammer of two gem pouches tied with a bundling rope&amp;quot;|name=&#039;&#039;&#039;improvised meteor hammer of two gem pouches tied with a bundling rope&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|serrated forgeheart iron meteor hammer lashed between shooting comets&amp;quot;|name=&#039;&#039;&#039;serrated forgeheart iron meteor hammer lashed between shooting comets&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Conch Walkway=&lt;br /&gt;
&lt;br /&gt;
==Yellow Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Yellow Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jungle green stand, a painted card, a painted note, a painted sign, an ordinary seed box and a macawood seed crate.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Card, note, and sign text:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;A painted card reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
LUMP of vines = a somber woven cloak dappled with scarlet nightshade blossoms, wild crimson rosebuds, clumps of multicolored astilbe, or frosty blue iceberry clusters&lt;br /&gt;
&lt;br /&gt;
PILE of vines = a sweeping rambler vine cloak festooned with plum-colored rosebuds, flame-colored rosettes, olive-toned roses, or wild sapphire roses&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted note reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
CHUNK of vines = a gracefully flowing cloak of living vines with a high collar of Queen-of-the-night lily clusters, Moonlight gardenias, sun&#039;s glory blossoms, or Elven tears blossoms&lt;br /&gt;
&lt;br /&gt;
THRONG of vines = a sweeping dendritic cloak of living vines strewn with small Dragon Spine orchids, Death&#039;s Shadow Lilies, Desert Scorpion blossoms, or dark nightshade blossoms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted sign reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and are sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
BUNCH of vines = a living cloak of delicate white boneflowers, pale blue sirese flowers, brilliant yellow snapdragons, or bright red firefall blooms nestled among vines&lt;br /&gt;
&lt;br /&gt;
NOTE: Purchase of all living cloaks are AS IS and take care to get the TYPE of vines you wish to buy.&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green stand}}&lt;br /&gt;
{{ShopItem|t=i|living cloak of flowers nestled among vines|name=squirming bunch of vines|note=living cloak of &amp;lt;flowers&amp;gt; nestled among &amp;lt;health&amp;gt; vines|3,000}} &lt;br /&gt;
{{ShopItem|t=i|sweeping rambler vine cloak festooned with flowers|name=squirming pile of vines|note=sweeping rambler vine cloak festooned with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|somber woven cloak dappled with flowers|name=squirming lump of vines|note=somber woven cloak dappled with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|gracefully flowing cloak of living vines with a high collar of flowers|name=squirming chunk of vines|note=gracefully flowing cloak of living vines with a high collar of &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sweeping dendritic cloak of living vines strewn with small flowers|name=squirming throng of vines|note=sweeping dendritic cloak of living vines strewn with small &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vines on the stand are [[:Category:Living vine cloaks|unusual living cloaks]] that are both active and interactive, but require occasional nourishment.  Please read the card, note, and then sign for more information.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed box}}&lt;br /&gt;
{{ShopItem|t=i|packet of sand blossom seedlings|name=packet of sand blossom seedlings|note=clusters of waxy sand blossoms|100}} &lt;br /&gt;
{{ShopItem|t=i|packet of adder&#039;s tongue seedlings|name=packet of adder&#039;s tongue seedlings|note=bouquets of blood-red adder&#039;s tongue blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of rosemary seedlings|name=packet of rosemary seedlings|note=bunches of blue rosemary blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of alyssum seedlings|name=packet of alyssum seedlings|note=clusters of mixed purple and pink alyssum flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of ironwood blossom seedlings|name=packet of ironwood blossom seedlings|note=clumps of milky white ironwood blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of iera blossom seedlings|name=packet of iera blossom seedlings|note=patches of shimmering blood-red iera flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of black orchid seedlings|name=packet of black orchid seedlings|note=weeping cascades of black orchids|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of glaysker seedlings|name=packet of glaysker seedlings|note=dense knots of pale purple glaysker flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of periwinkle seedlings|name=packet of periwinkle seedlings|note=dense patches of fiery orange periwinkle blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of peony seedlings|name=packet of peony seedlings|note=delicate blush-pink peonies|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of goldenbell seedlings|name=&#039;&#039;&#039;packet of goldenbell seedlings&#039;&#039;&#039;|note=creeping bright yellow tendrils of goldenbell blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of Eluned&#039;s Glory seedlings|name=&#039;&#039;&#039;packet of Eluned&#039;s Glory seedlings&#039;&#039;&#039;|note=colorful sprays of Eluned&#039;s Glory blooms|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed crate}}&lt;br /&gt;
{{ShopItem|t=i|iridescent packet of rainbow rose seedlings|name=iridescent packet of rainbow rose seedlings|note=iridescent rainbow roses|200}} &lt;br /&gt;
{{ShopItem|t=i|shiny packet of moonstained wildflower seedlings|name=shiny packet of moonstained wildflower seedlings|note=luminous moonstained wildflowers|200}}&lt;br /&gt;
{{ShopItem|t=i|gold-limned packet of heaven&#039;s bell seedlings|name=gold-limned packet of heaven&#039;s bell seedlings|note=golden heaven&#039;s bell blossoms|200}}&lt;br /&gt;
{{ShopItem|t=i|vermilion packet of jalren&#039;rae tulip seedlings|name=vermilion packet of jalren&#039;rae tulip seedlings|note=vermilion jalren&#039;rae tulips|200}}&lt;br /&gt;
{{ShopItem|t=i|crimson packet of bleeding heart vine seedlings|name=crimson packet of bleeding heart vine seedlings|note=crimson bleeding heart vine blossoms|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bronze Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Bronze Pushcart&lt;br /&gt;
|desc=SSurrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a small blue stand, a large green table and a long purple counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=blue stand}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey sallet set with deep blue flecked tidal bloodstones|450}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black sallet chased in quelium flames|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey sallet is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green table}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black half plate chased in quelium flames|700}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey half plate set with deep blue flecked tidal bloodstones|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey half plate is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=purple counter}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate greaves set with deep blue flecked tidal bloodstones|300}}&lt;br /&gt;
{{ShopItem|t=a|void-black light plate greaves chased in quelium flames|300}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black gauntlets chased in quelium flames|name=&#039;&#039;&#039;lightweight void-black gauntlets chased in quelium flames&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate gauntlets set with deep blue flecked tidal bloodstones|name=&#039;&#039;&#039;storm-grey plate gauntlets set with deep blue flecked tidal bloodstones&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey greaves are shocking, and the void-black ones are hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cobalt Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cobalt Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round red table and a tall orange counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red table}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded shirt patterned with king proteas|700}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated shirt patterned with moonstained wildflowers|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated shirt may cause your enemies to think you&#039;re really chill.  The padded shirt is a bit hotter.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=orange counter}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded pants belted with bleeding heart vines|300}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated pants belted with murchban vines|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated pants won&#039;t chill you, but they might chill your enemies.  The padded ones are just hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grey Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Grey Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver rack, some polished gold hooks and a sturdy damite counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver rack}}&lt;br /&gt;
{{ShopItem|t=a|diacan lamellar helm sculpted with the visage of a Saendalen shark|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite lamellar helm sculpted with the visage of a blazing phoenix|200}}&lt;br /&gt;
{{ShopItem|t=a|diacan plate mask crafted with sleek lines|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite plate mask firestained with gold and vermilion hues|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Any agonite item on this rack has the chance to scorch your enemies, while the diacan will give them a chill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold hooks}}&lt;br /&gt;
{{ShopItem|t=a|diacan mail gloves crafted with sleek lines|300}}&lt;br /&gt;
{{ShopItem|t=a|agonite mail gloves firestained with gold and vermilion hues|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to leave scorch marks on your enemies, try the agonite mail gloves.  The diacan ones are much colder.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite counter}}&lt;br /&gt;
{{ShopItem|t=a|sleek black leathers tinged with oceanic blue|1,000}}&lt;br /&gt;
{{ShopItem|t=a|gold and vermilion leathers embossed with fiery feathering|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The black leathers are colder than they may first appear (for your enemies), while the gold and vermilion are hot stuff.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Marigold Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Marigold Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=tall crystal stand}}&lt;br /&gt;
{{ShopItem|t=i|luminescent starshine signet ring of a rampant dragon|name=&#039;&#039;&#039;luminescent starshine signet ring of a rampant dragon&#039;&#039;&#039;|100,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The signet ring will create a combat enclave that spawns flexing white marble gargoyles upon activation for six hours.  This personal hunting area can only be accessed by the user and can be used once per day.  A single infuser stone will add one-hundred-and-eighty days of usage for the ring&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Vermilion Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Vermilion Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wide vermilion counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wide vermilion counter}}&lt;br /&gt;
{{ShopItem|t=i|crimson-red tomatoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh chicken liver|20}}&lt;br /&gt;
{{ShopItem|t=i|hearty pellet|20}}&lt;br /&gt;
{{ShopItem|t=i|dark chocolate|20}}&lt;br /&gt;
{{ShopItem|t=i|rye bread|20}}&lt;br /&gt;
{{ShopItem|t=i|salty bacon|20}}&lt;br /&gt;
{{ShopItem|t=i|mincemeat tarts|20}}&lt;br /&gt;
{{ShopItem|t=i|marbled meat|20}}&lt;br /&gt;
{{ShopItem|t=i|white eggs|20}}&lt;br /&gt;
{{ShopItem|t=i|ripe mangoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh jerky|20}}&lt;br /&gt;
{{ShopItem|t=i|legless white rat|20}}&lt;br /&gt;
{{ShopItem|t=i|gorey hog hoof|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh boar&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|severed hand (2)|name=severed hand|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh lettuce|20}}&lt;br /&gt;
{{ShopItem|t=i|dead frog|20}}&lt;br /&gt;
{{ShopItem|t=i|large vial of blood|20}}&lt;br /&gt;
{{ShopItem|t=i|whole lizard&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|bucket of fresh chum|20}}&lt;br /&gt;
{{ShopItem|t=i|handful of dead crickets|20}}&lt;br /&gt;
{{ShopItem|t=i|leafy greens|20}}&lt;br /&gt;
{{ShopItem|t=i|wiggling worms|20}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter are high quality champion bait for specific creatures found in Taisidon.  Use at your own caution!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Knifejaw Walkway=&lt;br /&gt;
==Cerise Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerise Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large oak shelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak shelf}}&lt;br /&gt;
{{ShopItem|t=i|glittery unicorn-shaped slate framed with e&#039;erdream hearts|300}}&lt;br /&gt;
{{ShopItem|t=i|glittery rainbow-shaped slate framed with e&#039;erdream clouds|300}}&lt;br /&gt;
{{ShopItem|t=i|simple writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|kertig writing slate framed in ebony|300}}&lt;br /&gt;
{{ShopItem|t=i|cosmic zircon writing slate framed in rosewood|300}}&lt;br /&gt;
{{ShopItem|t=i|demonbone writing slate backed with demonscale|300}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|black marble writing slate|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Remember how much fun writing slates are?  These are even more fun, because you can link a pair of them and send top secret messages to a friend.  Keep it classy!  (No, really.  Your message only makes it through if you do.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lilac Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lilac Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a pile of white sand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=white sand}}&lt;br /&gt;
{{ShopItem|t=i|translucent icesteel casket studded with radiant-cut winter emeralds|150}}&lt;br /&gt;
{{ShopItem|t=i|glittering diamondwood treasure chest with black gold hinges|150}}&lt;br /&gt;
{{ShopItem|t=i|small glittering jewel safe of starlight-white uthamar|150}}&lt;br /&gt;
{{ShopItem|t=i|gold filigree jewelry box set with ocean&#039;s heart diamonds|150}}&lt;br /&gt;
{{ShopItem|t=i|sturdy mikkhalbamar coffer banded with heavy Dwarven iron straps|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;What sort of fun could you have with a treasure chest you fill and then bury?  Buy one of these and find out!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Red Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Red Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a smooth ivory bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ivory bookstand}}&lt;br /&gt;
{{ShopItem|t=i|austere scholar&#039;s tome|30,000}}&lt;br /&gt;
{{ShopItem|t=i|lengthy barkcloth monograph with a pebble mosaic cover|30,000}}&lt;br /&gt;
{{ShopItem|t=i|opulent Taisidon silkcress-bound almanac with diacan edged pages|30,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy treatise chased with navigational coordinates upon its quelium spine|30,000}}&lt;br /&gt;
{{ShopItem|t=i|eclectic artisan&#039;s manual painted with a vibrant Taisidonian landscape|30,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Random trivia.  Refreshers on half-forgotten lessons.  All this and more can be yours, eventually, if you buy one of these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Blue Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Blue Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a fluted alabaster pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=fluted alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|weathered ilomba chest with vardite hinges|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Years ago, you had to build these yourself.  Now, without even a chance at getting a splinter, you can have all the fun with none of the annoying work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Green Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a low green counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green counter}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|name=infuser stone|300}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|name=potency crystal|300}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Charcoal Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Charcoal Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round glass table.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=round glass table}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart|name=&#039;&#039;&#039;black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopItem|t=i|polished icethorn canister strewn with trillion-cut winter emeralds|name=&#039;&#039;&#039;polished icethorn canister strewn with trillion-cut winter emeralds&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The canisters will allow you to store multiple memory orbs of different types.  Functioning similarly to spell scroll stackers, the canisters will store up to thirty different skills and up to thirty full orbs of each skill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Grouper Walkway=&lt;br /&gt;
==Wisteria Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Wisteria Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished satinwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=satinwood display}}&lt;br /&gt;
{{ShopItem|t=i|pink voucher|note=a luxurious ilomba bed draped in garlands of moonstained wildflowers|1,050}}&lt;br /&gt;
{{ShopItem|t=i|reddish-brown voucher|note=a massive macawood bed covered with a canopy of palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|green voucher|note=a claw-footed chaise lounge featuring a bold pattern of emerald green palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with a grimwood canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with a grimwood canopy bed&#039;&#039;&#039; |note=a grimwood canopy bed with a steelsilk canopy and comforter|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with an icethorn canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with an icethorn canopy bed&#039;&#039;&#039; |note=an inlaid icethorn canopy bed with winterweave curtains and coverlet|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Luxurious materials, elegant designs, and the ability to tuck 50 items neatly away -- what more could you ask for from a piece of furniture?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Persimmon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Persimmon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished lunat display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lunat display}}&lt;br /&gt;
{{ShopItem|t=i|cabinet voucher heavily illustrated with a mistwood cabinet|note=a heavy mistwood cabinet resting atop a matching platform|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bar cart voucher elegantly illustrated with a sleek mistglass bar cart|note=a sleek mistglass bar cart with an exquisitely sculpted uthamar openwork frame|1,050}}&lt;br /&gt;
{{ShopItem|t=i|cupboard voucher painted with a weathered rockwood cupboard|note=a weathered rockwood cupboard fitted with glaes handles|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful furniture items available on this display will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak table}}&lt;br /&gt;
{{ShopItem|t=i|furniture voucher|name=&#039;&#039;&#039;furniture voucher&#039;&#039;&#039; |note=an inlaid icethorn table with carved legs embellished with snowflakes|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a diamondwood table|name=&#039;&#039;&#039;table voucher illustrated with a diamondwood table&#039;&#039;&#039; |note=a diamondwood table inlaid with a spiraling design in black gold|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a grimwood table|name=&#039;&#039;&#039;table voucher illustrated with a grimwood table&#039;&#039;&#039; |note=a grimwood table with pedestal carved as a leafless tree|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful tables available on this table will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tawny Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Tawny Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished silverwillow display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwillow display}}&lt;br /&gt;
{{ShopItem|t=i|pint-sized brindle puppy voucher|note=a pint-sized brindle puppy|150}}&lt;br /&gt;
{{ShopItem|t=i|wolf pup voucher|note=a pot-bellied Siksrajan wolf pup|150}}&lt;br /&gt;
{{ShopItem|t=i|Musparan dog voucher|note=a bewhiskered ash grey Musparan dog|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a flutertae, clymbol, or floratroll is just too much for you, maybe one of these dogs will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cerulean Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerulean Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished goldwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=goldwood display}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue voucher painted with a delicate silk carpet|note=a delicate silk carpet dyed in variegated shades of sand and sea|100}}&lt;br /&gt;
{{ShopItem|t=i|green voucher painted with a Taisidon silkcress carpet|note=a jungle green Taisidon silkcress carpet strewn with moonstained wildflowers|100}}&lt;br /&gt;
{{ShopItem|t=i|brown voucher painted with a woven barkcloth rug|note=a woven barkcloth rug shaded in earthy tones|100}}&lt;br /&gt;
{{ShopItem|t=i|colorful voucher painted with a featherlette rug|note=a fluffy featherlette rug featuring bright blue and green hues|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These patterns won&#039;t fly.  (Well, we hope they&#039;ll fly off the display and into your home!)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cyan Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cyan Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see anintricate silverwood desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwood desk}}&lt;br /&gt;
{{ShopItem|t=i|shimmering baroque pearl necklace strung on Taisidon silkcress cording|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sleek diacan torque terminated by cabochon seastar tourmaline piranhas|3,000}}&lt;br /&gt;
{{ShopItem|t=i|bleached bone amulet carved into a stylized black pard|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re wondering what a Dwarf was talking about but your Haakish is a bit rusty, one of these can be just the thing.  (Also suitable for other languages.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chestnut Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chestnut Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted chestnut counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted chestnut counter}}&lt;br /&gt;
{{ShopItem|t=i|ornamental xenomite brassard strung in a series of six interlocking rings|name=&#039;&#039;&#039;ornamental xenomite brassard strung in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|watered steel armlet encased by a series of six interlocking rings|name=&#039;&#039;&#039;watered steel armlet encased by a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|firestained agonite armband draped in a series of six interlocking rings|name=&#039;&#039;&#039;firestained agonite armband draped in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|braided purple gold bracelet interwoven with a series of six interlocking rings|name=&#039;&#039;&#039;braided purple gold bracelet interwoven with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy electrum wristcuff centered with a series of six interlocking rings|name=&#039;&#039;&#039;heavy electrum wristcuff centered with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|slender diamondwood wristlet dangling a series of six interlocking rings|name=&#039;&#039;&#039;slender diamondwood wristlet dangling a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Warrior Mage&#039;s elemental charge.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Flounder Walkway=&lt;br /&gt;
==Chartreuse Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chartreuse Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted red vanity, a wooden mismatched countertop and a dark scarred dresser.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red vanity}}&lt;br /&gt;
{{ShopItem|t=i|delicate brown mirror painted with a face featuring bushy eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate white mirror painted with a face featuring inverted eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate red mirror featuring a face with lightning bolt-shaped eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate blue mirror painted with a face featuring peaked eyebrows|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If raising your eyebrows isn&#039;t commanding the attention you deserve, maybe one of the mirrors here can help?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mismatched countertop}}&lt;br /&gt;
{{ShopItem|t=i|cracked mirror reflecting a distinguishing mark|name=cracked mirror reflecting a distinguishing mark|note=deeply furrowed line between the eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|pearl mirror reflecting a distinguishing mark|name=pearl mirror reflecting a distinguishing mark|note=an ulcerated mass of scabrous tissue around the left eye|450}}&lt;br /&gt;
{{ShopItem|t=i|burnt mirror reflecting a distinguishing mark|name=burnt mirror reflecting a distinguishing mark|note=an inexorable streak of splaying black veins spreading along the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|crosshatched mirror reflecting a distinguishing mark|name=crosshatched mirror reflecting a distinguishing mark|note=an extensive mass of mottled burns extending up the cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of mirrors with different distinguishing marks.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=scarred dresser}}&lt;br /&gt;
{{ShopItem|t=i|lacquered mirror depicting an ashen scar|name=lacquered mirror depicting an ashen scar|note=an ashen scar sinuously curving across the bridge of the nose|450}}&lt;br /&gt;
{{ShopItem|t=i|rippled mirror reflecting a distinguishing mark|name=rippled mirror reflecting a distinguishing mark|note=an ugly and jagged scar across the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|oval mirror reflecting a distinguishing mark|name=oval mirror reflecting a distinguishing mark|note= a series of three vertical scars beneath the right eye|450}}&lt;br /&gt;
{{ShopItem|t=i|square mirror reflecting a distinguishing mark|name=square mirror reflecting a distinguishing mark|note=a series of four deep horizontal scars across the left cheek|450}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror reflecting a distinguishing mark|name=&#039;&#039;&#039;silver mirror reflecting a distinguishing mark&#039;&#039;&#039;|note=an oblate puckered line of raised scarring along the forehead|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror reflecting a distinguishing mark|name=&#039;&#039;&#039;gold mirror reflecting a distinguishing mark&#039;&#039;&#039;|note=an ipsilateral pair of jagged scars raked across each cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dresser holds a variety of mirrors with different scars.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Copper Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Copper Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted green vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green vanity}}&lt;br /&gt;
{{ShopItem|t=i|tarnished mirror depicting a person with abyssal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|plain mirror depicting a person with unfocused eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blackened razaksel mirror depicting a person with fathomless eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|polished razaksel mirror depicting a person with watery eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|&#039;&#039;&#039;rose-pink mirror depicting a person with caring eyes&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The eyes have it.  And you can have the eyes, if you buy the right mirror here!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Heliotrope Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Heliotrope Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted heliotrope vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=heliotrope vanity}}&lt;br /&gt;
{{ShopItem|t=i|charcoal-hued mirror depicting a person with stormy eyes|note=stormy charcoal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blue seaglass mirror depicting a person with sea-blue eyes|note=sea-blue eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|green seaglass mirror depicting a person with sea-green eyes|note=sea-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|grey seaglass mirror depicting a person with sea-grey eyes|note=sea-grey eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|speckled mirror depicting a person with seafoam-green eyes|note=speckled seafoam-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|covellite mirror depicting a person with ultramarine eyes|note=ultramarine eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sea changes colors dependent upon the light.  With these mirrors, your eyes can, too!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mauve Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Mauve Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted mauve vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mauve vanity}}&lt;br /&gt;
{{ShopItem|t=i|burnished green gold compact set with a Saendalen emerald palm tree|3,000}}&lt;br /&gt;
{{ShopItem|t=i|polished smokewood compact featuring a brilliant inferno&#039;s heart flame|3,000}}&lt;br /&gt;
{{ShopItem|t=i|dainty silversteel compact sprinkled with blackberry miajho tarts|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to change your looks without losing them, these compacts are your new best friend!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Taupe Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Taupe Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted taupe vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=taupe vanity}}&lt;br /&gt;
{{ShopItem|t=i|scratched mirror depicting a face with a scarred nose|note=deeply scarred nose|450}}&lt;br /&gt;
{{ShopItem|t=i|ornate mirror depicting a face with a patrician nose|note=refined patrician nose|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with a flat nose|note=broad, flat nose|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a face with a craggy nose|note=harsh, craggy nose|450}}&lt;br /&gt;
{{ShopItem|t=i|weighty mirror depicting a face with a fleshy nose|note=prominent fleshy nose|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If the eyes are the window to the soul, then the nose is the window to ... nevermind.  If you thought too hard about that, you might want a new look for your nose.  Here, you can get just that.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lemon Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lemon Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted lemon counter..&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted lemon counter}}&lt;br /&gt;
{{ShopItem|t=i|silver armlet bordered in symbolic anloral iconography|name=&#039;&#039;&#039;silver armlet bordered in symbolic anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|diacan armband embedded with jagged anloral icons|name=&#039;&#039;&#039;diacan armband embedded with jagged anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|glowing truegold wristcuff with anloral iconography|name=&#039;&#039;&#039;glowing truegold wristcuff with anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|ivory wristlet dappled with polished anloral icons|name=&#039;&#039;&#039;ivory wristlet dappled with polished anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Cleric&#039;s devotion.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Hazel Shop==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Hazel Shop&lt;br /&gt;
|desc=Surrounding the shop, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted hazel vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted hazel vanity}}&lt;br /&gt;
{{ShopItem|t=i|elegant mirror depicting a face with delicate ears|name=&#039;&#039;&#039;elegant mirror depicting a face with delicate ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with protruding ears|name=&#039;&#039;&#039;broad mirror depicting a face with protruding ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror depicting a face with lopsided ears|name=&#039;&#039;&#039;crooked mirror depicting a face with lopsided ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|petite mirror depicting a face with small ears|name=&#039;&#039;&#039;petite mirror depicting a face with small ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These mirrors will change the appearance of your ears.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Snapper Walkway=&lt;br /&gt;
==Silver Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Silver Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver vanity}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror painted with curls of sunflower blonde hair|note=sunflower blonde hair|450}}&lt;br /&gt;
{{ShopItem|t=i|smoky lilac mirror painted with wisterias|note=smoky lilac hair|450}}&lt;br /&gt;
{{ShopItem|t=i|round mirror painted in shades of white and black|note=salt and pepper hair|450}}&lt;br /&gt;
{{ShopItem|t=i|greasy brown mirror with oil stains on the back|note=greasy brown hair|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Hair.  If you&#039;ve got it, flaunt it.  If you&#039;re bored with it, maybe one of these colors will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Burgundy Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Burgundy Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted burgundy vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=burgundy vanity}}&lt;br /&gt;
{{ShopItem|t=i|bamboo mirror depicting a person of commanding height|note=commanding height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|lopsided oak mirror reflecting a person&#039;s height|note=of middling height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|silver-framed mirror reflecting a person&#039;s height|note=of ordinary proportions for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|pale lavender mirror painted with a pint-sized figure|note=pint-sized for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror painted with a puny figure|note=puny for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are you happy with your height?  Would you rather change your perspective?  You&#039;ve come to the right place.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Coral Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Coral Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|blackened moonsilver spider icon poised to display a blood ruby hourglass|750}}&lt;br /&gt;
{{ShopItem|t=i|umbral damite panther icon with eyes of midnight onyx|750}}&lt;br /&gt;
{{ShopItem|t=i|tarnished steel goshawk icon set within a nest of khor&#039;vela|750}}&lt;br /&gt;
{{ShopItem|t=i|menacing glaes shark icon set within a windsteel hurricane|750}}&lt;br /&gt;
{{ShopItem|t=i|windsteel albatross icon silhouetted within a compass rose|750}}&lt;br /&gt;
{{ShopItem|t=i|ammolite dolphin icon affixed to a base of Imperial coral|750}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;I thought at first the boss said these were to put holes in weapons, but no.  They&#039;re not.  Charging up holy weapons does not put holes in them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Violet Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Violet Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted violet vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=violet vanity}}&lt;br /&gt;
{{ShopItem|t=i|mottled oval mirror reflecting a person&#039;s skin color|note=blackhead-marred chalky white skin|450}}&lt;br /&gt;
{{ShopItem|t=i|pocked white oval mirror reflecting a person&#039;s skin color|note=cellulite-dimpled pale skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval lilac-hued mirror reflecting a person&#039;s skin color|note=liver-spotted skin|450}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror with a body-shaped handle painted midnight black|note=midnight black skin|450}}&lt;br /&gt;
{{ShopItem|t=i|cougar-pelt mirror featuring a blank face with warm caramel-hued skin|note=warm caramel-hued skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval tawny mirror reflecting a person&#039;s skin color|note=tawny skin|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Does your skin-tone change with the seasons?  Do you want it to?  These mirrors could do the trick!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pink Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Pink Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted pink vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=pink vanity}}&lt;br /&gt;
{{ShopItem|t=i|river willow mirror depicting a person with a sleek build|note=a sleek figure|450}}&lt;br /&gt;
{{ShopItem|t=i|sweet chestnut mirror reflecting a person&#039;s build|note=a sloppy figure|450}}&lt;br /&gt;
{{ShopItem|t=i|pearwood mirror reflecting a person&#039;s build|note=a pear-shaped figure|450}}&lt;br /&gt;
{{ShopItem|t=i|oval oravir mirror reflecting a person&#039;s build|note=an elephantine figure|450}}&lt;br /&gt;
{{ShopItem|t=i|hexagonal haon mirror reflecting a person&#039;s build|note=a coltish figure|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Some people diet or lift weights to change their build.  Good on them.  You could do that, or you could just buy these mirrors, and skip all the hard work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Peach Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Peach Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see some brass hanging hooks and a tall steel rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=brass hanging hooks}}&lt;br /&gt;
{{ShopItem|t=i|snow-white lotusweave reticule pinned with an iceblink peridot|name=&#039;&#039;&#039;snow-white lotusweave reticule pinned with an iceblink peridot&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|tiny fractalline bag embroidered with maddening abstract reflections|name=&#039;&#039;&#039;tiny fractalline bag embroidered with maddening abstract reflections&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth poke with grass-woven drawstrings|name=&#039;&#039;&#039;barkcloth poke with grass-woven drawstrings&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|grimwood kit set with a demon gaze agate cabochon|name=&#039;&#039;&#039;grimwood kit set with a demon gaze agate cabochon&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A note on the hooks reads: &amp;quot;The containers on the hooks are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=steel rack}}&lt;br /&gt;
{{ShopItem|t=i|whimsical spun rainbow pouch cinched with fractalline cords|name=&#039;&#039;&#039;whimsical spun rainbow pouch cinched with fractalline cords&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|discrete smokewhorl wallet|name=&#039;&#039;&#039;discrete smokewhorl wallet&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|elegant Taisidon silkcress purse fringed with luminescent starshine beads|name=&#039;&#039;&#039;elegant Taisidon silkcress purse fringed with luminescent starshine beads&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|polished blackwood case speckled with a multitude of night sky citrines|name=&#039;&#039;&#039;polished blackwood case speckled with a multitude of night sky citrines&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The containers on the rack are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Dogfish Walkway=&lt;br /&gt;
==Sapphire Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sapphire Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted sapphire vanity and a bright sapphire countertop.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire vanity}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror painted with a fluffy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|bronze mirror painted with a long bushy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|platinum mirror painted with a black-tipped Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror painted with a ridiculously long Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;They say your characteristics are inborn, but if you could improve them, wouldn&#039;t you?  These mirrors may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire countertop}}&lt;br /&gt;
{{ShopItem|t=i|brass mirror depicting a Prydaen with dull black fur|name=brass mirror depicting a Prydaen with dull black fur|450}}&lt;br /&gt;
{{ShopItem|t=i|rencate mirror depicting a Prydaen with glossy white fur|name=rencate mirror depicting a Prydaen with glossy white fur|450}}&lt;br /&gt;
{{ShopItem|t=i|copper mirror depicting a Prydaen with mangy brown fur|name=copper mirror depicting a Prydaen with mangy brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror depicting a Prydaen with silky grey fur|name=mirror depicting a Prydaen with silky grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cocobolo mirror depicting a Prydaen with sea-grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|whitethorn mirror depicting a Prydaen with ghostly white fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of Prydaen fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Saffron Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Saffron Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted saffron vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|lunat mirror depicting a S&#039;Kra Mur with wavy sea-blue scales|450}}&lt;br /&gt;
{{ShopItem|t=i|adderwood mirror depicting a S&#039;Kra Mur with glistening sea-grey scales|450}}&lt;br /&gt;
{{ShopItem|t=i|witchclaw mirror depicting a S&#039;Kra Mur with ghostly white scales|450}}&lt;br /&gt;
{{ShopItem|t=i|cypress mirror depicting a S&#039;Kra Mur with shimmering sea-green scales|450}}&lt;br /&gt;
{{ShopItem|t=i|oaken mirror depicting a S&#039;Kra Mur with a keeled tail|450}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue mirror depicting a S&#039;Kra face with a short snout|note=short Reshalian snout|450}}&lt;br /&gt;
{{ShopItem|t=i|Musparan green mirror depicting a S&#039;Kra face with a long snout|note=long, primitive-looking snout|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Scales and tails need no improvement, of course, but a little enhancement never hurt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest|name=&#039;&#039;&#039;driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest&#039;&#039;&#039;|note=membranous, fin-like crest|450}}&lt;br /&gt;
{{ShopItem|t=i|rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest|name=&#039;&#039;&#039;rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest|name=&#039;&#039;&#039;bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest|name=&#039;&#039;&#039;khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest|name=&#039;&#039;&#039;dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest&#039;&#039;&#039;|note=regal crest resembling a dragon&#039;s ear frills||450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The mirrors on the counter are for S&#039;Kra Mur crests.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crimson Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Crimson Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a crimson counter, a crimson display and a crimson pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson counter}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|name=drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|2,000}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|name=drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue glaes wedding ring inlaid with dark xenomite stars|name=sky-blue glaes wedding ring inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopItem|t=i|blue-white glaes wedding band inlaid with dark xenomite stars|name=blue-white glaes wedding band inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson display}}&lt;br /&gt;
}}&lt;br /&gt;
{{ShopItem|t=i|uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|name=uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|2,000}}&lt;br /&gt;
{{ShopItem|t=i|indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|name=indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|2,000}}&lt;br /&gt;
{{ShopItem|t=i|carved quelium wedding band embellished with a brilliant faceted glisior|name=carved quelium wedding band embellished with a brilliant faceted glisior|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding band adorned with a glittering faceted Katamba spine|name=sculpted quelium wedding band adorned with a glittering faceted Katamba spine|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|name=sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson pedestal}}&lt;br /&gt;
{{ShopItem|t=i|Elven gold wedding torque capped with carved tiger lily carnelian blooms|name=Elven gold wedding torque capped with carved tiger lily carnelian blooms|2,000}}&lt;br /&gt;
{{ShopItem|t=i|green gold wedding torque capped with carved miajho gems|name=green gold wedding torque capped with carved miajho gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding torques will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Plum Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Plum Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large plumwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=plumwood display}}&lt;br /&gt;
{{ShopItem|t=i|beachcomber&#039;s backpack made of glossy brilliantine|name=beachcomber&#039;s backpack made of glossy brilliantine|700}}&lt;br /&gt;
{{ShopItem|t=i|featherlette pack trimmed with bright white cording|name=featherlette pack trimmed with bright white cording|700}}&lt;br /&gt;
{{ShopItem|t=i|fae-woven silk backpack with an embroidered design|name=fae-woven silk backpack with an embroidered design|700}}&lt;br /&gt;
{{ShopItem|t=i|blue-green barkcloth backpack clasped with a crimson coral starfish|name=&#039;&#039;&#039;blue-green barkcloth backpack clasped with a crimson coral starfish&#039;&#039;&#039;|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The back-worn containers measure eighteen spans by thirteen spans by eight spans on the inside and can carry up to fifteen-hundred stones.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Periwinkle Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Periwinkle Stall&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall periwinkle counter and a wide periwinkle vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle counter}}&lt;br /&gt;
{{ShopItem|t=i|sardonyx mirror depicting a Rakash with thick gingery red fur|name=sardonyx mirror depicting a Rakash with thick gingery red fur|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a Rakash with grizzled greyish-brown fur|name=granite mirror depicting a Rakash with grizzled greyish-brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cinnabar mirror depicting a Rakash with glittery gold fur|name=cinnabar mirror depicting a Rakash with glittery gold fur|450}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror depicting a Rakash with coarse black fur|name=marble mirror depicting a Rakash with coarse black fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The counter holds a variety of Rakash moonskin fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle vanity}}&lt;br /&gt;
{{ShopItem|t=i|hematite mirror depicting a Rakash with a disfigured muzzle|name=hematite mirror depicting a Rakash with a disfigured muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|flagstone mirror depicting a Rakash with a greying muzzle|name=flagstone mirror depicting a Rakash with a greying muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|sandstone mirror depicting a Rakash with a scarred muzzle|name=sandstone mirror depicting a Rakash with a scarred muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|pyrite mirror depicting a Rakash with a striking muzzle|name=pyrite mirror depicting a Rakash with a striking muzzle|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vanity holds a variety of Rakash moonskin muzzle mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle table}}&lt;br /&gt;
{{ShopItem|t=i|white mirror depicting a Rakash with a white-tipped tail|name=&#039;&#039;&#039;white mirror depicting a Rakash with a white-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror depicting a Rakash with a long bushy tail|name=&#039;&#039;&#039;blue mirror depicting a Rakash with a long bushy tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|red mirror depicting a Rakash with a gnawed-upon tail|name=&#039;&#039;&#039;red mirror depicting a Rakash with a gnawed-upon tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|black mirror depicting a Rakash with a black-tipped tail|name=&#039;&#039;&#039;black mirror depicting a Rakash with a black-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The table holds a variety of Rakash moonskin tail mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Puce Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Puce Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished diamondwood buffet.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=polished diamondwood buffet}}&lt;br /&gt;
{{ShopItem|t=i|polished silversteel dinner bell with a Taisidonian pearl clapper|3,500}}&lt;br /&gt;
{{ShopItem|t=i|blown-glass hand bell with a Taisidon emerald clapper|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dinner bell will summon a sideboard with a chef&#039;s carving station that serves prime rib and some accompaniments.  The hand bell will summon a bar with drinks.  Both bells can summon their respective sideboard and bar for forty-five minutes with a three-day cooldown.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595676</id>
		<title>Taisidon Mystery 443/A&#039;baya Esplanade</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595676"/>
		<updated>2022-09-18T22:57:18Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Chartreuse Pushcart */ Added missing new mirrors.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Store At A Glance&lt;br /&gt;
|Store Name=A&#039;baya Esplanade&lt;br /&gt;
|Town= Taisidon&lt;br /&gt;
|Owner= Fantasy Excursions&lt;br /&gt;
|NumRooms=56&lt;br /&gt;
|Store Type=Clothing,Cosmetics,Crafting,Cambrinth,Container,General,Housing,Jewelry,Magic,Pet,Tattoo,Weapon&lt;br /&gt;
|Fest=Taisidon Mystery 443&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=points&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bold&#039;&#039;&#039; items are new as of this event.&lt;br /&gt;
&lt;br /&gt;
=Central Walkway=&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, Central Walkway&lt;br /&gt;
|desc=At the center of the busy shopping walkway, a beautiful ocean mosaic is pieced together with bits of shell and seaglass.  Festive gaethzen globes are hung from tall poles that are placed at even intervals along the macawood boardwalk.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shimmering ocean-blue moongate, an investigator toolkit dispenser with a couple of things on it, a quelium bell dispenser with a couple of things on it, a voile robe dispenser with a couple of things on it, a drake fang dispenser with a couple of things on it, a wildland machete dispenser with a couple of things on it and an IMPORTANT NOTICE placed near the dispensers.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: north, east, south, west.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Raffle==&lt;br /&gt;
&lt;br /&gt;
See [[Taisidon Mystery 443/Raffle]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
&lt;br /&gt;
=Northern Sand Lirum Walkway=&lt;br /&gt;
==Celadon Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Celadon Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sturdy damite display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite display}}&lt;br /&gt;
{{ShopItem|t=i|softly glowing verdant moonsilver necklace displaying a huge iceblink peridot|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|wide uthamar knight&#039;s buckle hammered with a laurel pattern|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|lirisan-handled armorer&#039;s brush with ka&#039;hurst inlay|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|muscular vardite lion|note=armor repair|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wire brushes and oil are so 425.  Why risk breaking a nail repairing your armor when one of these devices can do it for you?  (Once a day, anyway.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Black Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Black Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an oversized lightning bolt.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lightning bolt}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver bracer edged with serrated shark teeth|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery rose gold bracelet engraved with cat&#039;s-ear blossoms|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick quelium ankle cuff inset with shards of black andradite|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|wispy featherlette anklet clasped with a blackberry miajho|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do your enemies make you see stars?  One of these may find you a shadow to hide in until you&#039;re feeling better!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fuchsia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Fuchsia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large niniam counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|quelium inventor&#039;s monocle|17,500}}&lt;br /&gt;
{{ShopItem|t=i|regal diacan raven|17,500}}&lt;br /&gt;
{{ShopItem|t=i|polished diamondwood merchant&#039;s toolkit engraved with a sailing ship|17,500}}&lt;br /&gt;
{{ShopItem|t=i|eerily glowing blackened moonsilver bracelet inset with a large cosmic zircon|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Going to talk to repair clerks at crafting societies can really cramp your style.  With one of these, you can avoid one trip a day, anyway.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Magenta Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Magenta Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver stand and a sparkling gold counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver stand}}&lt;br /&gt;
{{ShopItem|t=i|inky black diacan ear-stud dangling a sailor&#039;s compass|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|striking black gold ear-frill decorated with an array of lava topazes|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|series of spiraled windsteel hoops twisted around a stormheart topaz|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick agonite earcuff inlaid with xenomite fragments|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling run down?  These fashionable bits of ear-ware will perk you up!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold counter}}&lt;br /&gt;
{{ShopItem|t=i|wide quelium ankle cuff inset with ocean&#039;s heart diamonds|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|earthy brown anklet woven out of strips of barkcloth|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|flame-kissed gold ankle-chain strung with Taisidon sunset garnet beads|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|rusty iron manacle with a chain covered in phosphorescent moonsilver barnacles|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling peaked?  Wearing one of these on your ankle may revitalize you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Scarlet Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Scarlet Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished kertig stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=kertig stand}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth chieftain&#039;s bracer strung with tidal bloodstone icons|17,500}}&lt;br /&gt;
{{ShopItem|t=i|brilliant yellow andradite swordsman&#039;s whetstone|17,500}}&lt;br /&gt;
{{ShopItem|t=i|squat indurium boar|17,500}}&lt;br /&gt;
{{ShopItem|t=i|glowing crimson moonsilver ring cradling an enormous fire whirl ruby|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are your weapons so beat up you&#039;re not sure which is the club and which is the sword?  Once a day, one of these devices will fix that!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Seashell Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Seashell Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a hammered kertig shelf and a luminescent starshine bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=hammered kertig shelf}}&lt;br /&gt;
{{ShopItem|t=w|slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&amp;quot;|name=&#039;&#039;&#039;slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover|name=&#039;&#039;&#039;ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;|name=&#039;&#039;&#039;heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminescent starshine bookstand}}&lt;br /&gt;
{{ShopItem|t=w|elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree|name=&#039;&#039;&#039;elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree&#039;&#039;&#039;|note=LT/LB|800}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Oyster Walkway=&lt;br /&gt;
==Green Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous golden nest.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=golden nest}}&lt;br /&gt;
{{ShopItem|t=i|small cambrinth egg with a painted golden sheen|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The cambrinth egg can hatch into one of six different Taisidonian creatures.  The creature is randomly picked, but all will be a cambrinth item that holds one-hundred mana and is wearable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Purple Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Purple Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall moonsilver pedestal, a luminous starglass counter and a REALLY BIG placard.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A REALLY BIG placard reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
Welcome!&lt;br /&gt;
&lt;br /&gt;
We are offering these beautiful starstones.  Not only are they pretty, but they will bring the sunlight, starlight, and moonlight indoors!&lt;br /&gt;
&lt;br /&gt;
Each starstone can be used once and lasts for 60 roisaen.&lt;br /&gt;
&lt;br /&gt;
We also carry bags on the counter that will hold up to 50 starstones at once.&lt;br /&gt;
&lt;br /&gt;
~ Management&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=moonsilver pedestal}}&lt;br /&gt;
{{ShopItem|t=i|faintly glowing starstone|10}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you don&#039;t want to buy a whole bag of starstones, you can buy single ones on this pedestal.  They also can be used to refill any starstone bags (sold separately).&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=starglass counter}}&lt;br /&gt;
{{ShopItem|t=i|pearly-white spidersilk reticule with steelsilk ties|550}}&lt;br /&gt;
{{ShopItem|t=i|scorched black drawstring bag|550}}&lt;br /&gt;
{{ShopItem|t=i|pale-blue moonsilk poke drawn with silveress strings|550}}&lt;br /&gt;
{{ShopItem|t=i|crimson moonsilk pocket with an abyssal black drawstring|550}}&lt;br /&gt;
{{ShopItem|t=i|eerie-black fustian pouch with a nightsilk drawstring|550}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bags on this table contain 50 starstones, but only take up two inventory spaces.  Make sure to appraise them to check where they&#039;re each worn!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Teal Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Teal Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a glowing gaethzen display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gaethzen display}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen rainbow streaked with glitter|250}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen coconut with a barkcloth husk|250}}&lt;br /&gt;
{{ShopItem|t=i|portable gaethzen lamp with steelsilk straps|250}}&lt;br /&gt;
{{ShopItem|t=i|gaethzen skull strung upon frayed black rombazine cords|name=gaethzen skull strung upon frayed black rombazine cords|250}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wear this on your belt.  If you&#039;re skilled enough, you can even light it up and then wear it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lavender Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lavender Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jadice flower statue.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=flower statue}}&lt;br /&gt;
{{ShopItem|t=i|small serpent totem|note=5 uses of {{com|healme}}|240}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;As a quick study will reveal, this totem is designed to make you feel a whole lot better, five times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beige Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Beige Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large furniture display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|pale green Taisidon silkcress carpet strewn with moonstained wildflowers|23,000}}&lt;br /&gt;
{{ShopItem|t=i|exquisite silk carpet dyed in variegated shades of sand and sea|23,000}}&lt;br /&gt;
{{ShopItem|t=i|braided barkcloth rug shaded in earthy tones|23,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering featherlette rug featuring bright blue and green hues|23,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a plain and boring flying carpet just isn&#039;t your style, maybe one of these will be?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sienna Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sienna Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished slate counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|cracked bauble etched with a gargoyle|name=&#039;&#039;&#039;cracked bauble etched with a gargoyle&#039;&#039;&#039;|note=a cracked senci gargoyle|2000}}&lt;br /&gt;
{{ShopItem|t=i|polished bauble etched with an anvil|name=&#039;&#039;&#039;polished bauble etched with an anvil&#039;&#039;&#039;|note=a polished rockwood anvil|2000}}&lt;br /&gt;
{{ShopItem|t=i|large bauble etched with a foot|name=&#039;&#039;&#039;large bauble etched with a foot&#039;&#039;&#039;|note=a giant Sunderstone foot|2000}}&lt;br /&gt;
{{ShopItem|t=i|glittery bauble etched with a harpischord|name=&#039;&#039;&#039;glittery bauble etched with a harpischord&#039;&#039;&#039;|note=a glittery quartz harpischord|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The baubles on the counter are magical and will allow a person to change the appearance of their [[Deadfall]] spell.  Please STUDY the bauble if you wish to learn more about it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Abalone Walkway=&lt;br /&gt;
==Sepia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sepia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tattoo catalog.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
Tattoo services cost 200 Mystery Cruise points.  Removal costs 20 points. Relocation costs 100 points. No refunds.  Not responsible for accidents.&lt;br /&gt;
&lt;br /&gt;
{|READ CATALOG&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                At a Sepia Booth&lt;br /&gt;
                     We&#039;re willing to put our art on your:&lt;br /&gt;
&lt;br /&gt;
                1) shoulder                        2) forehead&lt;br /&gt;
                3) cheekbone                       4) thigh&lt;br /&gt;
                5) left wrist                      6) right wrist&lt;br /&gt;
                7) abdomen                         8) forearm&lt;br /&gt;
                9) chin                           10) left cheekbone&lt;br /&gt;
               11) right cheekbone                12) calf&lt;br /&gt;
               13) left ankle                     14) right ankle&lt;br /&gt;
               15) left temple                    16) right temple&lt;br /&gt;
               17) left hip                       18) right hip&lt;br /&gt;
               19) left palm                      20) right palm&lt;br /&gt;
               21) right shin                     22) left shin&lt;br /&gt;
               23) right knee                     24) left knee&lt;br /&gt;
&lt;br /&gt;
               Check the MENU for art you enjoy.  Then CHOOSE the&lt;br /&gt;
                location for your art after ORDERing your tattoo.&lt;br /&gt;
                       [CHOOSE REMOVE for tattoo removal.]&lt;br /&gt;
         [CHOOSE RELOCATE # to move your tattoo to the location above.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
#a singed symbol of destruction&lt;br /&gt;
#a parallel symbol of alignment&lt;br /&gt;
#an unfurled symbol of creation&lt;br /&gt;
#a wavy symbol of change&lt;br /&gt;
#a delicate symbol of refinement&lt;br /&gt;
#a conflicted symbol of creation&lt;br /&gt;
#a twisted symbol of transition&lt;br /&gt;
#a gilded symbol of illumination&lt;br /&gt;
#a faded symbol of disintegration&lt;br /&gt;
#a double helix symbol of evolution&lt;br /&gt;
#a fused symbol of cooperation&lt;br /&gt;
#a fluid symbol of transformation&lt;br /&gt;
#a lush symbol of growth&lt;br /&gt;
#a divergent symbol of contradiction&lt;br /&gt;
#an exquisite symbol of unity&lt;br /&gt;
#a funeral pyre set ablaze with vividly inked flames&lt;br /&gt;
#a haunted skull formed from tendrils of smoke with smoldering embers for eyes&lt;br /&gt;
#a massive orca breaching the sea against the background of Katamba&#039;s dark light&lt;br /&gt;
#a sea-blue jellyfish with delicate silver-tinged tentacles&lt;br /&gt;
#a large ship sailing across a stylized globe&lt;br /&gt;
#a trio of pirates burying treasure under the trunk of a broad-leaved ilomba tree&lt;br /&gt;
#a hilltop of Katamba-black, Xibar-blue, and Yavash-red moonstained wildflowers blooming under a starry night sky&lt;br /&gt;
#a luxurious ship anchored in the shimmery blue waters of a tropical island&lt;br /&gt;
#an oceanic blue anchor wrapped in a ribbon emblazoned with the words &amp;quot;The Morada&amp;quot;&lt;br /&gt;
#a slim boat knife stabbed into a macawood tree stump&lt;br /&gt;
#a sanguine-edged butcher&#039;s cleaver resting on a bed of tidal lilies&lt;br /&gt;
#a jambu-handled corkscrew twined in grapevines&lt;br /&gt;
#a slender bronze baton with a polished ramin handle&lt;br /&gt;
#a pair of sharpened zills etched with rainbow roses&lt;br /&gt;
#a broken glass bottle lying in a pool of spilt rum&lt;br /&gt;
#a silvery-grey gravestone scattered with dark purple aldam lormas&lt;br /&gt;
#a vibrant bouquet of etlingera flowers inked in fiery pink and red hues&lt;br /&gt;
#a broken-masted ship caught in the spiraling vortex of a massive whirlpool&lt;br /&gt;
#a hammerhead shark circling a slack-sailed ship stuck on listless seas&lt;br /&gt;
#a sepia-toned globe perched on top of a stack of luggage&lt;br /&gt;
#a bright ultramarine airship draped in colorful garlands of king proteas&lt;br /&gt;
#a whimsical ship cutting through the night sky with its raven feather hull&lt;br /&gt;
#a pod of dolphins leaping to and from amongst white-crested waves&lt;br /&gt;
#a palm leaf parasol with a parrot-shaped handle&lt;br /&gt;
#an orange and black nautilus shell with water pouring out to form a cresting wave&lt;br /&gt;
#&#039;&#039;&#039;a decrepit ship with jagged holes in its sides beached upon on a sandbar&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a black taipan snaking its way through the eye sockets of a sun-bleached skull&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a man and woman kissing below a palm tree with waves lapping at their feet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a ship&#039;s wheel with the phrase &amp;quot;Anchors Away&amp;quot; below it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a blue-haired mermaid perched on a sea stack gazing up at the full moon&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;bleeding heart vines wrapped around a golden goblet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;an inflated orange pufferfish covered in black spikes&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crescent moon garlanded in water hyacinths floors and wispy grey feathers&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a fat-toed gecko inked in strong black lines&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a bright red crab holding a fork and knife in its front claws&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;metallic blue mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;striated black mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;glittery sea-green mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;burnished gold mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;sun-bleached pieces of driftwood floating atop a calm sea&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a jagged lightning bolt striking the umbrella-shaped canopy of a majestic kapok&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a petite sea turtle with a rainbow-hued shell&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a stunning woman with copper and black snakes coiled around her head&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crystal-blue river flowing down the sides of a mountain with the phrase &amp;quot;Life Flows On&amp;quot; above it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;puffy white seeds floating away a wispy dandelion with the words &amp;quot;Follow Your Dreams&amp;quot; overhead&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a white rabbit jumping through a twilight-blue Moongate towards a field of carrots&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Carmine Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Carmine Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a clear glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=i|glass lemniscate|name=lucid glass lemniscate|1,500}}&lt;br /&gt;
{{ShopItem|t=i|amethyst glass blossom|name=lucid amethyst glass blossom|1,500}}&lt;br /&gt;
{{ShopItem|t=i|frosted glass icicle|name=lucid frosted glass icicle|1,500}}&lt;br /&gt;
{{ShopItem|t=i|green glass frond|name=lucid green glass frond|1,500}}&lt;br /&gt;
{{ShopItem|t=i|red glass flame|name=lucid red glass flame|1,500}}&lt;br /&gt;
{{ShopItem|t=i|blue glass moon|name=lucid blue glass moon|1,500}}&lt;br /&gt;
{{ShopItem|t=i|crimson glass spiral|name=lucid crimson glass spiral|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you suffer from geysers of uncontrolled mana that sometimes turn your hands to ash?  [[:Category:Backlash absorbers|These items]] may prove helpful to you.  If you enjoy geysers of uncontrolled mana that sometimes turn your hands to ash, these may help you as well, but you might not enjoy it as much.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Platinum Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Platinum Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an ink-stained desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ink-stained desk}}&lt;br /&gt;
{{ShopItem|t=i|crimson inkpot painted with bleeding heart vines|100}}&lt;br /&gt;
{{ShopItem|t=i|purple inkpot painted with a phofe flower|100}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue inkpot painted with a Saendalen shark|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you need a place to store a magical tattoo?  Do you want to pretty up a boring magical tattoo design?  These may be what you&#039;re after.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Turquoise Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Turquoise Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an iridescent crystal pedestal, a polished limestone display and a sculpted platinum stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal pedestal}}&lt;br /&gt;
{{ShopItem|t=i|iridescent crystal inkpot|name=iridescent crystal inkpot|note=Targeted Magic and Debilitation|4,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for [[heroic tattoo]]s that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=limestone display}}&lt;br /&gt;
{{ShopItem|t=i|shiny onyx inkpot|name=shiny onyx inkpot|note=Stealth and Perception|3,500}}&lt;br /&gt;
{{ShopItem|t=i|faceted ruby inkpot|name=faceted ruby inkpot|note=Stealth and Strength|3,500}}&lt;br /&gt;
{{ShopItem|t=i|pale kunzite inkpot|name=pale kunzite inkpot|note=Shield and Stamina|3,500}}&lt;br /&gt;
{{ShopItem|t=i|large smoky topaz inkpot|name=large smoky topaz inkpot|note=Shield and Discipline|3,500}}&lt;br /&gt;
{{ShopItem|t=i|round peridot inkpot|name=round peridot inkpot|note=Shield and Wisdom|3,500}}&lt;br /&gt;
{{ShopItem|t=i|polished sardonyx inkpot|name=polished sardonyx inkpot|note=Shield and Reflex|3,500}}&lt;br /&gt;
{{ShopItem|t=i|glossy jade inkpot|name=glossy jade inkpot|note=Shield and Evasion|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|pearlescent moonstone inkpot|name=pearlescent moonstone inkpot|note=Stamina and Reflex|4,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Jade Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Jade Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a minimalist table and a polished glass sundial.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=minimalist table}}&lt;br /&gt;
{{ShopItem|t=i|crackled inkpot|note=[[Tremor]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling inkpot|note=[[Horn of the Black Unicorn]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|starry inkpot|note=[[Misdirection]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|spiraled inkpot|note=[[Telekinetic Storm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|tall inkpot|note=[[Geyser]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|veiled inkpot|note=[[Shadows]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|frosted inkpot|note=[[Ice Patch]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery inkpot|note=[[Bless]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|bright yellow inkpot|note=[[Swarm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|fluted bloodstone inkpot|name=fluted bloodstone inkpot|note=[[Rage of the Clans]]|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;1% prep spells.  Harness until you drop!  Each inkpot is carefully labeled with the spell it contains.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|name=iridescent inkpot-shaped dial etched with esoteric runes|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Verdigris Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Verdigris Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an inky black counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|dusty smokewhorl sketchbook embellished with a golden seal|name=&#039;&#039;&#039;dusty smokewhorl sketchbook embellished with a golden seal&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|splotched sketchbook depicting a starry night sky|name=&#039;&#039;&#039;splotched sketchbook depicting a starry night sky&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sketchbooks allow you to save the appearance of your tattoo and re-use it, similar to the way feature compacts function.  The sketchbook only works with the cosmetic portion of tattoos and does not touch any magical aspects of a tattoo.  Empty inkpots will still need to be used for runic, heroic, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Coral Walkway=&lt;br /&gt;
==Gold Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Gold Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an enormous marble hand, a huge quartz foot, a large granite knee and a giant slate elbow.&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=marble hand}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knuckles bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knuckles|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knuckles studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;You probably don&#039;t want to crack these knuckles, unless you&#039;re doing so upside the head of a mechanical mouse.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=quartz foot}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth footwraps bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|weighted haledroth footwraps studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth footwraps|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A nice high kick into the nose of a mechanical mouse will be far more effective with these footwraps, no matter which color you choose.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=granite knee}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knee spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knee spikes|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knee spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Knees are excellent for bludgeoning your enemies.  If your enemies are mechanical mice, these will help you make even more of an impact.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=slate elbow}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth elbow spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth elbow spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth elbow spikes|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If your fondest dream has been to smash your elbow into the face of a mechanical mouse, you may need help.  These will help, and they&#039;re available in three fashionable color options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=curved haledroth hooks}}&lt;br /&gt;
{{ShopItem|t=w|puffy-white leather whip with haledroth spikes|name=&#039;&#039;&#039;puffy-white leather whip with haledroth spikes&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth meteor hammer with sharpened blades|name=&#039;&#039;&#039;haledroth meteor hammer with sharpened blades&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These whips are able to damage mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glossy crystal-bone stand}}&lt;br /&gt;
{{ShopItem|t=s|haledroth triangular sipar|name=&#039;&#039;&#039;haledroth triangular sipar&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopItem|t=w|haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt|name=&#039;&#039;&#039;haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sipar can defend against mechanical mice and the rapier can damage it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Viridian Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Viridian Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=w|quelium throwing spike with featherlette flights trailing from barkcloth cord|720}}&lt;br /&gt;
{{ShopItem|t=w|lacquered jambu boomerang engraved with a pattern of overlapping leaves|720}}&lt;br /&gt;
{{ShopItem|t=w|hefty hunting bola with three quelium weights connected by braided barkcloth|720}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bola has a nature flare.  The boomerang has a nature flare.  The spike has a nature flare.  Yes indeed, the contents of this counter are all natural.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Maroon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Maroon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall driftwood stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=driftwood stand}}&lt;br /&gt;
{{ShopItem|t=i|covellite-lined sheath with a purple gold bat-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|weathered sheath with brass banding|1,000}}&lt;br /&gt;
{{ShopItem|t=i|tel&#039;athi-lined scabbard with a faded rose gold spider-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|gold-chased scabbard with a silver lion buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|name=dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|brilliantine baldric adorned with a golden heaven&#039;s bell buckle|name=brilliantine baldric adorned with a golden heaven&#039;s bell buckle|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These are bless containers that will hold a single weapon within the constraints of the container size and bless it once every five roisaen for up to one-hundred strikes.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|1 bless strike per recharge pulse. 100 bless strikes count cap.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==White Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a White Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine backsheath heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress backsheath|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin backsheath fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine baldric heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress baldric|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin baldric fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Baldrics and backsheaths for the bold.  Or just for people who want to attach a dozen weapons to a fashionable strap.   When worn, giving the baldric a quick pull may help you distribute the weight of the weapons, though it won&#039;t reduce it.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|Holds any twelve weapons regardless of size or weight.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Brown Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Brown Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a battered oak bookshelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak bookshelf}}&lt;br /&gt;
{{ShopItem|t=i|ornate codex of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|oversized treatise of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|dog-eared manual of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|impressive encyclopedia of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|hefty omnibus of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re tired of remembering which crafting instructions are where, you may find the books here helpful.  All the instructions, all in one place!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Raspberry Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Raspberry Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous moonsilver counter and a luminous moonsilver rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver counter}}&lt;br /&gt;
{{ShopItem|t=w|sinuous heartname leather whip capped with a lilac moonsilver knot|name=&#039;&#039;&#039;sinuous heartname leather whip capped with a lilac moonsilver knot&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
{{ShopItem|t=w|midnight-blue demonscale whip wound in blackened moonsilver filigree|name=&#039;&#039;&#039;midnight-blue demonscale whip wound in blackened moonsilver filigree&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|twisted black leather whip interwoven with strands of crimson moonsilver|name=&#039;&#039;&#039;twisted black leather whip interwoven with strands of crimson moonsilver&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|braided ice-veined leather whip arrayed with knots of blued moonsilver|name=&#039;&#039;&#039;braided ice-veined leather whip arrayed with knots of blued moonsilver&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver rack}}&lt;br /&gt;
{{ShopItem|t=w|fanciful quelium meteor hammer blossoming with a pair of unicorn lilies|name=&#039;&#039;&#039;fanciful quelium meteor hammer blossoming with a pair of unicorn lilies&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|vicious agonite meteor hammer terminated with blackened skulls|name=&#039;&#039;&#039;vicious agonite meteor hammer terminated with blackened skulls&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|improvised meteor hammer of two gem pouches tied with a bundling rope&amp;quot;|name=&#039;&#039;&#039;improvised meteor hammer of two gem pouches tied with a bundling rope&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|serrated forgeheart iron meteor hammer lashed between shooting comets&amp;quot;|name=&#039;&#039;&#039;serrated forgeheart iron meteor hammer lashed between shooting comets&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Conch Walkway=&lt;br /&gt;
&lt;br /&gt;
==Yellow Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Yellow Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jungle green stand, a painted card, a painted note, a painted sign, an ordinary seed box and a macawood seed crate.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Card, note, and sign text:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;A painted card reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
LUMP of vines = a somber woven cloak dappled with scarlet nightshade blossoms, wild crimson rosebuds, clumps of multicolored astilbe, or frosty blue iceberry clusters&lt;br /&gt;
&lt;br /&gt;
PILE of vines = a sweeping rambler vine cloak festooned with plum-colored rosebuds, flame-colored rosettes, olive-toned roses, or wild sapphire roses&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted note reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
CHUNK of vines = a gracefully flowing cloak of living vines with a high collar of Queen-of-the-night lily clusters, Moonlight gardenias, sun&#039;s glory blossoms, or Elven tears blossoms&lt;br /&gt;
&lt;br /&gt;
THRONG of vines = a sweeping dendritic cloak of living vines strewn with small Dragon Spine orchids, Death&#039;s Shadow Lilies, Desert Scorpion blossoms, or dark nightshade blossoms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted sign reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and are sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
BUNCH of vines = a living cloak of delicate white boneflowers, pale blue sirese flowers, brilliant yellow snapdragons, or bright red firefall blooms nestled among vines&lt;br /&gt;
&lt;br /&gt;
NOTE: Purchase of all living cloaks are AS IS and take care to get the TYPE of vines you wish to buy.&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green stand}}&lt;br /&gt;
{{ShopItem|t=i|living cloak of flowers nestled among vines|name=squirming bunch of vines|note=living cloak of &amp;lt;flowers&amp;gt; nestled among &amp;lt;health&amp;gt; vines|3,000}} &lt;br /&gt;
{{ShopItem|t=i|sweeping rambler vine cloak festooned with flowers|name=squirming pile of vines|note=sweeping rambler vine cloak festooned with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|somber woven cloak dappled with flowers|name=squirming lump of vines|note=somber woven cloak dappled with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|gracefully flowing cloak of living vines with a high collar of flowers|name=squirming chunk of vines|note=gracefully flowing cloak of living vines with a high collar of &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sweeping dendritic cloak of living vines strewn with small flowers|name=squirming throng of vines|note=sweeping dendritic cloak of living vines strewn with small &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vines on the stand are [[:Category:Living vine cloaks|unusual living cloaks]] that are both active and interactive, but require occasional nourishment.  Please read the card, note, and then sign for more information.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed box}}&lt;br /&gt;
{{ShopItem|t=i|packet of sand blossom seedlings|name=packet of sand blossom seedlings|note=clusters of waxy sand blossoms|100}} &lt;br /&gt;
{{ShopItem|t=i|packet of adder&#039;s tongue seedlings|name=packet of adder&#039;s tongue seedlings|note=bouquets of blood-red adder&#039;s tongue blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of rosemary seedlings|name=packet of rosemary seedlings|note=bunches of blue rosemary blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of alyssum seedlings|name=packet of alyssum seedlings|note=clusters of mixed purple and pink alyssum flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of ironwood blossom seedlings|name=packet of ironwood blossom seedlings|note=clumps of milky white ironwood blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of iera blossom seedlings|name=packet of iera blossom seedlings|note=patches of shimmering blood-red iera flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of black orchid seedlings|name=packet of black orchid seedlings|note=weeping cascades of black orchids|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of glaysker seedlings|name=packet of glaysker seedlings|note=dense knots of pale purple glaysker flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of periwinkle seedlings|name=packet of periwinkle seedlings|note=dense patches of fiery orange periwinkle blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of peony seedlings|name=packet of peony seedlings|note=delicate blush-pink peonies|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of goldenbell seedlings|name=&#039;&#039;&#039;packet of goldenbell seedlings&#039;&#039;&#039;|note=creeping bright yellow tendrils of goldenbell blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of Eluned&#039;s Glory seedlings|name=&#039;&#039;&#039;packet of Eluned&#039;s Glory seedlings&#039;&#039;&#039;|note=colorful sprays of Eluned&#039;s Glory blooms|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed crate}}&lt;br /&gt;
{{ShopItem|t=i|iridescent packet of rainbow rose seedlings|name=iridescent packet of rainbow rose seedlings|note=iridescent rainbow roses|200}} &lt;br /&gt;
{{ShopItem|t=i|shiny packet of moonstained wildflower seedlings|name=shiny packet of moonstained wildflower seedlings|note=luminous moonstained wildflowers|200}}&lt;br /&gt;
{{ShopItem|t=i|gold-limned packet of heaven&#039;s bell seedlings|name=gold-limned packet of heaven&#039;s bell seedlings|note=golden heaven&#039;s bell blossoms|200}}&lt;br /&gt;
{{ShopItem|t=i|vermilion packet of jalren&#039;rae tulip seedlings|name=vermilion packet of jalren&#039;rae tulip seedlings|note=vermilion jalren&#039;rae tulips|200}}&lt;br /&gt;
{{ShopItem|t=i|crimson packet of bleeding heart vine seedlings|name=crimson packet of bleeding heart vine seedlings|note=crimson bleeding heart vine blossoms|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bronze Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Bronze Pushcart&lt;br /&gt;
|desc=SSurrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a small blue stand, a large green table and a long purple counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=blue stand}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey sallet set with deep blue flecked tidal bloodstones|450}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black sallet chased in quelium flames|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey sallet is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green table}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black half plate chased in quelium flames|700}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey half plate set with deep blue flecked tidal bloodstones|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey half plate is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=purple counter}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate greaves set with deep blue flecked tidal bloodstones|300}}&lt;br /&gt;
{{ShopItem|t=a|void-black light plate greaves chased in quelium flames|300}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black gauntlets chased in quelium flames|name=&#039;&#039;&#039;lightweight void-black gauntlets chased in quelium flames&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate gauntlets set with deep blue flecked tidal bloodstones|name=&#039;&#039;&#039;storm-grey plate gauntlets set with deep blue flecked tidal bloodstones&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey greaves are shocking, and the void-black ones are hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cobalt Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cobalt Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round red table and a tall orange counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red table}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded shirt patterned with king proteas|700}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated shirt patterned with moonstained wildflowers|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated shirt may cause your enemies to think you&#039;re really chill.  The padded shirt is a bit hotter.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=orange counter}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded pants belted with bleeding heart vines|300}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated pants belted with murchban vines|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated pants won&#039;t chill you, but they might chill your enemies.  The padded ones are just hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grey Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Grey Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver rack, some polished gold hooks and a sturdy damite counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver rack}}&lt;br /&gt;
{{ShopItem|t=a|diacan lamellar helm sculpted with the visage of a Saendalen shark|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite lamellar helm sculpted with the visage of a blazing phoenix|200}}&lt;br /&gt;
{{ShopItem|t=a|diacan plate mask crafted with sleek lines|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite plate mask firestained with gold and vermilion hues|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Any agonite item on this rack has the chance to scorch your enemies, while the diacan will give them a chill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold hooks}}&lt;br /&gt;
{{ShopItem|t=a|diacan mail gloves crafted with sleek lines|300}}&lt;br /&gt;
{{ShopItem|t=a|agonite mail gloves firestained with gold and vermilion hues|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to leave scorch marks on your enemies, try the agonite mail gloves.  The diacan ones are much colder.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite counter}}&lt;br /&gt;
{{ShopItem|t=a|sleek black leathers tinged with oceanic blue|1,000}}&lt;br /&gt;
{{ShopItem|t=a|gold and vermilion leathers embossed with fiery feathering|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The black leathers are colder than they may first appear (for your enemies), while the gold and vermilion are hot stuff.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Marigold Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Marigold Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=tall crystal stand}}&lt;br /&gt;
{{ShopItem|t=i|luminescent starshine signet ring of a rampant dragon|name=&#039;&#039;&#039;luminescent starshine signet ring of a rampant dragon&#039;&#039;&#039;|100,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The signet ring will create a combat enclave that spawns flexing white marble gargoyles upon activation for six hours.  This personal hunting area can only be accessed by the user and can be used once per day.  A single infuser stone will add one-hundred-and-eighty days of usage for the ring&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Vermilion Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Vermilion Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wide vermilion counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wide vermilion counter}}&lt;br /&gt;
{{ShopItem|t=i|crimson-red tomatoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh chicken liver|20}}&lt;br /&gt;
{{ShopItem|t=i|hearty pellet|20}}&lt;br /&gt;
{{ShopItem|t=i|dark chocolate|20}}&lt;br /&gt;
{{ShopItem|t=i|rye bread|20}}&lt;br /&gt;
{{ShopItem|t=i|salty bacon|20}}&lt;br /&gt;
{{ShopItem|t=i|mincemeat tarts|20}}&lt;br /&gt;
{{ShopItem|t=i|marbled meat|20}}&lt;br /&gt;
{{ShopItem|t=i|white eggs|20}}&lt;br /&gt;
{{ShopItem|t=i|ripe mangoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh jerky|20}}&lt;br /&gt;
{{ShopItem|t=i|legless white rat|20}}&lt;br /&gt;
{{ShopItem|t=i|gorey hog hoof|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh boar&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|severed hand (2)|name=severed hand|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh lettuce|20}}&lt;br /&gt;
{{ShopItem|t=i|dead frog|20}}&lt;br /&gt;
{{ShopItem|t=i|large vial of blood|20}}&lt;br /&gt;
{{ShopItem|t=i|whole lizard&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|bucket of fresh chum|20}}&lt;br /&gt;
{{ShopItem|t=i|handful of dead crickets|20}}&lt;br /&gt;
{{ShopItem|t=i|leafy greens|20}}&lt;br /&gt;
{{ShopItem|t=i|wiggling worms|20}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter are high quality champion bait for specific creatures found in Taisidon.  Use at your own caution!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Knifejaw Walkway=&lt;br /&gt;
==Cerise Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerise Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large oak shelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak shelf}}&lt;br /&gt;
{{ShopItem|t=i|glittery unicorn-shaped slate framed with e&#039;erdream hearts|300}}&lt;br /&gt;
{{ShopItem|t=i|glittery rainbow-shaped slate framed with e&#039;erdream clouds|300}}&lt;br /&gt;
{{ShopItem|t=i|simple writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|kertig writing slate framed in ebony|300}}&lt;br /&gt;
{{ShopItem|t=i|cosmic zircon writing slate framed in rosewood|300}}&lt;br /&gt;
{{ShopItem|t=i|demonbone writing slate backed with demonscale|300}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|black marble writing slate|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Remember how much fun writing slates are?  These are even more fun, because you can link a pair of them and send top secret messages to a friend.  Keep it classy!  (No, really.  Your message only makes it through if you do.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lilac Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lilac Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a pile of white sand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=white sand}}&lt;br /&gt;
{{ShopItem|t=i|translucent icesteel casket studded with radiant-cut winter emeralds|150}}&lt;br /&gt;
{{ShopItem|t=i|glittering diamondwood treasure chest with black gold hinges|150}}&lt;br /&gt;
{{ShopItem|t=i|small glittering jewel safe of starlight-white uthamar|150}}&lt;br /&gt;
{{ShopItem|t=i|gold filigree jewelry box set with ocean&#039;s heart diamonds|150}}&lt;br /&gt;
{{ShopItem|t=i|sturdy mikkhalbamar coffer banded with heavy Dwarven iron straps|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;What sort of fun could you have with a treasure chest you fill and then bury?  Buy one of these and find out!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Red Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Red Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a smooth ivory bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ivory bookstand}}&lt;br /&gt;
{{ShopItem|t=i|austere scholar&#039;s tome|30,000}}&lt;br /&gt;
{{ShopItem|t=i|lengthy barkcloth monograph with a pebble mosaic cover|30,000}}&lt;br /&gt;
{{ShopItem|t=i|opulent Taisidon silkcress-bound almanac with diacan edged pages|30,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy treatise chased with navigational coordinates upon its quelium spine|30,000}}&lt;br /&gt;
{{ShopItem|t=i|eclectic artisan&#039;s manual painted with a vibrant Taisidonian landscape|30,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Random trivia.  Refreshers on half-forgotten lessons.  All this and more can be yours, eventually, if you buy one of these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Blue Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Blue Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a fluted alabaster pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=fluted alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|weathered ilomba chest with vardite hinges|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Years ago, you had to build these yourself.  Now, without even a chance at getting a splinter, you can have all the fun with none of the annoying work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Green Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a low green counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green counter}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|name=infuser stone|300}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|name=potency crystal|300}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Charcoal Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Charcoal Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round glass table.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=round glass table}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart|name=&#039;&#039;&#039;black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopItem|t=i|polished icethorn canister strewn with trillion-cut winter emeralds|name=&#039;&#039;&#039;polished icethorn canister strewn with trillion-cut winter emeralds&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The canisters will allow you to store multiple memory orbs of different types.  Functioning similarly to spell scroll stackers, the canisters will store up to thirty different skills and up to thirty full orbs of each skill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Grouper Walkway=&lt;br /&gt;
==Wisteria Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Wisteria Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished satinwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=satinwood display}}&lt;br /&gt;
{{ShopItem|t=i|pink voucher|note=a luxurious ilomba bed draped in garlands of moonstained wildflowers|1,050}}&lt;br /&gt;
{{ShopItem|t=i|reddish-brown voucher|note=a massive macawood bed covered with a canopy of palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|green voucher|note=a claw-footed chaise lounge featuring a bold pattern of emerald green palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with a grimwood canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with a grimwood canopy bed&#039;&#039;&#039; |note=a grimwood canopy bed with a steelsilk canopy and comforter|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with an icethorn canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with an icethorn canopy bed&#039;&#039;&#039; |note=an inlaid icethorn canopy bed with winterweave curtains and coverlet|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Luxurious materials, elegant designs, and the ability to tuck 50 items neatly away -- what more could you ask for from a piece of furniture?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Persimmon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Persimmon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished lunat display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lunat display}}&lt;br /&gt;
{{ShopItem|t=i|cabinet voucher heavily illustrated with a mistwood cabinet|note=a heavy mistwood cabinet resting atop a matching platform|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bar cart voucher elegantly illustrated with a sleek mistglass bar cart|note=a sleek mistglass bar cart with an exquisitely sculpted uthamar openwork frame|1,050}}&lt;br /&gt;
{{ShopItem|t=i|cupboard voucher painted with a weathered rockwood cupboard|note=a weathered rockwood cupboard fitted with glaes handles|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful furniture items available on this display will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak table}}&lt;br /&gt;
{{ShopItem|t=i|furniture voucher|name=&#039;&#039;&#039;furniture voucher&#039;&#039;&#039; |note=an inlaid icethorn table with carved legs embellished with snowflakes|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a diamondwood table|name=&#039;&#039;&#039;table voucher illustrated with a diamondwood table&#039;&#039;&#039; |note=a diamondwood table inlaid with a spiraling design in black gold|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a grimwood table|name=&#039;&#039;&#039;table voucher illustrated with a grimwood table&#039;&#039;&#039; |note=a grimwood table with pedestal carved as a leafless tree|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful tables available on this table will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tawny Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Tawny Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished silverwillow display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwillow display}}&lt;br /&gt;
{{ShopItem|t=i|pint-sized brindle puppy voucher|note=a pint-sized brindle puppy|150}}&lt;br /&gt;
{{ShopItem|t=i|wolf pup voucher|note=a pot-bellied Siksrajan wolf pup|150}}&lt;br /&gt;
{{ShopItem|t=i|Musparan dog voucher|note=a bewhiskered ash grey Musparan dog|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a flutertae, clymbol, or floratroll is just too much for you, maybe one of these dogs will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cerulean Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerulean Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished goldwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=goldwood display}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue voucher painted with a delicate silk carpet|note=a delicate silk carpet dyed in variegated shades of sand and sea|100}}&lt;br /&gt;
{{ShopItem|t=i|green voucher painted with a Taisidon silkcress carpet|note=a jungle green Taisidon silkcress carpet strewn with moonstained wildflowers|100}}&lt;br /&gt;
{{ShopItem|t=i|brown voucher painted with a woven barkcloth rug|note=a woven barkcloth rug shaded in earthy tones|100}}&lt;br /&gt;
{{ShopItem|t=i|colorful voucher painted with a featherlette rug|note=a fluffy featherlette rug featuring bright blue and green hues|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These patterns won&#039;t fly.  (Well, we hope they&#039;ll fly off the display and into your home!)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cyan Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cyan Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see anintricate silverwood desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwood desk}}&lt;br /&gt;
{{ShopItem|t=i|shimmering baroque pearl necklace strung on Taisidon silkcress cording|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sleek diacan torque terminated by cabochon seastar tourmaline piranhas|3,000}}&lt;br /&gt;
{{ShopItem|t=i|bleached bone amulet carved into a stylized black pard|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re wondering what a Dwarf was talking about but your Haakish is a bit rusty, one of these can be just the thing.  (Also suitable for other languages.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chestnut Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chestnut Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted chestnut counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted chestnut counter}}&lt;br /&gt;
{{ShopItem|t=i|ornamental xenomite brassard strung in a series of six interlocking rings|name=&#039;&#039;&#039;ornamental xenomite brassard strung in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|watered steel armlet encased by a series of six interlocking rings|name=&#039;&#039;&#039;watered steel armlet encased by a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|firestained agonite armband draped in a series of six interlocking rings|name=&#039;&#039;&#039;firestained agonite armband draped in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|braided purple gold bracelet interwoven with a series of six interlocking rings|name=&#039;&#039;&#039;braided purple gold bracelet interwoven with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy electrum wristcuff centered with a series of six interlocking rings|name=&#039;&#039;&#039;heavy electrum wristcuff centered with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|slender diamondwood wristlet dangling a series of six interlocking rings|name=&#039;&#039;&#039;slender diamondwood wristlet dangling a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Warrior Mage&#039;s elemental charge.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Flounder Walkway=&lt;br /&gt;
==Chartreuse Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chartreuse Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted red vanity, a wooden mismatched countertop and a dark scarred dresser.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red vanity}}&lt;br /&gt;
{{ShopItem|t=i|delicate brown mirror painted with a face featuring bushy eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate white mirror painted with a face featuring inverted eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate red mirror featuring a face with lightning bolt-shaped eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate blue mirror painted with a face featuring peaked eyebrows|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If raising your eyebrows isn&#039;t commanding the attention you deserve, maybe one of the mirrors here can help?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mismatched countertop}}&lt;br /&gt;
{{ShopItem|t=i|cracked mirror reflecting a distinguishing mark|name=cracked mirror reflecting a distinguishing mark|note=deeply furrowed line between the eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|pearl mirror reflecting a distinguishing mark|name=pearl mirror reflecting a distinguishing mark|note=an ulcerated mass of scabrous tissue around the left eye|450}}&lt;br /&gt;
{{ShopItem|t=i|burnt mirror reflecting a distinguishing mark|name=burnt mirror reflecting a distinguishing mark|note=an inexorable streak of splaying black veins spreading along the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|crosshatched mirror reflecting a distinguishing mark|name=crosshatched mirror reflecting a distinguishing mark|note=an extensive mass of mottled burns extending up the cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of mirrors with different distinguishing marks.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=scarred dresser}}&lt;br /&gt;
{{ShopItem|t=i|lacquered mirror depicting an ashen scar|name=lacquered mirror depicting an ashen scar|note=an ashen scar sinuously curving across the bridge of the nose|450}}&lt;br /&gt;
{{ShopItem|t=i|rippled mirror reflecting a distinguishing mark|name=rippled mirror reflecting a distinguishing mark|note=an ugly and jagged scar across the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|oval mirror reflecting a distinguishing mark|name=oval mirror reflecting a distinguishing mark|note= a series of three vertical scars beneath the right eye|450}}&lt;br /&gt;
{{ShopItem|t=i|square mirror reflecting a distinguishing mark|name=square mirror reflecting a distinguishing mark|note=a series of four deep horizontal scars across the left cheek|450}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror reflecting a distinguishing mark|name=&#039;&#039;&#039;silver mirror reflecting a distinguishing mark&#039;&#039;&#039;|note=an oblate puckered line of raised scarring along the forehead|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror reflecting a distinguishing mark|name=&#039;&#039;&#039;gold mirror reflecting a distinguishing mark&#039;&#039;&#039;|note=an ipsilateral pair of jagged scars raked across each cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dresser holds a variety of mirrors with different scars.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Copper Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Copper Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted green vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green vanity}}&lt;br /&gt;
{{ShopItem|t=i|tarnished mirror depicting a person with abyssal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|plain mirror depicting a person with unfocused eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blackened razaksel mirror depicting a person with fathomless eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|polished razaksel mirror depicting a person with watery eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The eyes have it.  And you can have the eyes, if you buy the right mirror here!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Heliotrope Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Heliotrope Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted heliotrope vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=heliotrope vanity}}&lt;br /&gt;
{{ShopItem|t=i|charcoal-hued mirror depicting a person with stormy eyes|note=stormy charcoal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blue seaglass mirror depicting a person with sea-blue eyes|note=sea-blue eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|green seaglass mirror depicting a person with sea-green eyes|note=sea-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|grey seaglass mirror depicting a person with sea-grey eyes|note=sea-grey eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|speckled mirror depicting a person with seafoam-green eyes|note=speckled seafoam-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|covellite mirror depicting a person with ultramarine eyes|note=ultramarine eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sea changes colors dependent upon the light.  With these mirrors, your eyes can, too!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mauve Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Mauve Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted mauve vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mauve vanity}}&lt;br /&gt;
{{ShopItem|t=i|burnished green gold compact set with a Saendalen emerald palm tree|3,000}}&lt;br /&gt;
{{ShopItem|t=i|polished smokewood compact featuring a brilliant inferno&#039;s heart flame|3,000}}&lt;br /&gt;
{{ShopItem|t=i|dainty silversteel compact sprinkled with blackberry miajho tarts|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to change your looks without losing them, these compacts are your new best friend!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Taupe Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Taupe Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted taupe vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=taupe vanity}}&lt;br /&gt;
{{ShopItem|t=i|scratched mirror depicting a face with a scarred nose|note=deeply scarred nose|450}}&lt;br /&gt;
{{ShopItem|t=i|ornate mirror depicting a face with a patrician nose|note=refined patrician nose|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with a flat nose|note=broad, flat nose|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a face with a craggy nose|note=harsh, craggy nose|450}}&lt;br /&gt;
{{ShopItem|t=i|weighty mirror depicting a face with a fleshy nose|note=prominent fleshy nose|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If the eyes are the window to the soul, then the nose is the window to ... nevermind.  If you thought too hard about that, you might want a new look for your nose.  Here, you can get just that.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lemon Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lemon Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted lemon counter..&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted lemon counter}}&lt;br /&gt;
{{ShopItem|t=i|silver armlet bordered in symbolic anloral iconography|name=&#039;&#039;&#039;silver armlet bordered in symbolic anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|diacan armband embedded with jagged anloral icons|name=&#039;&#039;&#039;diacan armband embedded with jagged anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|glowing truegold wristcuff with anloral iconography|name=&#039;&#039;&#039;glowing truegold wristcuff with anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|ivory wristlet dappled with polished anloral icons|name=&#039;&#039;&#039;ivory wristlet dappled with polished anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Cleric&#039;s devotion.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Hazel Shop==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Hazel Shop&lt;br /&gt;
|desc=Surrounding the shop, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted hazel vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted hazel vanity}}&lt;br /&gt;
{{ShopItem|t=i|elegant mirror depicting a face with delicate ears|name=&#039;&#039;&#039;elegant mirror depicting a face with delicate ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with protruding ears|name=&#039;&#039;&#039;broad mirror depicting a face with protruding ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror depicting a face with lopsided ears|name=&#039;&#039;&#039;crooked mirror depicting a face with lopsided ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|petite mirror depicting a face with small ears|name=&#039;&#039;&#039;petite mirror depicting a face with small ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These mirrors will change the appearance of your ears.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Snapper Walkway=&lt;br /&gt;
==Silver Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Silver Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver vanity}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror painted with curls of sunflower blonde hair|note=sunflower blonde hair|450}}&lt;br /&gt;
{{ShopItem|t=i|smoky lilac mirror painted with wisterias|note=smoky lilac hair|450}}&lt;br /&gt;
{{ShopItem|t=i|round mirror painted in shades of white and black|note=salt and pepper hair|450}}&lt;br /&gt;
{{ShopItem|t=i|greasy brown mirror with oil stains on the back|note=greasy brown hair|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Hair.  If you&#039;ve got it, flaunt it.  If you&#039;re bored with it, maybe one of these colors will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Burgundy Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Burgundy Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted burgundy vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=burgundy vanity}}&lt;br /&gt;
{{ShopItem|t=i|bamboo mirror depicting a person of commanding height|note=commanding height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|lopsided oak mirror reflecting a person&#039;s height|note=of middling height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|silver-framed mirror reflecting a person&#039;s height|note=of ordinary proportions for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|pale lavender mirror painted with a pint-sized figure|note=pint-sized for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror painted with a puny figure|note=puny for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are you happy with your height?  Would you rather change your perspective?  You&#039;ve come to the right place.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Coral Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Coral Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|blackened moonsilver spider icon poised to display a blood ruby hourglass|750}}&lt;br /&gt;
{{ShopItem|t=i|umbral damite panther icon with eyes of midnight onyx|750}}&lt;br /&gt;
{{ShopItem|t=i|tarnished steel goshawk icon set within a nest of khor&#039;vela|750}}&lt;br /&gt;
{{ShopItem|t=i|menacing glaes shark icon set within a windsteel hurricane|750}}&lt;br /&gt;
{{ShopItem|t=i|windsteel albatross icon silhouetted within a compass rose|750}}&lt;br /&gt;
{{ShopItem|t=i|ammolite dolphin icon affixed to a base of Imperial coral|750}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;I thought at first the boss said these were to put holes in weapons, but no.  They&#039;re not.  Charging up holy weapons does not put holes in them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Violet Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Violet Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted violet vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=violet vanity}}&lt;br /&gt;
{{ShopItem|t=i|mottled oval mirror reflecting a person&#039;s skin color|note=blackhead-marred chalky white skin|450}}&lt;br /&gt;
{{ShopItem|t=i|pocked white oval mirror reflecting a person&#039;s skin color|note=cellulite-dimpled pale skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval lilac-hued mirror reflecting a person&#039;s skin color|note=liver-spotted skin|450}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror with a body-shaped handle painted midnight black|note=midnight black skin|450}}&lt;br /&gt;
{{ShopItem|t=i|cougar-pelt mirror featuring a blank face with warm caramel-hued skin|note=warm caramel-hued skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval tawny mirror reflecting a person&#039;s skin color|note=tawny skin|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Does your skin-tone change with the seasons?  Do you want it to?  These mirrors could do the trick!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pink Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Pink Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted pink vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=pink vanity}}&lt;br /&gt;
{{ShopItem|t=i|river willow mirror depicting a person with a sleek build|note=a sleek figure|450}}&lt;br /&gt;
{{ShopItem|t=i|sweet chestnut mirror reflecting a person&#039;s build|note=a sloppy figure|450}}&lt;br /&gt;
{{ShopItem|t=i|pearwood mirror reflecting a person&#039;s build|note=a pear-shaped figure|450}}&lt;br /&gt;
{{ShopItem|t=i|oval oravir mirror reflecting a person&#039;s build|note=an elephantine figure|450}}&lt;br /&gt;
{{ShopItem|t=i|hexagonal haon mirror reflecting a person&#039;s build|note=a coltish figure|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Some people diet or lift weights to change their build.  Good on them.  You could do that, or you could just buy these mirrors, and skip all the hard work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Peach Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Peach Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see some brass hanging hooks and a tall steel rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=brass hanging hooks}}&lt;br /&gt;
{{ShopItem|t=i|snow-white lotusweave reticule pinned with an iceblink peridot|name=&#039;&#039;&#039;snow-white lotusweave reticule pinned with an iceblink peridot&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|tiny fractalline bag embroidered with maddening abstract reflections|name=&#039;&#039;&#039;tiny fractalline bag embroidered with maddening abstract reflections&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth poke with grass-woven drawstrings|name=&#039;&#039;&#039;barkcloth poke with grass-woven drawstrings&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|grimwood kit set with a demon gaze agate cabochon|name=&#039;&#039;&#039;grimwood kit set with a demon gaze agate cabochon&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A note on the hooks reads: &amp;quot;The containers on the hooks are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=steel rack}}&lt;br /&gt;
{{ShopItem|t=i|whimsical spun rainbow pouch cinched with fractalline cords|name=&#039;&#039;&#039;whimsical spun rainbow pouch cinched with fractalline cords&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|discrete smokewhorl wallet|name=&#039;&#039;&#039;discrete smokewhorl wallet&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|elegant Taisidon silkcress purse fringed with luminescent starshine beads|name=&#039;&#039;&#039;elegant Taisidon silkcress purse fringed with luminescent starshine beads&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|polished blackwood case speckled with a multitude of night sky citrines|name=&#039;&#039;&#039;polished blackwood case speckled with a multitude of night sky citrines&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The containers on the rack are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Dogfish Walkway=&lt;br /&gt;
==Sapphire Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sapphire Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted sapphire vanity and a bright sapphire countertop.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire vanity}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror painted with a fluffy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|bronze mirror painted with a long bushy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|platinum mirror painted with a black-tipped Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror painted with a ridiculously long Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;They say your characteristics are inborn, but if you could improve them, wouldn&#039;t you?  These mirrors may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire countertop}}&lt;br /&gt;
{{ShopItem|t=i|brass mirror depicting a Prydaen with dull black fur|name=brass mirror depicting a Prydaen with dull black fur|450}}&lt;br /&gt;
{{ShopItem|t=i|rencate mirror depicting a Prydaen with glossy white fur|name=rencate mirror depicting a Prydaen with glossy white fur|450}}&lt;br /&gt;
{{ShopItem|t=i|copper mirror depicting a Prydaen with mangy brown fur|name=copper mirror depicting a Prydaen with mangy brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror depicting a Prydaen with silky grey fur|name=mirror depicting a Prydaen with silky grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cocobolo mirror depicting a Prydaen with sea-grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|whitethorn mirror depicting a Prydaen with ghostly white fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of Prydaen fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Saffron Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Saffron Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted saffron vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|lunat mirror depicting a S&#039;Kra Mur with wavy sea-blue scales|450}}&lt;br /&gt;
{{ShopItem|t=i|adderwood mirror depicting a S&#039;Kra Mur with glistening sea-grey scales|450}}&lt;br /&gt;
{{ShopItem|t=i|witchclaw mirror depicting a S&#039;Kra Mur with ghostly white scales|450}}&lt;br /&gt;
{{ShopItem|t=i|cypress mirror depicting a S&#039;Kra Mur with shimmering sea-green scales|450}}&lt;br /&gt;
{{ShopItem|t=i|oaken mirror depicting a S&#039;Kra Mur with a keeled tail|450}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue mirror depicting a S&#039;Kra face with a short snout|note=short Reshalian snout|450}}&lt;br /&gt;
{{ShopItem|t=i|Musparan green mirror depicting a S&#039;Kra face with a long snout|note=long, primitive-looking snout|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Scales and tails need no improvement, of course, but a little enhancement never hurt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest|name=&#039;&#039;&#039;driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest&#039;&#039;&#039;|note=membranous, fin-like crest|450}}&lt;br /&gt;
{{ShopItem|t=i|rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest|name=&#039;&#039;&#039;rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest|name=&#039;&#039;&#039;bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest|name=&#039;&#039;&#039;khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest|name=&#039;&#039;&#039;dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest&#039;&#039;&#039;|note=regal crest resembling a dragon&#039;s ear frills||450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The mirrors on the counter are for S&#039;Kra Mur crests.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crimson Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Crimson Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a crimson counter, a crimson display and a crimson pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson counter}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|name=drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|2,000}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|name=drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue glaes wedding ring inlaid with dark xenomite stars|name=sky-blue glaes wedding ring inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopItem|t=i|blue-white glaes wedding band inlaid with dark xenomite stars|name=blue-white glaes wedding band inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson display}}&lt;br /&gt;
}}&lt;br /&gt;
{{ShopItem|t=i|uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|name=uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|2,000}}&lt;br /&gt;
{{ShopItem|t=i|indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|name=indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|2,000}}&lt;br /&gt;
{{ShopItem|t=i|carved quelium wedding band embellished with a brilliant faceted glisior|name=carved quelium wedding band embellished with a brilliant faceted glisior|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding band adorned with a glittering faceted Katamba spine|name=sculpted quelium wedding band adorned with a glittering faceted Katamba spine|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|name=sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson pedestal}}&lt;br /&gt;
{{ShopItem|t=i|Elven gold wedding torque capped with carved tiger lily carnelian blooms|name=Elven gold wedding torque capped with carved tiger lily carnelian blooms|2,000}}&lt;br /&gt;
{{ShopItem|t=i|green gold wedding torque capped with carved miajho gems|name=green gold wedding torque capped with carved miajho gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding torques will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Plum Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Plum Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large plumwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=plumwood display}}&lt;br /&gt;
{{ShopItem|t=i|beachcomber&#039;s backpack made of glossy brilliantine|name=beachcomber&#039;s backpack made of glossy brilliantine|700}}&lt;br /&gt;
{{ShopItem|t=i|featherlette pack trimmed with bright white cording|name=featherlette pack trimmed with bright white cording|700}}&lt;br /&gt;
{{ShopItem|t=i|fae-woven silk backpack with an embroidered design|name=fae-woven silk backpack with an embroidered design|700}}&lt;br /&gt;
{{ShopItem|t=i|blue-green barkcloth backpack clasped with a crimson coral starfish|name=&#039;&#039;&#039;blue-green barkcloth backpack clasped with a crimson coral starfish&#039;&#039;&#039;|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The back-worn containers measure eighteen spans by thirteen spans by eight spans on the inside and can carry up to fifteen-hundred stones.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Periwinkle Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Periwinkle Stall&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall periwinkle counter and a wide periwinkle vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle counter}}&lt;br /&gt;
{{ShopItem|t=i|sardonyx mirror depicting a Rakash with thick gingery red fur|name=sardonyx mirror depicting a Rakash with thick gingery red fur|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a Rakash with grizzled greyish-brown fur|name=granite mirror depicting a Rakash with grizzled greyish-brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cinnabar mirror depicting a Rakash with glittery gold fur|name=cinnabar mirror depicting a Rakash with glittery gold fur|450}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror depicting a Rakash with coarse black fur|name=marble mirror depicting a Rakash with coarse black fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The counter holds a variety of Rakash moonskin fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle vanity}}&lt;br /&gt;
{{ShopItem|t=i|hematite mirror depicting a Rakash with a disfigured muzzle|name=hematite mirror depicting a Rakash with a disfigured muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|flagstone mirror depicting a Rakash with a greying muzzle|name=flagstone mirror depicting a Rakash with a greying muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|sandstone mirror depicting a Rakash with a scarred muzzle|name=sandstone mirror depicting a Rakash with a scarred muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|pyrite mirror depicting a Rakash with a striking muzzle|name=pyrite mirror depicting a Rakash with a striking muzzle|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vanity holds a variety of Rakash moonskin muzzle mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle table}}&lt;br /&gt;
{{ShopItem|t=i|white mirror depicting a Rakash with a white-tipped tail|name=&#039;&#039;&#039;white mirror depicting a Rakash with a white-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror depicting a Rakash with a long bushy tail|name=&#039;&#039;&#039;blue mirror depicting a Rakash with a long bushy tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|red mirror depicting a Rakash with a gnawed-upon tail|name=&#039;&#039;&#039;red mirror depicting a Rakash with a gnawed-upon tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|black mirror depicting a Rakash with a black-tipped tail|name=&#039;&#039;&#039;black mirror depicting a Rakash with a black-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The table holds a variety of Rakash moonskin tail mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Puce Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Puce Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished diamondwood buffet.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=polished diamondwood buffet}}&lt;br /&gt;
{{ShopItem|t=i|polished silversteel dinner bell with a Taisidonian pearl clapper|3,500}}&lt;br /&gt;
{{ShopItem|t=i|blown-glass hand bell with a Taisidon emerald clapper|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dinner bell will summon a sideboard with a chef&#039;s carving station that serves prime rib and some accompaniments.  The hand bell will summon a bar with drinks.  Both bells can summon their respective sideboard and bar for forty-five minutes with a three-day cooldown.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595667</id>
		<title>Taisidon Mystery 443/A&#039;baya Esplanade</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595667"/>
		<updated>2022-09-18T22:54:37Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Saffron Pushcart */ Added notes for the mirrors that have additional or deceptive wording.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Store At A Glance&lt;br /&gt;
|Store Name=A&#039;baya Esplanade&lt;br /&gt;
|Town= Taisidon&lt;br /&gt;
|Owner= Fantasy Excursions&lt;br /&gt;
|NumRooms=56&lt;br /&gt;
|Store Type=Clothing,Cosmetics,Crafting,Cambrinth,Container,General,Housing,Jewelry,Magic,Pet,Tattoo,Weapon&lt;br /&gt;
|Fest=Taisidon Mystery 443&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=points&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bold&#039;&#039;&#039; items are new as of this event.&lt;br /&gt;
&lt;br /&gt;
=Central Walkway=&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, Central Walkway&lt;br /&gt;
|desc=At the center of the busy shopping walkway, a beautiful ocean mosaic is pieced together with bits of shell and seaglass.  Festive gaethzen globes are hung from tall poles that are placed at even intervals along the macawood boardwalk.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shimmering ocean-blue moongate, an investigator toolkit dispenser with a couple of things on it, a quelium bell dispenser with a couple of things on it, a voile robe dispenser with a couple of things on it, a drake fang dispenser with a couple of things on it, a wildland machete dispenser with a couple of things on it and an IMPORTANT NOTICE placed near the dispensers.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: north, east, south, west.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Raffle==&lt;br /&gt;
&lt;br /&gt;
See [[Taisidon Mystery 443/Raffle]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
&lt;br /&gt;
=Northern Sand Lirum Walkway=&lt;br /&gt;
==Celadon Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Celadon Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sturdy damite display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite display}}&lt;br /&gt;
{{ShopItem|t=i|softly glowing verdant moonsilver necklace displaying a huge iceblink peridot|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|wide uthamar knight&#039;s buckle hammered with a laurel pattern|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|lirisan-handled armorer&#039;s brush with ka&#039;hurst inlay|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|muscular vardite lion|note=armor repair|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wire brushes and oil are so 425.  Why risk breaking a nail repairing your armor when one of these devices can do it for you?  (Once a day, anyway.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Black Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Black Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an oversized lightning bolt.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lightning bolt}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver bracer edged with serrated shark teeth|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery rose gold bracelet engraved with cat&#039;s-ear blossoms|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick quelium ankle cuff inset with shards of black andradite|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|wispy featherlette anklet clasped with a blackberry miajho|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do your enemies make you see stars?  One of these may find you a shadow to hide in until you&#039;re feeling better!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fuchsia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Fuchsia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large niniam counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|quelium inventor&#039;s monocle|17,500}}&lt;br /&gt;
{{ShopItem|t=i|regal diacan raven|17,500}}&lt;br /&gt;
{{ShopItem|t=i|polished diamondwood merchant&#039;s toolkit engraved with a sailing ship|17,500}}&lt;br /&gt;
{{ShopItem|t=i|eerily glowing blackened moonsilver bracelet inset with a large cosmic zircon|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Going to talk to repair clerks at crafting societies can really cramp your style.  With one of these, you can avoid one trip a day, anyway.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Magenta Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Magenta Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver stand and a sparkling gold counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver stand}}&lt;br /&gt;
{{ShopItem|t=i|inky black diacan ear-stud dangling a sailor&#039;s compass|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|striking black gold ear-frill decorated with an array of lava topazes|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|series of spiraled windsteel hoops twisted around a stormheart topaz|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick agonite earcuff inlaid with xenomite fragments|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling run down?  These fashionable bits of ear-ware will perk you up!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold counter}}&lt;br /&gt;
{{ShopItem|t=i|wide quelium ankle cuff inset with ocean&#039;s heart diamonds|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|earthy brown anklet woven out of strips of barkcloth|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|flame-kissed gold ankle-chain strung with Taisidon sunset garnet beads|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|rusty iron manacle with a chain covered in phosphorescent moonsilver barnacles|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling peaked?  Wearing one of these on your ankle may revitalize you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Scarlet Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Scarlet Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished kertig stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=kertig stand}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth chieftain&#039;s bracer strung with tidal bloodstone icons|17,500}}&lt;br /&gt;
{{ShopItem|t=i|brilliant yellow andradite swordsman&#039;s whetstone|17,500}}&lt;br /&gt;
{{ShopItem|t=i|squat indurium boar|17,500}}&lt;br /&gt;
{{ShopItem|t=i|glowing crimson moonsilver ring cradling an enormous fire whirl ruby|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are your weapons so beat up you&#039;re not sure which is the club and which is the sword?  Once a day, one of these devices will fix that!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Seashell Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Seashell Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a hammered kertig shelf and a luminescent starshine bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=hammered kertig shelf}}&lt;br /&gt;
{{ShopItem|t=w|slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&amp;quot;|name=&#039;&#039;&#039;slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover|name=&#039;&#039;&#039;ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;|name=&#039;&#039;&#039;heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminescent starshine bookstand}}&lt;br /&gt;
{{ShopItem|t=w|elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree|name=&#039;&#039;&#039;elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree&#039;&#039;&#039;|note=LT/LB|800}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Oyster Walkway=&lt;br /&gt;
==Green Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous golden nest.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=golden nest}}&lt;br /&gt;
{{ShopItem|t=i|small cambrinth egg with a painted golden sheen|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The cambrinth egg can hatch into one of six different Taisidonian creatures.  The creature is randomly picked, but all will be a cambrinth item that holds one-hundred mana and is wearable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Purple Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Purple Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall moonsilver pedestal, a luminous starglass counter and a REALLY BIG placard.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A REALLY BIG placard reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
Welcome!&lt;br /&gt;
&lt;br /&gt;
We are offering these beautiful starstones.  Not only are they pretty, but they will bring the sunlight, starlight, and moonlight indoors!&lt;br /&gt;
&lt;br /&gt;
Each starstone can be used once and lasts for 60 roisaen.&lt;br /&gt;
&lt;br /&gt;
We also carry bags on the counter that will hold up to 50 starstones at once.&lt;br /&gt;
&lt;br /&gt;
~ Management&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=moonsilver pedestal}}&lt;br /&gt;
{{ShopItem|t=i|faintly glowing starstone|10}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you don&#039;t want to buy a whole bag of starstones, you can buy single ones on this pedestal.  They also can be used to refill any starstone bags (sold separately).&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=starglass counter}}&lt;br /&gt;
{{ShopItem|t=i|pearly-white spidersilk reticule with steelsilk ties|550}}&lt;br /&gt;
{{ShopItem|t=i|scorched black drawstring bag|550}}&lt;br /&gt;
{{ShopItem|t=i|pale-blue moonsilk poke drawn with silveress strings|550}}&lt;br /&gt;
{{ShopItem|t=i|crimson moonsilk pocket with an abyssal black drawstring|550}}&lt;br /&gt;
{{ShopItem|t=i|eerie-black fustian pouch with a nightsilk drawstring|550}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bags on this table contain 50 starstones, but only take up two inventory spaces.  Make sure to appraise them to check where they&#039;re each worn!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Teal Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Teal Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a glowing gaethzen display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gaethzen display}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen rainbow streaked with glitter|250}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen coconut with a barkcloth husk|250}}&lt;br /&gt;
{{ShopItem|t=i|portable gaethzen lamp with steelsilk straps|250}}&lt;br /&gt;
{{ShopItem|t=i|gaethzen skull strung upon frayed black rombazine cords|name=gaethzen skull strung upon frayed black rombazine cords|250}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wear this on your belt.  If you&#039;re skilled enough, you can even light it up and then wear it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lavender Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lavender Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jadice flower statue.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=flower statue}}&lt;br /&gt;
{{ShopItem|t=i|small serpent totem|note=5 uses of {{com|healme}}|240}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;As a quick study will reveal, this totem is designed to make you feel a whole lot better, five times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beige Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Beige Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large furniture display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|pale green Taisidon silkcress carpet strewn with moonstained wildflowers|23,000}}&lt;br /&gt;
{{ShopItem|t=i|exquisite silk carpet dyed in variegated shades of sand and sea|23,000}}&lt;br /&gt;
{{ShopItem|t=i|braided barkcloth rug shaded in earthy tones|23,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering featherlette rug featuring bright blue and green hues|23,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a plain and boring flying carpet just isn&#039;t your style, maybe one of these will be?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sienna Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sienna Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished slate counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|cracked bauble etched with a gargoyle|name=&#039;&#039;&#039;cracked bauble etched with a gargoyle&#039;&#039;&#039;|note=a cracked senci gargoyle|2000}}&lt;br /&gt;
{{ShopItem|t=i|polished bauble etched with an anvil|name=&#039;&#039;&#039;polished bauble etched with an anvil&#039;&#039;&#039;|note=a polished rockwood anvil|2000}}&lt;br /&gt;
{{ShopItem|t=i|large bauble etched with a foot|name=&#039;&#039;&#039;large bauble etched with a foot&#039;&#039;&#039;|note=a giant Sunderstone foot|2000}}&lt;br /&gt;
{{ShopItem|t=i|glittery bauble etched with a harpischord|name=&#039;&#039;&#039;glittery bauble etched with a harpischord&#039;&#039;&#039;|note=a glittery quartz harpischord|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The baubles on the counter are magical and will allow a person to change the appearance of their [[Deadfall]] spell.  Please STUDY the bauble if you wish to learn more about it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Abalone Walkway=&lt;br /&gt;
==Sepia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sepia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tattoo catalog.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
Tattoo services cost 200 Mystery Cruise points.  Removal costs 20 points. Relocation costs 100 points. No refunds.  Not responsible for accidents.&lt;br /&gt;
&lt;br /&gt;
{|READ CATALOG&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                At a Sepia Booth&lt;br /&gt;
                     We&#039;re willing to put our art on your:&lt;br /&gt;
&lt;br /&gt;
                1) shoulder                        2) forehead&lt;br /&gt;
                3) cheekbone                       4) thigh&lt;br /&gt;
                5) left wrist                      6) right wrist&lt;br /&gt;
                7) abdomen                         8) forearm&lt;br /&gt;
                9) chin                           10) left cheekbone&lt;br /&gt;
               11) right cheekbone                12) calf&lt;br /&gt;
               13) left ankle                     14) right ankle&lt;br /&gt;
               15) left temple                    16) right temple&lt;br /&gt;
               17) left hip                       18) right hip&lt;br /&gt;
               19) left palm                      20) right palm&lt;br /&gt;
               21) right shin                     22) left shin&lt;br /&gt;
               23) right knee                     24) left knee&lt;br /&gt;
&lt;br /&gt;
               Check the MENU for art you enjoy.  Then CHOOSE the&lt;br /&gt;
                location for your art after ORDERing your tattoo.&lt;br /&gt;
                       [CHOOSE REMOVE for tattoo removal.]&lt;br /&gt;
         [CHOOSE RELOCATE # to move your tattoo to the location above.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
#a singed symbol of destruction&lt;br /&gt;
#a parallel symbol of alignment&lt;br /&gt;
#an unfurled symbol of creation&lt;br /&gt;
#a wavy symbol of change&lt;br /&gt;
#a delicate symbol of refinement&lt;br /&gt;
#a conflicted symbol of creation&lt;br /&gt;
#a twisted symbol of transition&lt;br /&gt;
#a gilded symbol of illumination&lt;br /&gt;
#a faded symbol of disintegration&lt;br /&gt;
#a double helix symbol of evolution&lt;br /&gt;
#a fused symbol of cooperation&lt;br /&gt;
#a fluid symbol of transformation&lt;br /&gt;
#a lush symbol of growth&lt;br /&gt;
#a divergent symbol of contradiction&lt;br /&gt;
#an exquisite symbol of unity&lt;br /&gt;
#a funeral pyre set ablaze with vividly inked flames&lt;br /&gt;
#a haunted skull formed from tendrils of smoke with smoldering embers for eyes&lt;br /&gt;
#a massive orca breaching the sea against the background of Katamba&#039;s dark light&lt;br /&gt;
#a sea-blue jellyfish with delicate silver-tinged tentacles&lt;br /&gt;
#a large ship sailing across a stylized globe&lt;br /&gt;
#a trio of pirates burying treasure under the trunk of a broad-leaved ilomba tree&lt;br /&gt;
#a hilltop of Katamba-black, Xibar-blue, and Yavash-red moonstained wildflowers blooming under a starry night sky&lt;br /&gt;
#a luxurious ship anchored in the shimmery blue waters of a tropical island&lt;br /&gt;
#an oceanic blue anchor wrapped in a ribbon emblazoned with the words &amp;quot;The Morada&amp;quot;&lt;br /&gt;
#a slim boat knife stabbed into a macawood tree stump&lt;br /&gt;
#a sanguine-edged butcher&#039;s cleaver resting on a bed of tidal lilies&lt;br /&gt;
#a jambu-handled corkscrew twined in grapevines&lt;br /&gt;
#a slender bronze baton with a polished ramin handle&lt;br /&gt;
#a pair of sharpened zills etched with rainbow roses&lt;br /&gt;
#a broken glass bottle lying in a pool of spilt rum&lt;br /&gt;
#a silvery-grey gravestone scattered with dark purple aldam lormas&lt;br /&gt;
#a vibrant bouquet of etlingera flowers inked in fiery pink and red hues&lt;br /&gt;
#a broken-masted ship caught in the spiraling vortex of a massive whirlpool&lt;br /&gt;
#a hammerhead shark circling a slack-sailed ship stuck on listless seas&lt;br /&gt;
#a sepia-toned globe perched on top of a stack of luggage&lt;br /&gt;
#a bright ultramarine airship draped in colorful garlands of king proteas&lt;br /&gt;
#a whimsical ship cutting through the night sky with its raven feather hull&lt;br /&gt;
#a pod of dolphins leaping to and from amongst white-crested waves&lt;br /&gt;
#a palm leaf parasol with a parrot-shaped handle&lt;br /&gt;
#an orange and black nautilus shell with water pouring out to form a cresting wave&lt;br /&gt;
#&#039;&#039;&#039;a decrepit ship with jagged holes in its sides beached upon on a sandbar&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a black taipan snaking its way through the eye sockets of a sun-bleached skull&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a man and woman kissing below a palm tree with waves lapping at their feet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a ship&#039;s wheel with the phrase &amp;quot;Anchors Away&amp;quot; below it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a blue-haired mermaid perched on a sea stack gazing up at the full moon&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;bleeding heart vines wrapped around a golden goblet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;an inflated orange pufferfish covered in black spikes&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crescent moon garlanded in water hyacinths floors and wispy grey feathers&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a fat-toed gecko inked in strong black lines&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a bright red crab holding a fork and knife in its front claws&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;metallic blue mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;striated black mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;glittery sea-green mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;burnished gold mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;sun-bleached pieces of driftwood floating atop a calm sea&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a jagged lightning bolt striking the umbrella-shaped canopy of a majestic kapok&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a petite sea turtle with a rainbow-hued shell&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a stunning woman with copper and black snakes coiled around her head&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crystal-blue river flowing down the sides of a mountain with the phrase &amp;quot;Life Flows On&amp;quot; above it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;puffy white seeds floating away a wispy dandelion with the words &amp;quot;Follow Your Dreams&amp;quot; overhead&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a white rabbit jumping through a twilight-blue Moongate towards a field of carrots&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Carmine Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Carmine Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a clear glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=i|glass lemniscate|name=lucid glass lemniscate|1,500}}&lt;br /&gt;
{{ShopItem|t=i|amethyst glass blossom|name=lucid amethyst glass blossom|1,500}}&lt;br /&gt;
{{ShopItem|t=i|frosted glass icicle|name=lucid frosted glass icicle|1,500}}&lt;br /&gt;
{{ShopItem|t=i|green glass frond|name=lucid green glass frond|1,500}}&lt;br /&gt;
{{ShopItem|t=i|red glass flame|name=lucid red glass flame|1,500}}&lt;br /&gt;
{{ShopItem|t=i|blue glass moon|name=lucid blue glass moon|1,500}}&lt;br /&gt;
{{ShopItem|t=i|crimson glass spiral|name=lucid crimson glass spiral|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you suffer from geysers of uncontrolled mana that sometimes turn your hands to ash?  [[:Category:Backlash absorbers|These items]] may prove helpful to you.  If you enjoy geysers of uncontrolled mana that sometimes turn your hands to ash, these may help you as well, but you might not enjoy it as much.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Platinum Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Platinum Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an ink-stained desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ink-stained desk}}&lt;br /&gt;
{{ShopItem|t=i|crimson inkpot painted with bleeding heart vines|100}}&lt;br /&gt;
{{ShopItem|t=i|purple inkpot painted with a phofe flower|100}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue inkpot painted with a Saendalen shark|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you need a place to store a magical tattoo?  Do you want to pretty up a boring magical tattoo design?  These may be what you&#039;re after.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Turquoise Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Turquoise Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an iridescent crystal pedestal, a polished limestone display and a sculpted platinum stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal pedestal}}&lt;br /&gt;
{{ShopItem|t=i|iridescent crystal inkpot|name=iridescent crystal inkpot|note=Targeted Magic and Debilitation|4,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for [[heroic tattoo]]s that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=limestone display}}&lt;br /&gt;
{{ShopItem|t=i|shiny onyx inkpot|name=shiny onyx inkpot|note=Stealth and Perception|3,500}}&lt;br /&gt;
{{ShopItem|t=i|faceted ruby inkpot|name=faceted ruby inkpot|note=Stealth and Strength|3,500}}&lt;br /&gt;
{{ShopItem|t=i|pale kunzite inkpot|name=pale kunzite inkpot|note=Shield and Stamina|3,500}}&lt;br /&gt;
{{ShopItem|t=i|large smoky topaz inkpot|name=large smoky topaz inkpot|note=Shield and Discipline|3,500}}&lt;br /&gt;
{{ShopItem|t=i|round peridot inkpot|name=round peridot inkpot|note=Shield and Wisdom|3,500}}&lt;br /&gt;
{{ShopItem|t=i|polished sardonyx inkpot|name=polished sardonyx inkpot|note=Shield and Reflex|3,500}}&lt;br /&gt;
{{ShopItem|t=i|glossy jade inkpot|name=glossy jade inkpot|note=Shield and Evasion|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|pearlescent moonstone inkpot|name=pearlescent moonstone inkpot|note=Stamina and Reflex|4,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Jade Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Jade Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a minimalist table and a polished glass sundial.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=minimalist table}}&lt;br /&gt;
{{ShopItem|t=i|crackled inkpot|note=[[Tremor]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling inkpot|note=[[Horn of the Black Unicorn]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|starry inkpot|note=[[Misdirection]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|spiraled inkpot|note=[[Telekinetic Storm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|tall inkpot|note=[[Geyser]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|veiled inkpot|note=[[Shadows]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|frosted inkpot|note=[[Ice Patch]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery inkpot|note=[[Bless]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|bright yellow inkpot|note=[[Swarm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|fluted bloodstone inkpot|name=fluted bloodstone inkpot|note=[[Rage of the Clans]]|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;1% prep spells.  Harness until you drop!  Each inkpot is carefully labeled with the spell it contains.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|name=iridescent inkpot-shaped dial etched with esoteric runes|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Verdigris Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Verdigris Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an inky black counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|dusty smokewhorl sketchbook embellished with a golden seal|name=&#039;&#039;&#039;dusty smokewhorl sketchbook embellished with a golden seal&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|splotched sketchbook depicting a starry night sky|name=&#039;&#039;&#039;splotched sketchbook depicting a starry night sky&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sketchbooks allow you to save the appearance of your tattoo and re-use it, similar to the way feature compacts function.  The sketchbook only works with the cosmetic portion of tattoos and does not touch any magical aspects of a tattoo.  Empty inkpots will still need to be used for runic, heroic, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Coral Walkway=&lt;br /&gt;
==Gold Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Gold Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an enormous marble hand, a huge quartz foot, a large granite knee and a giant slate elbow.&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=marble hand}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knuckles bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knuckles|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knuckles studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;You probably don&#039;t want to crack these knuckles, unless you&#039;re doing so upside the head of a mechanical mouse.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=quartz foot}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth footwraps bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|weighted haledroth footwraps studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth footwraps|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A nice high kick into the nose of a mechanical mouse will be far more effective with these footwraps, no matter which color you choose.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=granite knee}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knee spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knee spikes|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knee spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Knees are excellent for bludgeoning your enemies.  If your enemies are mechanical mice, these will help you make even more of an impact.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=slate elbow}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth elbow spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth elbow spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth elbow spikes|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If your fondest dream has been to smash your elbow into the face of a mechanical mouse, you may need help.  These will help, and they&#039;re available in three fashionable color options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=curved haledroth hooks}}&lt;br /&gt;
{{ShopItem|t=w|puffy-white leather whip with haledroth spikes|name=&#039;&#039;&#039;puffy-white leather whip with haledroth spikes&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth meteor hammer with sharpened blades|name=&#039;&#039;&#039;haledroth meteor hammer with sharpened blades&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These whips are able to damage mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glossy crystal-bone stand}}&lt;br /&gt;
{{ShopItem|t=s|haledroth triangular sipar|name=&#039;&#039;&#039;haledroth triangular sipar&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopItem|t=w|haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt|name=&#039;&#039;&#039;haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sipar can defend against mechanical mice and the rapier can damage it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Viridian Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Viridian Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=w|quelium throwing spike with featherlette flights trailing from barkcloth cord|720}}&lt;br /&gt;
{{ShopItem|t=w|lacquered jambu boomerang engraved with a pattern of overlapping leaves|720}}&lt;br /&gt;
{{ShopItem|t=w|hefty hunting bola with three quelium weights connected by braided barkcloth|720}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bola has a nature flare.  The boomerang has a nature flare.  The spike has a nature flare.  Yes indeed, the contents of this counter are all natural.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Maroon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Maroon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall driftwood stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=driftwood stand}}&lt;br /&gt;
{{ShopItem|t=i|covellite-lined sheath with a purple gold bat-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|weathered sheath with brass banding|1,000}}&lt;br /&gt;
{{ShopItem|t=i|tel&#039;athi-lined scabbard with a faded rose gold spider-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|gold-chased scabbard with a silver lion buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|name=dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|brilliantine baldric adorned with a golden heaven&#039;s bell buckle|name=brilliantine baldric adorned with a golden heaven&#039;s bell buckle|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These are bless containers that will hold a single weapon within the constraints of the container size and bless it once every five roisaen for up to one-hundred strikes.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|1 bless strike per recharge pulse. 100 bless strikes count cap.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==White Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a White Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine backsheath heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress backsheath|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin backsheath fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine baldric heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress baldric|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin baldric fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Baldrics and backsheaths for the bold.  Or just for people who want to attach a dozen weapons to a fashionable strap.   When worn, giving the baldric a quick pull may help you distribute the weight of the weapons, though it won&#039;t reduce it.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|Holds any twelve weapons regardless of size or weight.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Brown Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Brown Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a battered oak bookshelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak bookshelf}}&lt;br /&gt;
{{ShopItem|t=i|ornate codex of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|oversized treatise of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|dog-eared manual of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|impressive encyclopedia of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|hefty omnibus of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re tired of remembering which crafting instructions are where, you may find the books here helpful.  All the instructions, all in one place!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Raspberry Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Raspberry Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous moonsilver counter and a luminous moonsilver rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver counter}}&lt;br /&gt;
{{ShopItem|t=w|sinuous heartname leather whip capped with a lilac moonsilver knot|name=&#039;&#039;&#039;sinuous heartname leather whip capped with a lilac moonsilver knot&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
{{ShopItem|t=w|midnight-blue demonscale whip wound in blackened moonsilver filigree|name=&#039;&#039;&#039;midnight-blue demonscale whip wound in blackened moonsilver filigree&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|twisted black leather whip interwoven with strands of crimson moonsilver|name=&#039;&#039;&#039;twisted black leather whip interwoven with strands of crimson moonsilver&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|braided ice-veined leather whip arrayed with knots of blued moonsilver|name=&#039;&#039;&#039;braided ice-veined leather whip arrayed with knots of blued moonsilver&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver rack}}&lt;br /&gt;
{{ShopItem|t=w|fanciful quelium meteor hammer blossoming with a pair of unicorn lilies|name=&#039;&#039;&#039;fanciful quelium meteor hammer blossoming with a pair of unicorn lilies&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|vicious agonite meteor hammer terminated with blackened skulls|name=&#039;&#039;&#039;vicious agonite meteor hammer terminated with blackened skulls&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|improvised meteor hammer of two gem pouches tied with a bundling rope&amp;quot;|name=&#039;&#039;&#039;improvised meteor hammer of two gem pouches tied with a bundling rope&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|serrated forgeheart iron meteor hammer lashed between shooting comets&amp;quot;|name=&#039;&#039;&#039;serrated forgeheart iron meteor hammer lashed between shooting comets&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Conch Walkway=&lt;br /&gt;
&lt;br /&gt;
==Yellow Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Yellow Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jungle green stand, a painted card, a painted note, a painted sign, an ordinary seed box and a macawood seed crate.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Card, note, and sign text:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;A painted card reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
LUMP of vines = a somber woven cloak dappled with scarlet nightshade blossoms, wild crimson rosebuds, clumps of multicolored astilbe, or frosty blue iceberry clusters&lt;br /&gt;
&lt;br /&gt;
PILE of vines = a sweeping rambler vine cloak festooned with plum-colored rosebuds, flame-colored rosettes, olive-toned roses, or wild sapphire roses&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted note reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
CHUNK of vines = a gracefully flowing cloak of living vines with a high collar of Queen-of-the-night lily clusters, Moonlight gardenias, sun&#039;s glory blossoms, or Elven tears blossoms&lt;br /&gt;
&lt;br /&gt;
THRONG of vines = a sweeping dendritic cloak of living vines strewn with small Dragon Spine orchids, Death&#039;s Shadow Lilies, Desert Scorpion blossoms, or dark nightshade blossoms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted sign reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and are sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
BUNCH of vines = a living cloak of delicate white boneflowers, pale blue sirese flowers, brilliant yellow snapdragons, or bright red firefall blooms nestled among vines&lt;br /&gt;
&lt;br /&gt;
NOTE: Purchase of all living cloaks are AS IS and take care to get the TYPE of vines you wish to buy.&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green stand}}&lt;br /&gt;
{{ShopItem|t=i|living cloak of flowers nestled among vines|name=squirming bunch of vines|note=living cloak of &amp;lt;flowers&amp;gt; nestled among &amp;lt;health&amp;gt; vines|3,000}} &lt;br /&gt;
{{ShopItem|t=i|sweeping rambler vine cloak festooned with flowers|name=squirming pile of vines|note=sweeping rambler vine cloak festooned with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|somber woven cloak dappled with flowers|name=squirming lump of vines|note=somber woven cloak dappled with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|gracefully flowing cloak of living vines with a high collar of flowers|name=squirming chunk of vines|note=gracefully flowing cloak of living vines with a high collar of &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sweeping dendritic cloak of living vines strewn with small flowers|name=squirming throng of vines|note=sweeping dendritic cloak of living vines strewn with small &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vines on the stand are [[:Category:Living vine cloaks|unusual living cloaks]] that are both active and interactive, but require occasional nourishment.  Please read the card, note, and then sign for more information.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed box}}&lt;br /&gt;
{{ShopItem|t=i|packet of sand blossom seedlings|name=packet of sand blossom seedlings|note=clusters of waxy sand blossoms|100}} &lt;br /&gt;
{{ShopItem|t=i|packet of adder&#039;s tongue seedlings|name=packet of adder&#039;s tongue seedlings|note=bouquets of blood-red adder&#039;s tongue blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of rosemary seedlings|name=packet of rosemary seedlings|note=bunches of blue rosemary blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of alyssum seedlings|name=packet of alyssum seedlings|note=clusters of mixed purple and pink alyssum flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of ironwood blossom seedlings|name=packet of ironwood blossom seedlings|note=clumps of milky white ironwood blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of iera blossom seedlings|name=packet of iera blossom seedlings|note=patches of shimmering blood-red iera flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of black orchid seedlings|name=packet of black orchid seedlings|note=weeping cascades of black orchids|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of glaysker seedlings|name=packet of glaysker seedlings|note=dense knots of pale purple glaysker flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of periwinkle seedlings|name=packet of periwinkle seedlings|note=dense patches of fiery orange periwinkle blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of peony seedlings|name=packet of peony seedlings|note=delicate blush-pink peonies|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of goldenbell seedlings|name=&#039;&#039;&#039;packet of goldenbell seedlings&#039;&#039;&#039;|note=creeping bright yellow tendrils of goldenbell blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of Eluned&#039;s Glory seedlings|name=&#039;&#039;&#039;packet of Eluned&#039;s Glory seedlings&#039;&#039;&#039;|note=colorful sprays of Eluned&#039;s Glory blooms|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed crate}}&lt;br /&gt;
{{ShopItem|t=i|iridescent packet of rainbow rose seedlings|name=iridescent packet of rainbow rose seedlings|note=iridescent rainbow roses|200}} &lt;br /&gt;
{{ShopItem|t=i|shiny packet of moonstained wildflower seedlings|name=shiny packet of moonstained wildflower seedlings|note=luminous moonstained wildflowers|200}}&lt;br /&gt;
{{ShopItem|t=i|gold-limned packet of heaven&#039;s bell seedlings|name=gold-limned packet of heaven&#039;s bell seedlings|note=golden heaven&#039;s bell blossoms|200}}&lt;br /&gt;
{{ShopItem|t=i|vermilion packet of jalren&#039;rae tulip seedlings|name=vermilion packet of jalren&#039;rae tulip seedlings|note=vermilion jalren&#039;rae tulips|200}}&lt;br /&gt;
{{ShopItem|t=i|crimson packet of bleeding heart vine seedlings|name=crimson packet of bleeding heart vine seedlings|note=crimson bleeding heart vine blossoms|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bronze Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Bronze Pushcart&lt;br /&gt;
|desc=SSurrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a small blue stand, a large green table and a long purple counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=blue stand}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey sallet set with deep blue flecked tidal bloodstones|450}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black sallet chased in quelium flames|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey sallet is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green table}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black half plate chased in quelium flames|700}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey half plate set with deep blue flecked tidal bloodstones|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey half plate is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=purple counter}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate greaves set with deep blue flecked tidal bloodstones|300}}&lt;br /&gt;
{{ShopItem|t=a|void-black light plate greaves chased in quelium flames|300}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black gauntlets chased in quelium flames|name=&#039;&#039;&#039;lightweight void-black gauntlets chased in quelium flames&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate gauntlets set with deep blue flecked tidal bloodstones|name=&#039;&#039;&#039;storm-grey plate gauntlets set with deep blue flecked tidal bloodstones&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey greaves are shocking, and the void-black ones are hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cobalt Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cobalt Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round red table and a tall orange counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red table}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded shirt patterned with king proteas|700}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated shirt patterned with moonstained wildflowers|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated shirt may cause your enemies to think you&#039;re really chill.  The padded shirt is a bit hotter.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=orange counter}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded pants belted with bleeding heart vines|300}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated pants belted with murchban vines|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated pants won&#039;t chill you, but they might chill your enemies.  The padded ones are just hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grey Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Grey Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver rack, some polished gold hooks and a sturdy damite counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver rack}}&lt;br /&gt;
{{ShopItem|t=a|diacan lamellar helm sculpted with the visage of a Saendalen shark|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite lamellar helm sculpted with the visage of a blazing phoenix|200}}&lt;br /&gt;
{{ShopItem|t=a|diacan plate mask crafted with sleek lines|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite plate mask firestained with gold and vermilion hues|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Any agonite item on this rack has the chance to scorch your enemies, while the diacan will give them a chill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold hooks}}&lt;br /&gt;
{{ShopItem|t=a|diacan mail gloves crafted with sleek lines|300}}&lt;br /&gt;
{{ShopItem|t=a|agonite mail gloves firestained with gold and vermilion hues|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to leave scorch marks on your enemies, try the agonite mail gloves.  The diacan ones are much colder.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite counter}}&lt;br /&gt;
{{ShopItem|t=a|sleek black leathers tinged with oceanic blue|1,000}}&lt;br /&gt;
{{ShopItem|t=a|gold and vermilion leathers embossed with fiery feathering|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The black leathers are colder than they may first appear (for your enemies), while the gold and vermilion are hot stuff.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Marigold Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Marigold Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=tall crystal stand}}&lt;br /&gt;
{{ShopItem|t=i|luminescent starshine signet ring of a rampant dragon|name=&#039;&#039;&#039;luminescent starshine signet ring of a rampant dragon&#039;&#039;&#039;|100,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The signet ring will create a combat enclave that spawns flexing white marble gargoyles upon activation for six hours.  This personal hunting area can only be accessed by the user and can be used once per day.  A single infuser stone will add one-hundred-and-eighty days of usage for the ring&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Vermilion Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Vermilion Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wide vermilion counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wide vermilion counter}}&lt;br /&gt;
{{ShopItem|t=i|crimson-red tomatoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh chicken liver|20}}&lt;br /&gt;
{{ShopItem|t=i|hearty pellet|20}}&lt;br /&gt;
{{ShopItem|t=i|dark chocolate|20}}&lt;br /&gt;
{{ShopItem|t=i|rye bread|20}}&lt;br /&gt;
{{ShopItem|t=i|salty bacon|20}}&lt;br /&gt;
{{ShopItem|t=i|mincemeat tarts|20}}&lt;br /&gt;
{{ShopItem|t=i|marbled meat|20}}&lt;br /&gt;
{{ShopItem|t=i|white eggs|20}}&lt;br /&gt;
{{ShopItem|t=i|ripe mangoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh jerky|20}}&lt;br /&gt;
{{ShopItem|t=i|legless white rat|20}}&lt;br /&gt;
{{ShopItem|t=i|gorey hog hoof|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh boar&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|severed hand (2)|name=severed hand|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh lettuce|20}}&lt;br /&gt;
{{ShopItem|t=i|dead frog|20}}&lt;br /&gt;
{{ShopItem|t=i|large vial of blood|20}}&lt;br /&gt;
{{ShopItem|t=i|whole lizard&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|bucket of fresh chum|20}}&lt;br /&gt;
{{ShopItem|t=i|handful of dead crickets|20}}&lt;br /&gt;
{{ShopItem|t=i|leafy greens|20}}&lt;br /&gt;
{{ShopItem|t=i|wiggling worms|20}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter are high quality champion bait for specific creatures found in Taisidon.  Use at your own caution!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Knifejaw Walkway=&lt;br /&gt;
==Cerise Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerise Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large oak shelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak shelf}}&lt;br /&gt;
{{ShopItem|t=i|glittery unicorn-shaped slate framed with e&#039;erdream hearts|300}}&lt;br /&gt;
{{ShopItem|t=i|glittery rainbow-shaped slate framed with e&#039;erdream clouds|300}}&lt;br /&gt;
{{ShopItem|t=i|simple writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|kertig writing slate framed in ebony|300}}&lt;br /&gt;
{{ShopItem|t=i|cosmic zircon writing slate framed in rosewood|300}}&lt;br /&gt;
{{ShopItem|t=i|demonbone writing slate backed with demonscale|300}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|black marble writing slate|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Remember how much fun writing slates are?  These are even more fun, because you can link a pair of them and send top secret messages to a friend.  Keep it classy!  (No, really.  Your message only makes it through if you do.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lilac Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lilac Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a pile of white sand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=white sand}}&lt;br /&gt;
{{ShopItem|t=i|translucent icesteel casket studded with radiant-cut winter emeralds|150}}&lt;br /&gt;
{{ShopItem|t=i|glittering diamondwood treasure chest with black gold hinges|150}}&lt;br /&gt;
{{ShopItem|t=i|small glittering jewel safe of starlight-white uthamar|150}}&lt;br /&gt;
{{ShopItem|t=i|gold filigree jewelry box set with ocean&#039;s heart diamonds|150}}&lt;br /&gt;
{{ShopItem|t=i|sturdy mikkhalbamar coffer banded with heavy Dwarven iron straps|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;What sort of fun could you have with a treasure chest you fill and then bury?  Buy one of these and find out!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Red Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Red Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a smooth ivory bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ivory bookstand}}&lt;br /&gt;
{{ShopItem|t=i|austere scholar&#039;s tome|30,000}}&lt;br /&gt;
{{ShopItem|t=i|lengthy barkcloth monograph with a pebble mosaic cover|30,000}}&lt;br /&gt;
{{ShopItem|t=i|opulent Taisidon silkcress-bound almanac with diacan edged pages|30,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy treatise chased with navigational coordinates upon its quelium spine|30,000}}&lt;br /&gt;
{{ShopItem|t=i|eclectic artisan&#039;s manual painted with a vibrant Taisidonian landscape|30,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Random trivia.  Refreshers on half-forgotten lessons.  All this and more can be yours, eventually, if you buy one of these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Blue Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Blue Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a fluted alabaster pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=fluted alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|weathered ilomba chest with vardite hinges|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Years ago, you had to build these yourself.  Now, without even a chance at getting a splinter, you can have all the fun with none of the annoying work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Green Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a low green counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green counter}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|name=infuser stone|300}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|name=potency crystal|300}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Charcoal Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Charcoal Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round glass table.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=round glass table}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart|name=&#039;&#039;&#039;black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopItem|t=i|polished icethorn canister strewn with trillion-cut winter emeralds|name=&#039;&#039;&#039;polished icethorn canister strewn with trillion-cut winter emeralds&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The canisters will allow you to store multiple memory orbs of different types.  Functioning similarly to spell scroll stackers, the canisters will store up to thirty different skills and up to thirty full orbs of each skill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Grouper Walkway=&lt;br /&gt;
==Wisteria Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Wisteria Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished satinwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=satinwood display}}&lt;br /&gt;
{{ShopItem|t=i|pink voucher|note=a luxurious ilomba bed draped in garlands of moonstained wildflowers|1,050}}&lt;br /&gt;
{{ShopItem|t=i|reddish-brown voucher|note=a massive macawood bed covered with a canopy of palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|green voucher|note=a claw-footed chaise lounge featuring a bold pattern of emerald green palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with a grimwood canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with a grimwood canopy bed&#039;&#039;&#039; |note=a grimwood canopy bed with a steelsilk canopy and comforter|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with an icethorn canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with an icethorn canopy bed&#039;&#039;&#039; |note=an inlaid icethorn canopy bed with winterweave curtains and coverlet|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Luxurious materials, elegant designs, and the ability to tuck 50 items neatly away -- what more could you ask for from a piece of furniture?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Persimmon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Persimmon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished lunat display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lunat display}}&lt;br /&gt;
{{ShopItem|t=i|cabinet voucher heavily illustrated with a mistwood cabinet|note=a heavy mistwood cabinet resting atop a matching platform|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bar cart voucher elegantly illustrated with a sleek mistglass bar cart|note=a sleek mistglass bar cart with an exquisitely sculpted uthamar openwork frame|1,050}}&lt;br /&gt;
{{ShopItem|t=i|cupboard voucher painted with a weathered rockwood cupboard|note=a weathered rockwood cupboard fitted with glaes handles|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful furniture items available on this display will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak table}}&lt;br /&gt;
{{ShopItem|t=i|furniture voucher|name=&#039;&#039;&#039;furniture voucher&#039;&#039;&#039; |note=an inlaid icethorn table with carved legs embellished with snowflakes|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a diamondwood table|name=&#039;&#039;&#039;table voucher illustrated with a diamondwood table&#039;&#039;&#039; |note=a diamondwood table inlaid with a spiraling design in black gold|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a grimwood table|name=&#039;&#039;&#039;table voucher illustrated with a grimwood table&#039;&#039;&#039; |note=a grimwood table with pedestal carved as a leafless tree|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful tables available on this table will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tawny Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Tawny Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished silverwillow display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwillow display}}&lt;br /&gt;
{{ShopItem|t=i|pint-sized brindle puppy voucher|note=a pint-sized brindle puppy|150}}&lt;br /&gt;
{{ShopItem|t=i|wolf pup voucher|note=a pot-bellied Siksrajan wolf pup|150}}&lt;br /&gt;
{{ShopItem|t=i|Musparan dog voucher|note=a bewhiskered ash grey Musparan dog|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a flutertae, clymbol, or floratroll is just too much for you, maybe one of these dogs will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cerulean Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerulean Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished goldwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=goldwood display}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue voucher painted with a delicate silk carpet|note=a delicate silk carpet dyed in variegated shades of sand and sea|100}}&lt;br /&gt;
{{ShopItem|t=i|green voucher painted with a Taisidon silkcress carpet|note=a jungle green Taisidon silkcress carpet strewn with moonstained wildflowers|100}}&lt;br /&gt;
{{ShopItem|t=i|brown voucher painted with a woven barkcloth rug|note=a woven barkcloth rug shaded in earthy tones|100}}&lt;br /&gt;
{{ShopItem|t=i|colorful voucher painted with a featherlette rug|note=a fluffy featherlette rug featuring bright blue and green hues|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These patterns won&#039;t fly.  (Well, we hope they&#039;ll fly off the display and into your home!)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cyan Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cyan Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see anintricate silverwood desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwood desk}}&lt;br /&gt;
{{ShopItem|t=i|shimmering baroque pearl necklace strung on Taisidon silkcress cording|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sleek diacan torque terminated by cabochon seastar tourmaline piranhas|3,000}}&lt;br /&gt;
{{ShopItem|t=i|bleached bone amulet carved into a stylized black pard|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re wondering what a Dwarf was talking about but your Haakish is a bit rusty, one of these can be just the thing.  (Also suitable for other languages.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chestnut Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chestnut Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted chestnut counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted chestnut counter}}&lt;br /&gt;
{{ShopItem|t=i|ornamental xenomite brassard strung in a series of six interlocking rings|name=&#039;&#039;&#039;ornamental xenomite brassard strung in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|watered steel armlet encased by a series of six interlocking rings|name=&#039;&#039;&#039;watered steel armlet encased by a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|firestained agonite armband draped in a series of six interlocking rings|name=&#039;&#039;&#039;firestained agonite armband draped in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|braided purple gold bracelet interwoven with a series of six interlocking rings|name=&#039;&#039;&#039;braided purple gold bracelet interwoven with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy electrum wristcuff centered with a series of six interlocking rings|name=&#039;&#039;&#039;heavy electrum wristcuff centered with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|slender diamondwood wristlet dangling a series of six interlocking rings|name=&#039;&#039;&#039;slender diamondwood wristlet dangling a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Warrior Mage&#039;s elemental charge.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Flounder Walkway=&lt;br /&gt;
==Chartreuse Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chartreuse Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted red vanity, a wooden mismatched countertop and a dark scarred dresser.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red vanity}}&lt;br /&gt;
{{ShopItem|t=i|delicate brown mirror painted with a face featuring bushy eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate white mirror painted with a face featuring inverted eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate red mirror featuring a face with lightning bolt-shaped eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate blue mirror painted with a face featuring peaked eyebrows|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If raising your eyebrows isn&#039;t commanding the attention you deserve, maybe one of the mirrors here can help?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mismatched countertop}}&lt;br /&gt;
{{ShopItem|t=i|cracked mirror reflecting a distinguishing mark|name=cracked mirror reflecting a distinguishing mark|note=deeply furrowed line between the eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|pearl mirror reflecting a distinguishing mark|name=pearl mirror reflecting a distinguishing mark|note=an ulcerated mass of scabrous tissue around the left eye|450}}&lt;br /&gt;
{{ShopItem|t=i|burnt mirror reflecting a distinguishing mark|name=burnt mirror reflecting a distinguishing mark|note=an inexorable streak of splaying black veins spreading along the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|crosshatched mirror reflecting a distinguishing mark|name=crosshatched mirror reflecting a distinguishing mark|note=an extensive mass of mottled burns extending up the cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of mirrors with different distinguishing marks.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=scarred dresser}}&lt;br /&gt;
{{ShopItem|t=i|lacquered mirror depicting an ashen scar|name=lacquered mirror depicting an ashen scar|note=an ashen scar sinuously curving across the bridge of the nose|450}}&lt;br /&gt;
{{ShopItem|t=i|rippled mirror reflecting a distinguishing mark|name=rippled mirror reflecting a distinguishing mark|note=an ugly and jagged scar across the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|oval mirror reflecting a distinguishing mark|name=oval mirror reflecting a distinguishing mark|note= a series of three vertical scars beneath the right eye|450}}&lt;br /&gt;
{{ShopItem|t=i|square mirror reflecting a distinguishing mark|name=square mirror reflecting a distinguishing mark|note=a series of four deep horizontal scars across the left cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dresser holds a variety of mirrors with different scars.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Copper Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Copper Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted green vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green vanity}}&lt;br /&gt;
{{ShopItem|t=i|tarnished mirror depicting a person with abyssal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|plain mirror depicting a person with unfocused eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blackened razaksel mirror depicting a person with fathomless eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|polished razaksel mirror depicting a person with watery eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The eyes have it.  And you can have the eyes, if you buy the right mirror here!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Heliotrope Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Heliotrope Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted heliotrope vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=heliotrope vanity}}&lt;br /&gt;
{{ShopItem|t=i|charcoal-hued mirror depicting a person with stormy eyes|note=stormy charcoal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blue seaglass mirror depicting a person with sea-blue eyes|note=sea-blue eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|green seaglass mirror depicting a person with sea-green eyes|note=sea-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|grey seaglass mirror depicting a person with sea-grey eyes|note=sea-grey eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|speckled mirror depicting a person with seafoam-green eyes|note=speckled seafoam-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|covellite mirror depicting a person with ultramarine eyes|note=ultramarine eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sea changes colors dependent upon the light.  With these mirrors, your eyes can, too!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mauve Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Mauve Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted mauve vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mauve vanity}}&lt;br /&gt;
{{ShopItem|t=i|burnished green gold compact set with a Saendalen emerald palm tree|3,000}}&lt;br /&gt;
{{ShopItem|t=i|polished smokewood compact featuring a brilliant inferno&#039;s heart flame|3,000}}&lt;br /&gt;
{{ShopItem|t=i|dainty silversteel compact sprinkled with blackberry miajho tarts|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to change your looks without losing them, these compacts are your new best friend!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Taupe Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Taupe Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted taupe vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=taupe vanity}}&lt;br /&gt;
{{ShopItem|t=i|scratched mirror depicting a face with a scarred nose|note=deeply scarred nose|450}}&lt;br /&gt;
{{ShopItem|t=i|ornate mirror depicting a face with a patrician nose|note=refined patrician nose|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with a flat nose|note=broad, flat nose|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a face with a craggy nose|note=harsh, craggy nose|450}}&lt;br /&gt;
{{ShopItem|t=i|weighty mirror depicting a face with a fleshy nose|note=prominent fleshy nose|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If the eyes are the window to the soul, then the nose is the window to ... nevermind.  If you thought too hard about that, you might want a new look for your nose.  Here, you can get just that.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lemon Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lemon Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted lemon counter..&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted lemon counter}}&lt;br /&gt;
{{ShopItem|t=i|silver armlet bordered in symbolic anloral iconography|name=&#039;&#039;&#039;silver armlet bordered in symbolic anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|diacan armband embedded with jagged anloral icons|name=&#039;&#039;&#039;diacan armband embedded with jagged anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|glowing truegold wristcuff with anloral iconography|name=&#039;&#039;&#039;glowing truegold wristcuff with anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|ivory wristlet dappled with polished anloral icons|name=&#039;&#039;&#039;ivory wristlet dappled with polished anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Cleric&#039;s devotion.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Hazel Shop==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Hazel Shop&lt;br /&gt;
|desc=Surrounding the shop, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted hazel vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted hazel vanity}}&lt;br /&gt;
{{ShopItem|t=i|elegant mirror depicting a face with delicate ears|name=&#039;&#039;&#039;elegant mirror depicting a face with delicate ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with protruding ears|name=&#039;&#039;&#039;broad mirror depicting a face with protruding ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror depicting a face with lopsided ears|name=&#039;&#039;&#039;crooked mirror depicting a face with lopsided ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|petite mirror depicting a face with small ears|name=&#039;&#039;&#039;petite mirror depicting a face with small ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These mirrors will change the appearance of your ears.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Snapper Walkway=&lt;br /&gt;
==Silver Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Silver Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver vanity}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror painted with curls of sunflower blonde hair|note=sunflower blonde hair|450}}&lt;br /&gt;
{{ShopItem|t=i|smoky lilac mirror painted with wisterias|note=smoky lilac hair|450}}&lt;br /&gt;
{{ShopItem|t=i|round mirror painted in shades of white and black|note=salt and pepper hair|450}}&lt;br /&gt;
{{ShopItem|t=i|greasy brown mirror with oil stains on the back|note=greasy brown hair|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Hair.  If you&#039;ve got it, flaunt it.  If you&#039;re bored with it, maybe one of these colors will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Burgundy Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Burgundy Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted burgundy vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=burgundy vanity}}&lt;br /&gt;
{{ShopItem|t=i|bamboo mirror depicting a person of commanding height|note=commanding height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|lopsided oak mirror reflecting a person&#039;s height|note=of middling height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|silver-framed mirror reflecting a person&#039;s height|note=of ordinary proportions for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|pale lavender mirror painted with a pint-sized figure|note=pint-sized for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror painted with a puny figure|note=puny for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are you happy with your height?  Would you rather change your perspective?  You&#039;ve come to the right place.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Coral Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Coral Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|blackened moonsilver spider icon poised to display a blood ruby hourglass|750}}&lt;br /&gt;
{{ShopItem|t=i|umbral damite panther icon with eyes of midnight onyx|750}}&lt;br /&gt;
{{ShopItem|t=i|tarnished steel goshawk icon set within a nest of khor&#039;vela|750}}&lt;br /&gt;
{{ShopItem|t=i|menacing glaes shark icon set within a windsteel hurricane|750}}&lt;br /&gt;
{{ShopItem|t=i|windsteel albatross icon silhouetted within a compass rose|750}}&lt;br /&gt;
{{ShopItem|t=i|ammolite dolphin icon affixed to a base of Imperial coral|750}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;I thought at first the boss said these were to put holes in weapons, but no.  They&#039;re not.  Charging up holy weapons does not put holes in them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Violet Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Violet Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted violet vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=violet vanity}}&lt;br /&gt;
{{ShopItem|t=i|mottled oval mirror reflecting a person&#039;s skin color|note=blackhead-marred chalky white skin|450}}&lt;br /&gt;
{{ShopItem|t=i|pocked white oval mirror reflecting a person&#039;s skin color|note=cellulite-dimpled pale skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval lilac-hued mirror reflecting a person&#039;s skin color|note=liver-spotted skin|450}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror with a body-shaped handle painted midnight black|note=midnight black skin|450}}&lt;br /&gt;
{{ShopItem|t=i|cougar-pelt mirror featuring a blank face with warm caramel-hued skin|note=warm caramel-hued skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval tawny mirror reflecting a person&#039;s skin color|note=tawny skin|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Does your skin-tone change with the seasons?  Do you want it to?  These mirrors could do the trick!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pink Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Pink Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted pink vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=pink vanity}}&lt;br /&gt;
{{ShopItem|t=i|river willow mirror depicting a person with a sleek build|note=a sleek figure|450}}&lt;br /&gt;
{{ShopItem|t=i|sweet chestnut mirror reflecting a person&#039;s build|note=a sloppy figure|450}}&lt;br /&gt;
{{ShopItem|t=i|pearwood mirror reflecting a person&#039;s build|note=a pear-shaped figure|450}}&lt;br /&gt;
{{ShopItem|t=i|oval oravir mirror reflecting a person&#039;s build|note=an elephantine figure|450}}&lt;br /&gt;
{{ShopItem|t=i|hexagonal haon mirror reflecting a person&#039;s build|note=a coltish figure|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Some people diet or lift weights to change their build.  Good on them.  You could do that, or you could just buy these mirrors, and skip all the hard work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Peach Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Peach Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see some brass hanging hooks and a tall steel rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=brass hanging hooks}}&lt;br /&gt;
{{ShopItem|t=i|snow-white lotusweave reticule pinned with an iceblink peridot|name=&#039;&#039;&#039;snow-white lotusweave reticule pinned with an iceblink peridot&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|tiny fractalline bag embroidered with maddening abstract reflections|name=&#039;&#039;&#039;tiny fractalline bag embroidered with maddening abstract reflections&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth poke with grass-woven drawstrings|name=&#039;&#039;&#039;barkcloth poke with grass-woven drawstrings&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|grimwood kit set with a demon gaze agate cabochon|name=&#039;&#039;&#039;grimwood kit set with a demon gaze agate cabochon&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A note on the hooks reads: &amp;quot;The containers on the hooks are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=steel rack}}&lt;br /&gt;
{{ShopItem|t=i|whimsical spun rainbow pouch cinched with fractalline cords|name=&#039;&#039;&#039;whimsical spun rainbow pouch cinched with fractalline cords&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|discrete smokewhorl wallet|name=&#039;&#039;&#039;discrete smokewhorl wallet&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|elegant Taisidon silkcress purse fringed with luminescent starshine beads|name=&#039;&#039;&#039;elegant Taisidon silkcress purse fringed with luminescent starshine beads&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|polished blackwood case speckled with a multitude of night sky citrines|name=&#039;&#039;&#039;polished blackwood case speckled with a multitude of night sky citrines&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The containers on the rack are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Dogfish Walkway=&lt;br /&gt;
==Sapphire Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sapphire Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted sapphire vanity and a bright sapphire countertop.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire vanity}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror painted with a fluffy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|bronze mirror painted with a long bushy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|platinum mirror painted with a black-tipped Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror painted with a ridiculously long Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;They say your characteristics are inborn, but if you could improve them, wouldn&#039;t you?  These mirrors may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire countertop}}&lt;br /&gt;
{{ShopItem|t=i|brass mirror depicting a Prydaen with dull black fur|name=brass mirror depicting a Prydaen with dull black fur|450}}&lt;br /&gt;
{{ShopItem|t=i|rencate mirror depicting a Prydaen with glossy white fur|name=rencate mirror depicting a Prydaen with glossy white fur|450}}&lt;br /&gt;
{{ShopItem|t=i|copper mirror depicting a Prydaen with mangy brown fur|name=copper mirror depicting a Prydaen with mangy brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror depicting a Prydaen with silky grey fur|name=mirror depicting a Prydaen with silky grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cocobolo mirror depicting a Prydaen with sea-grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|whitethorn mirror depicting a Prydaen with ghostly white fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of Prydaen fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Saffron Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Saffron Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted saffron vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|lunat mirror depicting a S&#039;Kra Mur with wavy sea-blue scales|450}}&lt;br /&gt;
{{ShopItem|t=i|adderwood mirror depicting a S&#039;Kra Mur with glistening sea-grey scales|450}}&lt;br /&gt;
{{ShopItem|t=i|witchclaw mirror depicting a S&#039;Kra Mur with ghostly white scales|450}}&lt;br /&gt;
{{ShopItem|t=i|cypress mirror depicting a S&#039;Kra Mur with shimmering sea-green scales|450}}&lt;br /&gt;
{{ShopItem|t=i|oaken mirror depicting a S&#039;Kra Mur with a keeled tail|450}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue mirror depicting a S&#039;Kra face with a short snout|note=short Reshalian snout|450}}&lt;br /&gt;
{{ShopItem|t=i|Musparan green mirror depicting a S&#039;Kra face with a long snout|note=long, primitive-looking snout|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Scales and tails need no improvement, of course, but a little enhancement never hurt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest|name=&#039;&#039;&#039;driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest&#039;&#039;&#039;|note=membranous, fin-like crest|450}}&lt;br /&gt;
{{ShopItem|t=i|rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest|name=&#039;&#039;&#039;rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest|name=&#039;&#039;&#039;bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest|name=&#039;&#039;&#039;khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest|name=&#039;&#039;&#039;dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest&#039;&#039;&#039;|note=regal crest resembling a dragon&#039;s ear frills||450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The mirrors on the counter are for S&#039;Kra Mur crests.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crimson Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Crimson Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a crimson counter, a crimson display and a crimson pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson counter}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|name=drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|2,000}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|name=drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue glaes wedding ring inlaid with dark xenomite stars|name=sky-blue glaes wedding ring inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopItem|t=i|blue-white glaes wedding band inlaid with dark xenomite stars|name=blue-white glaes wedding band inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson display}}&lt;br /&gt;
}}&lt;br /&gt;
{{ShopItem|t=i|uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|name=uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|2,000}}&lt;br /&gt;
{{ShopItem|t=i|indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|name=indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|2,000}}&lt;br /&gt;
{{ShopItem|t=i|carved quelium wedding band embellished with a brilliant faceted glisior|name=carved quelium wedding band embellished with a brilliant faceted glisior|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding band adorned with a glittering faceted Katamba spine|name=sculpted quelium wedding band adorned with a glittering faceted Katamba spine|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|name=sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson pedestal}}&lt;br /&gt;
{{ShopItem|t=i|Elven gold wedding torque capped with carved tiger lily carnelian blooms|name=Elven gold wedding torque capped with carved tiger lily carnelian blooms|2,000}}&lt;br /&gt;
{{ShopItem|t=i|green gold wedding torque capped with carved miajho gems|name=green gold wedding torque capped with carved miajho gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding torques will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Plum Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Plum Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large plumwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=plumwood display}}&lt;br /&gt;
{{ShopItem|t=i|beachcomber&#039;s backpack made of glossy brilliantine|name=beachcomber&#039;s backpack made of glossy brilliantine|700}}&lt;br /&gt;
{{ShopItem|t=i|featherlette pack trimmed with bright white cording|name=featherlette pack trimmed with bright white cording|700}}&lt;br /&gt;
{{ShopItem|t=i|fae-woven silk backpack with an embroidered design|name=fae-woven silk backpack with an embroidered design|700}}&lt;br /&gt;
{{ShopItem|t=i|blue-green barkcloth backpack clasped with a crimson coral starfish|name=&#039;&#039;&#039;blue-green barkcloth backpack clasped with a crimson coral starfish&#039;&#039;&#039;|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The back-worn containers measure eighteen spans by thirteen spans by eight spans on the inside and can carry up to fifteen-hundred stones.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Periwinkle Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Periwinkle Stall&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall periwinkle counter and a wide periwinkle vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle counter}}&lt;br /&gt;
{{ShopItem|t=i|sardonyx mirror depicting a Rakash with thick gingery red fur|name=sardonyx mirror depicting a Rakash with thick gingery red fur|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a Rakash with grizzled greyish-brown fur|name=granite mirror depicting a Rakash with grizzled greyish-brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cinnabar mirror depicting a Rakash with glittery gold fur|name=cinnabar mirror depicting a Rakash with glittery gold fur|450}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror depicting a Rakash with coarse black fur|name=marble mirror depicting a Rakash with coarse black fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The counter holds a variety of Rakash moonskin fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle vanity}}&lt;br /&gt;
{{ShopItem|t=i|hematite mirror depicting a Rakash with a disfigured muzzle|name=hematite mirror depicting a Rakash with a disfigured muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|flagstone mirror depicting a Rakash with a greying muzzle|name=flagstone mirror depicting a Rakash with a greying muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|sandstone mirror depicting a Rakash with a scarred muzzle|name=sandstone mirror depicting a Rakash with a scarred muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|pyrite mirror depicting a Rakash with a striking muzzle|name=pyrite mirror depicting a Rakash with a striking muzzle|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vanity holds a variety of Rakash moonskin muzzle mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle table}}&lt;br /&gt;
{{ShopItem|t=i|white mirror depicting a Rakash with a white-tipped tail|name=&#039;&#039;&#039;white mirror depicting a Rakash with a white-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror depicting a Rakash with a long bushy tail|name=&#039;&#039;&#039;blue mirror depicting a Rakash with a long bushy tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|red mirror depicting a Rakash with a gnawed-upon tail|name=&#039;&#039;&#039;red mirror depicting a Rakash with a gnawed-upon tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|black mirror depicting a Rakash with a black-tipped tail|name=&#039;&#039;&#039;black mirror depicting a Rakash with a black-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The table holds a variety of Rakash moonskin tail mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Puce Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Puce Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished diamondwood buffet.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=polished diamondwood buffet}}&lt;br /&gt;
{{ShopItem|t=i|polished silversteel dinner bell with a Taisidonian pearl clapper|3,500}}&lt;br /&gt;
{{ShopItem|t=i|blown-glass hand bell with a Taisidon emerald clapper|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dinner bell will summon a sideboard with a chef&#039;s carving station that serves prime rib and some accompaniments.  The hand bell will summon a bar with drinks.  Both bells can summon their respective sideboard and bar for forty-five minutes with a three-day cooldown.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595664</id>
		<title>Taisidon Mystery 443/A&#039;baya Esplanade</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595664"/>
		<updated>2022-09-18T22:50:31Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Plum Kiosk */ Added missing new container.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Store At A Glance&lt;br /&gt;
|Store Name=A&#039;baya Esplanade&lt;br /&gt;
|Town= Taisidon&lt;br /&gt;
|Owner= Fantasy Excursions&lt;br /&gt;
|NumRooms=56&lt;br /&gt;
|Store Type=Clothing,Cosmetics,Crafting,Cambrinth,Container,General,Housing,Jewelry,Magic,Pet,Tattoo,Weapon&lt;br /&gt;
|Fest=Taisidon Mystery 443&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=points&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bold&#039;&#039;&#039; items are new as of this event.&lt;br /&gt;
&lt;br /&gt;
=Central Walkway=&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, Central Walkway&lt;br /&gt;
|desc=At the center of the busy shopping walkway, a beautiful ocean mosaic is pieced together with bits of shell and seaglass.  Festive gaethzen globes are hung from tall poles that are placed at even intervals along the macawood boardwalk.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shimmering ocean-blue moongate, an investigator toolkit dispenser with a couple of things on it, a quelium bell dispenser with a couple of things on it, a voile robe dispenser with a couple of things on it, a drake fang dispenser with a couple of things on it, a wildland machete dispenser with a couple of things on it and an IMPORTANT NOTICE placed near the dispensers.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: north, east, south, west.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Raffle==&lt;br /&gt;
&lt;br /&gt;
See [[Taisidon Mystery 443/Raffle]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
&lt;br /&gt;
=Northern Sand Lirum Walkway=&lt;br /&gt;
==Celadon Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Celadon Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sturdy damite display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite display}}&lt;br /&gt;
{{ShopItem|t=i|softly glowing verdant moonsilver necklace displaying a huge iceblink peridot|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|wide uthamar knight&#039;s buckle hammered with a laurel pattern|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|lirisan-handled armorer&#039;s brush with ka&#039;hurst inlay|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|muscular vardite lion|note=armor repair|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wire brushes and oil are so 425.  Why risk breaking a nail repairing your armor when one of these devices can do it for you?  (Once a day, anyway.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Black Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Black Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an oversized lightning bolt.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lightning bolt}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver bracer edged with serrated shark teeth|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery rose gold bracelet engraved with cat&#039;s-ear blossoms|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick quelium ankle cuff inset with shards of black andradite|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|wispy featherlette anklet clasped with a blackberry miajho|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do your enemies make you see stars?  One of these may find you a shadow to hide in until you&#039;re feeling better!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fuchsia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Fuchsia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large niniam counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|quelium inventor&#039;s monocle|17,500}}&lt;br /&gt;
{{ShopItem|t=i|regal diacan raven|17,500}}&lt;br /&gt;
{{ShopItem|t=i|polished diamondwood merchant&#039;s toolkit engraved with a sailing ship|17,500}}&lt;br /&gt;
{{ShopItem|t=i|eerily glowing blackened moonsilver bracelet inset with a large cosmic zircon|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Going to talk to repair clerks at crafting societies can really cramp your style.  With one of these, you can avoid one trip a day, anyway.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Magenta Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Magenta Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver stand and a sparkling gold counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver stand}}&lt;br /&gt;
{{ShopItem|t=i|inky black diacan ear-stud dangling a sailor&#039;s compass|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|striking black gold ear-frill decorated with an array of lava topazes|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|series of spiraled windsteel hoops twisted around a stormheart topaz|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick agonite earcuff inlaid with xenomite fragments|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling run down?  These fashionable bits of ear-ware will perk you up!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold counter}}&lt;br /&gt;
{{ShopItem|t=i|wide quelium ankle cuff inset with ocean&#039;s heart diamonds|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|earthy brown anklet woven out of strips of barkcloth|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|flame-kissed gold ankle-chain strung with Taisidon sunset garnet beads|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|rusty iron manacle with a chain covered in phosphorescent moonsilver barnacles|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling peaked?  Wearing one of these on your ankle may revitalize you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Scarlet Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Scarlet Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished kertig stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=kertig stand}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth chieftain&#039;s bracer strung with tidal bloodstone icons|17,500}}&lt;br /&gt;
{{ShopItem|t=i|brilliant yellow andradite swordsman&#039;s whetstone|17,500}}&lt;br /&gt;
{{ShopItem|t=i|squat indurium boar|17,500}}&lt;br /&gt;
{{ShopItem|t=i|glowing crimson moonsilver ring cradling an enormous fire whirl ruby|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are your weapons so beat up you&#039;re not sure which is the club and which is the sword?  Once a day, one of these devices will fix that!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Seashell Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Seashell Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a hammered kertig shelf and a luminescent starshine bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=hammered kertig shelf}}&lt;br /&gt;
{{ShopItem|t=w|slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&amp;quot;|name=&#039;&#039;&#039;slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover|name=&#039;&#039;&#039;ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;|name=&#039;&#039;&#039;heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminescent starshine bookstand}}&lt;br /&gt;
{{ShopItem|t=w|elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree|name=&#039;&#039;&#039;elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree&#039;&#039;&#039;|note=LT/LB|800}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Oyster Walkway=&lt;br /&gt;
==Green Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous golden nest.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=golden nest}}&lt;br /&gt;
{{ShopItem|t=i|small cambrinth egg with a painted golden sheen|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The cambrinth egg can hatch into one of six different Taisidonian creatures.  The creature is randomly picked, but all will be a cambrinth item that holds one-hundred mana and is wearable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Purple Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Purple Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall moonsilver pedestal, a luminous starglass counter and a REALLY BIG placard.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A REALLY BIG placard reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
Welcome!&lt;br /&gt;
&lt;br /&gt;
We are offering these beautiful starstones.  Not only are they pretty, but they will bring the sunlight, starlight, and moonlight indoors!&lt;br /&gt;
&lt;br /&gt;
Each starstone can be used once and lasts for 60 roisaen.&lt;br /&gt;
&lt;br /&gt;
We also carry bags on the counter that will hold up to 50 starstones at once.&lt;br /&gt;
&lt;br /&gt;
~ Management&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=moonsilver pedestal}}&lt;br /&gt;
{{ShopItem|t=i|faintly glowing starstone|10}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you don&#039;t want to buy a whole bag of starstones, you can buy single ones on this pedestal.  They also can be used to refill any starstone bags (sold separately).&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=starglass counter}}&lt;br /&gt;
{{ShopItem|t=i|pearly-white spidersilk reticule with steelsilk ties|550}}&lt;br /&gt;
{{ShopItem|t=i|scorched black drawstring bag|550}}&lt;br /&gt;
{{ShopItem|t=i|pale-blue moonsilk poke drawn with silveress strings|550}}&lt;br /&gt;
{{ShopItem|t=i|crimson moonsilk pocket with an abyssal black drawstring|550}}&lt;br /&gt;
{{ShopItem|t=i|eerie-black fustian pouch with a nightsilk drawstring|550}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bags on this table contain 50 starstones, but only take up two inventory spaces.  Make sure to appraise them to check where they&#039;re each worn!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Teal Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Teal Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a glowing gaethzen display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gaethzen display}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen rainbow streaked with glitter|250}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen coconut with a barkcloth husk|250}}&lt;br /&gt;
{{ShopItem|t=i|portable gaethzen lamp with steelsilk straps|250}}&lt;br /&gt;
{{ShopItem|t=i|gaethzen skull strung upon frayed black rombazine cords|name=gaethzen skull strung upon frayed black rombazine cords|250}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wear this on your belt.  If you&#039;re skilled enough, you can even light it up and then wear it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lavender Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lavender Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jadice flower statue.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=flower statue}}&lt;br /&gt;
{{ShopItem|t=i|small serpent totem|note=5 uses of {{com|healme}}|240}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;As a quick study will reveal, this totem is designed to make you feel a whole lot better, five times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beige Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Beige Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large furniture display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|pale green Taisidon silkcress carpet strewn with moonstained wildflowers|23,000}}&lt;br /&gt;
{{ShopItem|t=i|exquisite silk carpet dyed in variegated shades of sand and sea|23,000}}&lt;br /&gt;
{{ShopItem|t=i|braided barkcloth rug shaded in earthy tones|23,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering featherlette rug featuring bright blue and green hues|23,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a plain and boring flying carpet just isn&#039;t your style, maybe one of these will be?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sienna Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sienna Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished slate counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|cracked bauble etched with a gargoyle|name=&#039;&#039;&#039;cracked bauble etched with a gargoyle&#039;&#039;&#039;|note=a cracked senci gargoyle|2000}}&lt;br /&gt;
{{ShopItem|t=i|polished bauble etched with an anvil|name=&#039;&#039;&#039;polished bauble etched with an anvil&#039;&#039;&#039;|note=a polished rockwood anvil|2000}}&lt;br /&gt;
{{ShopItem|t=i|large bauble etched with a foot|name=&#039;&#039;&#039;large bauble etched with a foot&#039;&#039;&#039;|note=a giant Sunderstone foot|2000}}&lt;br /&gt;
{{ShopItem|t=i|glittery bauble etched with a harpischord|name=&#039;&#039;&#039;glittery bauble etched with a harpischord&#039;&#039;&#039;|note=a glittery quartz harpischord|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The baubles on the counter are magical and will allow a person to change the appearance of their [[Deadfall]] spell.  Please STUDY the bauble if you wish to learn more about it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Abalone Walkway=&lt;br /&gt;
==Sepia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sepia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tattoo catalog.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
Tattoo services cost 200 Mystery Cruise points.  Removal costs 20 points. Relocation costs 100 points. No refunds.  Not responsible for accidents.&lt;br /&gt;
&lt;br /&gt;
{|READ CATALOG&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                At a Sepia Booth&lt;br /&gt;
                     We&#039;re willing to put our art on your:&lt;br /&gt;
&lt;br /&gt;
                1) shoulder                        2) forehead&lt;br /&gt;
                3) cheekbone                       4) thigh&lt;br /&gt;
                5) left wrist                      6) right wrist&lt;br /&gt;
                7) abdomen                         8) forearm&lt;br /&gt;
                9) chin                           10) left cheekbone&lt;br /&gt;
               11) right cheekbone                12) calf&lt;br /&gt;
               13) left ankle                     14) right ankle&lt;br /&gt;
               15) left temple                    16) right temple&lt;br /&gt;
               17) left hip                       18) right hip&lt;br /&gt;
               19) left palm                      20) right palm&lt;br /&gt;
               21) right shin                     22) left shin&lt;br /&gt;
               23) right knee                     24) left knee&lt;br /&gt;
&lt;br /&gt;
               Check the MENU for art you enjoy.  Then CHOOSE the&lt;br /&gt;
                location for your art after ORDERing your tattoo.&lt;br /&gt;
                       [CHOOSE REMOVE for tattoo removal.]&lt;br /&gt;
         [CHOOSE RELOCATE # to move your tattoo to the location above.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
#a singed symbol of destruction&lt;br /&gt;
#a parallel symbol of alignment&lt;br /&gt;
#an unfurled symbol of creation&lt;br /&gt;
#a wavy symbol of change&lt;br /&gt;
#a delicate symbol of refinement&lt;br /&gt;
#a conflicted symbol of creation&lt;br /&gt;
#a twisted symbol of transition&lt;br /&gt;
#a gilded symbol of illumination&lt;br /&gt;
#a faded symbol of disintegration&lt;br /&gt;
#a double helix symbol of evolution&lt;br /&gt;
#a fused symbol of cooperation&lt;br /&gt;
#a fluid symbol of transformation&lt;br /&gt;
#a lush symbol of growth&lt;br /&gt;
#a divergent symbol of contradiction&lt;br /&gt;
#an exquisite symbol of unity&lt;br /&gt;
#a funeral pyre set ablaze with vividly inked flames&lt;br /&gt;
#a haunted skull formed from tendrils of smoke with smoldering embers for eyes&lt;br /&gt;
#a massive orca breaching the sea against the background of Katamba&#039;s dark light&lt;br /&gt;
#a sea-blue jellyfish with delicate silver-tinged tentacles&lt;br /&gt;
#a large ship sailing across a stylized globe&lt;br /&gt;
#a trio of pirates burying treasure under the trunk of a broad-leaved ilomba tree&lt;br /&gt;
#a hilltop of Katamba-black, Xibar-blue, and Yavash-red moonstained wildflowers blooming under a starry night sky&lt;br /&gt;
#a luxurious ship anchored in the shimmery blue waters of a tropical island&lt;br /&gt;
#an oceanic blue anchor wrapped in a ribbon emblazoned with the words &amp;quot;The Morada&amp;quot;&lt;br /&gt;
#a slim boat knife stabbed into a macawood tree stump&lt;br /&gt;
#a sanguine-edged butcher&#039;s cleaver resting on a bed of tidal lilies&lt;br /&gt;
#a jambu-handled corkscrew twined in grapevines&lt;br /&gt;
#a slender bronze baton with a polished ramin handle&lt;br /&gt;
#a pair of sharpened zills etched with rainbow roses&lt;br /&gt;
#a broken glass bottle lying in a pool of spilt rum&lt;br /&gt;
#a silvery-grey gravestone scattered with dark purple aldam lormas&lt;br /&gt;
#a vibrant bouquet of etlingera flowers inked in fiery pink and red hues&lt;br /&gt;
#a broken-masted ship caught in the spiraling vortex of a massive whirlpool&lt;br /&gt;
#a hammerhead shark circling a slack-sailed ship stuck on listless seas&lt;br /&gt;
#a sepia-toned globe perched on top of a stack of luggage&lt;br /&gt;
#a bright ultramarine airship draped in colorful garlands of king proteas&lt;br /&gt;
#a whimsical ship cutting through the night sky with its raven feather hull&lt;br /&gt;
#a pod of dolphins leaping to and from amongst white-crested waves&lt;br /&gt;
#a palm leaf parasol with a parrot-shaped handle&lt;br /&gt;
#an orange and black nautilus shell with water pouring out to form a cresting wave&lt;br /&gt;
#&#039;&#039;&#039;a decrepit ship with jagged holes in its sides beached upon on a sandbar&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a black taipan snaking its way through the eye sockets of a sun-bleached skull&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a man and woman kissing below a palm tree with waves lapping at their feet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a ship&#039;s wheel with the phrase &amp;quot;Anchors Away&amp;quot; below it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a blue-haired mermaid perched on a sea stack gazing up at the full moon&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;bleeding heart vines wrapped around a golden goblet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;an inflated orange pufferfish covered in black spikes&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crescent moon garlanded in water hyacinths floors and wispy grey feathers&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a fat-toed gecko inked in strong black lines&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a bright red crab holding a fork and knife in its front claws&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;metallic blue mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;striated black mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;glittery sea-green mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;burnished gold mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;sun-bleached pieces of driftwood floating atop a calm sea&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a jagged lightning bolt striking the umbrella-shaped canopy of a majestic kapok&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a petite sea turtle with a rainbow-hued shell&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a stunning woman with copper and black snakes coiled around her head&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crystal-blue river flowing down the sides of a mountain with the phrase &amp;quot;Life Flows On&amp;quot; above it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;puffy white seeds floating away a wispy dandelion with the words &amp;quot;Follow Your Dreams&amp;quot; overhead&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a white rabbit jumping through a twilight-blue Moongate towards a field of carrots&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Carmine Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Carmine Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a clear glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=i|glass lemniscate|name=lucid glass lemniscate|1,500}}&lt;br /&gt;
{{ShopItem|t=i|amethyst glass blossom|name=lucid amethyst glass blossom|1,500}}&lt;br /&gt;
{{ShopItem|t=i|frosted glass icicle|name=lucid frosted glass icicle|1,500}}&lt;br /&gt;
{{ShopItem|t=i|green glass frond|name=lucid green glass frond|1,500}}&lt;br /&gt;
{{ShopItem|t=i|red glass flame|name=lucid red glass flame|1,500}}&lt;br /&gt;
{{ShopItem|t=i|blue glass moon|name=lucid blue glass moon|1,500}}&lt;br /&gt;
{{ShopItem|t=i|crimson glass spiral|name=lucid crimson glass spiral|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you suffer from geysers of uncontrolled mana that sometimes turn your hands to ash?  [[:Category:Backlash absorbers|These items]] may prove helpful to you.  If you enjoy geysers of uncontrolled mana that sometimes turn your hands to ash, these may help you as well, but you might not enjoy it as much.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Platinum Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Platinum Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an ink-stained desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ink-stained desk}}&lt;br /&gt;
{{ShopItem|t=i|crimson inkpot painted with bleeding heart vines|100}}&lt;br /&gt;
{{ShopItem|t=i|purple inkpot painted with a phofe flower|100}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue inkpot painted with a Saendalen shark|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you need a place to store a magical tattoo?  Do you want to pretty up a boring magical tattoo design?  These may be what you&#039;re after.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Turquoise Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Turquoise Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an iridescent crystal pedestal, a polished limestone display and a sculpted platinum stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal pedestal}}&lt;br /&gt;
{{ShopItem|t=i|iridescent crystal inkpot|name=iridescent crystal inkpot|note=Targeted Magic and Debilitation|4,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for [[heroic tattoo]]s that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=limestone display}}&lt;br /&gt;
{{ShopItem|t=i|shiny onyx inkpot|name=shiny onyx inkpot|note=Stealth and Perception|3,500}}&lt;br /&gt;
{{ShopItem|t=i|faceted ruby inkpot|name=faceted ruby inkpot|note=Stealth and Strength|3,500}}&lt;br /&gt;
{{ShopItem|t=i|pale kunzite inkpot|name=pale kunzite inkpot|note=Shield and Stamina|3,500}}&lt;br /&gt;
{{ShopItem|t=i|large smoky topaz inkpot|name=large smoky topaz inkpot|note=Shield and Discipline|3,500}}&lt;br /&gt;
{{ShopItem|t=i|round peridot inkpot|name=round peridot inkpot|note=Shield and Wisdom|3,500}}&lt;br /&gt;
{{ShopItem|t=i|polished sardonyx inkpot|name=polished sardonyx inkpot|note=Shield and Reflex|3,500}}&lt;br /&gt;
{{ShopItem|t=i|glossy jade inkpot|name=glossy jade inkpot|note=Shield and Evasion|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|pearlescent moonstone inkpot|name=pearlescent moonstone inkpot|note=Stamina and Reflex|4,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Jade Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Jade Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a minimalist table and a polished glass sundial.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=minimalist table}}&lt;br /&gt;
{{ShopItem|t=i|crackled inkpot|note=[[Tremor]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling inkpot|note=[[Horn of the Black Unicorn]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|starry inkpot|note=[[Misdirection]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|spiraled inkpot|note=[[Telekinetic Storm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|tall inkpot|note=[[Geyser]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|veiled inkpot|note=[[Shadows]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|frosted inkpot|note=[[Ice Patch]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery inkpot|note=[[Bless]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|bright yellow inkpot|note=[[Swarm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|fluted bloodstone inkpot|name=fluted bloodstone inkpot|note=[[Rage of the Clans]]|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;1% prep spells.  Harness until you drop!  Each inkpot is carefully labeled with the spell it contains.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|name=iridescent inkpot-shaped dial etched with esoteric runes|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Verdigris Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Verdigris Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an inky black counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|dusty smokewhorl sketchbook embellished with a golden seal|name=&#039;&#039;&#039;dusty smokewhorl sketchbook embellished with a golden seal&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|splotched sketchbook depicting a starry night sky|name=&#039;&#039;&#039;splotched sketchbook depicting a starry night sky&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sketchbooks allow you to save the appearance of your tattoo and re-use it, similar to the way feature compacts function.  The sketchbook only works with the cosmetic portion of tattoos and does not touch any magical aspects of a tattoo.  Empty inkpots will still need to be used for runic, heroic, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Coral Walkway=&lt;br /&gt;
==Gold Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Gold Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an enormous marble hand, a huge quartz foot, a large granite knee and a giant slate elbow.&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=marble hand}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knuckles bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knuckles|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knuckles studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;You probably don&#039;t want to crack these knuckles, unless you&#039;re doing so upside the head of a mechanical mouse.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=quartz foot}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth footwraps bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|weighted haledroth footwraps studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth footwraps|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A nice high kick into the nose of a mechanical mouse will be far more effective with these footwraps, no matter which color you choose.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=granite knee}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knee spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knee spikes|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knee spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Knees are excellent for bludgeoning your enemies.  If your enemies are mechanical mice, these will help you make even more of an impact.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=slate elbow}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth elbow spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth elbow spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth elbow spikes|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If your fondest dream has been to smash your elbow into the face of a mechanical mouse, you may need help.  These will help, and they&#039;re available in three fashionable color options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=curved haledroth hooks}}&lt;br /&gt;
{{ShopItem|t=w|puffy-white leather whip with haledroth spikes|name=&#039;&#039;&#039;puffy-white leather whip with haledroth spikes&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth meteor hammer with sharpened blades|name=&#039;&#039;&#039;haledroth meteor hammer with sharpened blades&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These whips are able to damage mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glossy crystal-bone stand}}&lt;br /&gt;
{{ShopItem|t=s|haledroth triangular sipar|name=&#039;&#039;&#039;haledroth triangular sipar&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopItem|t=w|haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt|name=&#039;&#039;&#039;haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sipar can defend against mechanical mice and the rapier can damage it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Viridian Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Viridian Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=w|quelium throwing spike with featherlette flights trailing from barkcloth cord|720}}&lt;br /&gt;
{{ShopItem|t=w|lacquered jambu boomerang engraved with a pattern of overlapping leaves|720}}&lt;br /&gt;
{{ShopItem|t=w|hefty hunting bola with three quelium weights connected by braided barkcloth|720}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bola has a nature flare.  The boomerang has a nature flare.  The spike has a nature flare.  Yes indeed, the contents of this counter are all natural.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Maroon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Maroon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall driftwood stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=driftwood stand}}&lt;br /&gt;
{{ShopItem|t=i|covellite-lined sheath with a purple gold bat-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|weathered sheath with brass banding|1,000}}&lt;br /&gt;
{{ShopItem|t=i|tel&#039;athi-lined scabbard with a faded rose gold spider-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|gold-chased scabbard with a silver lion buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|name=dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|brilliantine baldric adorned with a golden heaven&#039;s bell buckle|name=brilliantine baldric adorned with a golden heaven&#039;s bell buckle|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These are bless containers that will hold a single weapon within the constraints of the container size and bless it once every five roisaen for up to one-hundred strikes.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|1 bless strike per recharge pulse. 100 bless strikes count cap.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==White Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a White Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine backsheath heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress backsheath|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin backsheath fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine baldric heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress baldric|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin baldric fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Baldrics and backsheaths for the bold.  Or just for people who want to attach a dozen weapons to a fashionable strap.   When worn, giving the baldric a quick pull may help you distribute the weight of the weapons, though it won&#039;t reduce it.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|Holds any twelve weapons regardless of size or weight.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Brown Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Brown Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a battered oak bookshelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak bookshelf}}&lt;br /&gt;
{{ShopItem|t=i|ornate codex of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|oversized treatise of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|dog-eared manual of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|impressive encyclopedia of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|hefty omnibus of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re tired of remembering which crafting instructions are where, you may find the books here helpful.  All the instructions, all in one place!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Raspberry Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Raspberry Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous moonsilver counter and a luminous moonsilver rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver counter}}&lt;br /&gt;
{{ShopItem|t=w|sinuous heartname leather whip capped with a lilac moonsilver knot|name=&#039;&#039;&#039;sinuous heartname leather whip capped with a lilac moonsilver knot&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
{{ShopItem|t=w|midnight-blue demonscale whip wound in blackened moonsilver filigree|name=&#039;&#039;&#039;midnight-blue demonscale whip wound in blackened moonsilver filigree&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|twisted black leather whip interwoven with strands of crimson moonsilver|name=&#039;&#039;&#039;twisted black leather whip interwoven with strands of crimson moonsilver&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|braided ice-veined leather whip arrayed with knots of blued moonsilver|name=&#039;&#039;&#039;braided ice-veined leather whip arrayed with knots of blued moonsilver&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver rack}}&lt;br /&gt;
{{ShopItem|t=w|fanciful quelium meteor hammer blossoming with a pair of unicorn lilies|name=&#039;&#039;&#039;fanciful quelium meteor hammer blossoming with a pair of unicorn lilies&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|vicious agonite meteor hammer terminated with blackened skulls|name=&#039;&#039;&#039;vicious agonite meteor hammer terminated with blackened skulls&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|improvised meteor hammer of two gem pouches tied with a bundling rope&amp;quot;|name=&#039;&#039;&#039;improvised meteor hammer of two gem pouches tied with a bundling rope&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|serrated forgeheart iron meteor hammer lashed between shooting comets&amp;quot;|name=&#039;&#039;&#039;serrated forgeheart iron meteor hammer lashed between shooting comets&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Conch Walkway=&lt;br /&gt;
&lt;br /&gt;
==Yellow Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Yellow Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jungle green stand, a painted card, a painted note, a painted sign, an ordinary seed box and a macawood seed crate.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Card, note, and sign text:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;A painted card reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
LUMP of vines = a somber woven cloak dappled with scarlet nightshade blossoms, wild crimson rosebuds, clumps of multicolored astilbe, or frosty blue iceberry clusters&lt;br /&gt;
&lt;br /&gt;
PILE of vines = a sweeping rambler vine cloak festooned with plum-colored rosebuds, flame-colored rosettes, olive-toned roses, or wild sapphire roses&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted note reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
CHUNK of vines = a gracefully flowing cloak of living vines with a high collar of Queen-of-the-night lily clusters, Moonlight gardenias, sun&#039;s glory blossoms, or Elven tears blossoms&lt;br /&gt;
&lt;br /&gt;
THRONG of vines = a sweeping dendritic cloak of living vines strewn with small Dragon Spine orchids, Death&#039;s Shadow Lilies, Desert Scorpion blossoms, or dark nightshade blossoms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted sign reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and are sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
BUNCH of vines = a living cloak of delicate white boneflowers, pale blue sirese flowers, brilliant yellow snapdragons, or bright red firefall blooms nestled among vines&lt;br /&gt;
&lt;br /&gt;
NOTE: Purchase of all living cloaks are AS IS and take care to get the TYPE of vines you wish to buy.&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green stand}}&lt;br /&gt;
{{ShopItem|t=i|living cloak of flowers nestled among vines|name=squirming bunch of vines|note=living cloak of &amp;lt;flowers&amp;gt; nestled among &amp;lt;health&amp;gt; vines|3,000}} &lt;br /&gt;
{{ShopItem|t=i|sweeping rambler vine cloak festooned with flowers|name=squirming pile of vines|note=sweeping rambler vine cloak festooned with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|somber woven cloak dappled with flowers|name=squirming lump of vines|note=somber woven cloak dappled with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|gracefully flowing cloak of living vines with a high collar of flowers|name=squirming chunk of vines|note=gracefully flowing cloak of living vines with a high collar of &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sweeping dendritic cloak of living vines strewn with small flowers|name=squirming throng of vines|note=sweeping dendritic cloak of living vines strewn with small &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vines on the stand are [[:Category:Living vine cloaks|unusual living cloaks]] that are both active and interactive, but require occasional nourishment.  Please read the card, note, and then sign for more information.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed box}}&lt;br /&gt;
{{ShopItem|t=i|packet of sand blossom seedlings|name=packet of sand blossom seedlings|note=clusters of waxy sand blossoms|100}} &lt;br /&gt;
{{ShopItem|t=i|packet of adder&#039;s tongue seedlings|name=packet of adder&#039;s tongue seedlings|note=bouquets of blood-red adder&#039;s tongue blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of rosemary seedlings|name=packet of rosemary seedlings|note=bunches of blue rosemary blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of alyssum seedlings|name=packet of alyssum seedlings|note=clusters of mixed purple and pink alyssum flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of ironwood blossom seedlings|name=packet of ironwood blossom seedlings|note=clumps of milky white ironwood blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of iera blossom seedlings|name=packet of iera blossom seedlings|note=patches of shimmering blood-red iera flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of black orchid seedlings|name=packet of black orchid seedlings|note=weeping cascades of black orchids|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of glaysker seedlings|name=packet of glaysker seedlings|note=dense knots of pale purple glaysker flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of periwinkle seedlings|name=packet of periwinkle seedlings|note=dense patches of fiery orange periwinkle blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of peony seedlings|name=packet of peony seedlings|note=delicate blush-pink peonies|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of goldenbell seedlings|name=&#039;&#039;&#039;packet of goldenbell seedlings&#039;&#039;&#039;|note=creeping bright yellow tendrils of goldenbell blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of Eluned&#039;s Glory seedlings|name=&#039;&#039;&#039;packet of Eluned&#039;s Glory seedlings&#039;&#039;&#039;|note=colorful sprays of Eluned&#039;s Glory blooms|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed crate}}&lt;br /&gt;
{{ShopItem|t=i|iridescent packet of rainbow rose seedlings|name=iridescent packet of rainbow rose seedlings|note=iridescent rainbow roses|200}} &lt;br /&gt;
{{ShopItem|t=i|shiny packet of moonstained wildflower seedlings|name=shiny packet of moonstained wildflower seedlings|note=luminous moonstained wildflowers|200}}&lt;br /&gt;
{{ShopItem|t=i|gold-limned packet of heaven&#039;s bell seedlings|name=gold-limned packet of heaven&#039;s bell seedlings|note=golden heaven&#039;s bell blossoms|200}}&lt;br /&gt;
{{ShopItem|t=i|vermilion packet of jalren&#039;rae tulip seedlings|name=vermilion packet of jalren&#039;rae tulip seedlings|note=vermilion jalren&#039;rae tulips|200}}&lt;br /&gt;
{{ShopItem|t=i|crimson packet of bleeding heart vine seedlings|name=crimson packet of bleeding heart vine seedlings|note=crimson bleeding heart vine blossoms|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bronze Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Bronze Pushcart&lt;br /&gt;
|desc=SSurrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a small blue stand, a large green table and a long purple counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=blue stand}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey sallet set with deep blue flecked tidal bloodstones|450}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black sallet chased in quelium flames|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey sallet is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green table}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black half plate chased in quelium flames|700}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey half plate set with deep blue flecked tidal bloodstones|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey half plate is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=purple counter}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate greaves set with deep blue flecked tidal bloodstones|300}}&lt;br /&gt;
{{ShopItem|t=a|void-black light plate greaves chased in quelium flames|300}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black gauntlets chased in quelium flames|name=&#039;&#039;&#039;lightweight void-black gauntlets chased in quelium flames&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate gauntlets set with deep blue flecked tidal bloodstones|name=&#039;&#039;&#039;storm-grey plate gauntlets set with deep blue flecked tidal bloodstones&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey greaves are shocking, and the void-black ones are hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cobalt Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cobalt Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round red table and a tall orange counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red table}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded shirt patterned with king proteas|700}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated shirt patterned with moonstained wildflowers|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated shirt may cause your enemies to think you&#039;re really chill.  The padded shirt is a bit hotter.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=orange counter}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded pants belted with bleeding heart vines|300}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated pants belted with murchban vines|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated pants won&#039;t chill you, but they might chill your enemies.  The padded ones are just hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grey Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Grey Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver rack, some polished gold hooks and a sturdy damite counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver rack}}&lt;br /&gt;
{{ShopItem|t=a|diacan lamellar helm sculpted with the visage of a Saendalen shark|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite lamellar helm sculpted with the visage of a blazing phoenix|200}}&lt;br /&gt;
{{ShopItem|t=a|diacan plate mask crafted with sleek lines|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite plate mask firestained with gold and vermilion hues|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Any agonite item on this rack has the chance to scorch your enemies, while the diacan will give them a chill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold hooks}}&lt;br /&gt;
{{ShopItem|t=a|diacan mail gloves crafted with sleek lines|300}}&lt;br /&gt;
{{ShopItem|t=a|agonite mail gloves firestained with gold and vermilion hues|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to leave scorch marks on your enemies, try the agonite mail gloves.  The diacan ones are much colder.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite counter}}&lt;br /&gt;
{{ShopItem|t=a|sleek black leathers tinged with oceanic blue|1,000}}&lt;br /&gt;
{{ShopItem|t=a|gold and vermilion leathers embossed with fiery feathering|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The black leathers are colder than they may first appear (for your enemies), while the gold and vermilion are hot stuff.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Marigold Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Marigold Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=tall crystal stand}}&lt;br /&gt;
{{ShopItem|t=i|luminescent starshine signet ring of a rampant dragon|name=&#039;&#039;&#039;luminescent starshine signet ring of a rampant dragon&#039;&#039;&#039;|100,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The signet ring will create a combat enclave that spawns flexing white marble gargoyles upon activation for six hours.  This personal hunting area can only be accessed by the user and can be used once per day.  A single infuser stone will add one-hundred-and-eighty days of usage for the ring&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Vermilion Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Vermilion Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wide vermilion counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wide vermilion counter}}&lt;br /&gt;
{{ShopItem|t=i|crimson-red tomatoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh chicken liver|20}}&lt;br /&gt;
{{ShopItem|t=i|hearty pellet|20}}&lt;br /&gt;
{{ShopItem|t=i|dark chocolate|20}}&lt;br /&gt;
{{ShopItem|t=i|rye bread|20}}&lt;br /&gt;
{{ShopItem|t=i|salty bacon|20}}&lt;br /&gt;
{{ShopItem|t=i|mincemeat tarts|20}}&lt;br /&gt;
{{ShopItem|t=i|marbled meat|20}}&lt;br /&gt;
{{ShopItem|t=i|white eggs|20}}&lt;br /&gt;
{{ShopItem|t=i|ripe mangoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh jerky|20}}&lt;br /&gt;
{{ShopItem|t=i|legless white rat|20}}&lt;br /&gt;
{{ShopItem|t=i|gorey hog hoof|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh boar&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|severed hand (2)|name=severed hand|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh lettuce|20}}&lt;br /&gt;
{{ShopItem|t=i|dead frog|20}}&lt;br /&gt;
{{ShopItem|t=i|large vial of blood|20}}&lt;br /&gt;
{{ShopItem|t=i|whole lizard&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|bucket of fresh chum|20}}&lt;br /&gt;
{{ShopItem|t=i|handful of dead crickets|20}}&lt;br /&gt;
{{ShopItem|t=i|leafy greens|20}}&lt;br /&gt;
{{ShopItem|t=i|wiggling worms|20}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter are high quality champion bait for specific creatures found in Taisidon.  Use at your own caution!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Knifejaw Walkway=&lt;br /&gt;
==Cerise Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerise Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large oak shelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak shelf}}&lt;br /&gt;
{{ShopItem|t=i|glittery unicorn-shaped slate framed with e&#039;erdream hearts|300}}&lt;br /&gt;
{{ShopItem|t=i|glittery rainbow-shaped slate framed with e&#039;erdream clouds|300}}&lt;br /&gt;
{{ShopItem|t=i|simple writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|kertig writing slate framed in ebony|300}}&lt;br /&gt;
{{ShopItem|t=i|cosmic zircon writing slate framed in rosewood|300}}&lt;br /&gt;
{{ShopItem|t=i|demonbone writing slate backed with demonscale|300}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|black marble writing slate|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Remember how much fun writing slates are?  These are even more fun, because you can link a pair of them and send top secret messages to a friend.  Keep it classy!  (No, really.  Your message only makes it through if you do.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lilac Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lilac Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a pile of white sand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=white sand}}&lt;br /&gt;
{{ShopItem|t=i|translucent icesteel casket studded with radiant-cut winter emeralds|150}}&lt;br /&gt;
{{ShopItem|t=i|glittering diamondwood treasure chest with black gold hinges|150}}&lt;br /&gt;
{{ShopItem|t=i|small glittering jewel safe of starlight-white uthamar|150}}&lt;br /&gt;
{{ShopItem|t=i|gold filigree jewelry box set with ocean&#039;s heart diamonds|150}}&lt;br /&gt;
{{ShopItem|t=i|sturdy mikkhalbamar coffer banded with heavy Dwarven iron straps|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;What sort of fun could you have with a treasure chest you fill and then bury?  Buy one of these and find out!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Red Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Red Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a smooth ivory bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ivory bookstand}}&lt;br /&gt;
{{ShopItem|t=i|austere scholar&#039;s tome|30,000}}&lt;br /&gt;
{{ShopItem|t=i|lengthy barkcloth monograph with a pebble mosaic cover|30,000}}&lt;br /&gt;
{{ShopItem|t=i|opulent Taisidon silkcress-bound almanac with diacan edged pages|30,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy treatise chased with navigational coordinates upon its quelium spine|30,000}}&lt;br /&gt;
{{ShopItem|t=i|eclectic artisan&#039;s manual painted with a vibrant Taisidonian landscape|30,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Random trivia.  Refreshers on half-forgotten lessons.  All this and more can be yours, eventually, if you buy one of these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Blue Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Blue Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a fluted alabaster pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=fluted alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|weathered ilomba chest with vardite hinges|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Years ago, you had to build these yourself.  Now, without even a chance at getting a splinter, you can have all the fun with none of the annoying work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Green Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a low green counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green counter}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|name=infuser stone|300}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|name=potency crystal|300}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Charcoal Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Charcoal Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round glass table.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=round glass table}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart|name=&#039;&#039;&#039;black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopItem|t=i|polished icethorn canister strewn with trillion-cut winter emeralds|name=&#039;&#039;&#039;polished icethorn canister strewn with trillion-cut winter emeralds&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The canisters will allow you to store multiple memory orbs of different types.  Functioning similarly to spell scroll stackers, the canisters will store up to thirty different skills and up to thirty full orbs of each skill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Grouper Walkway=&lt;br /&gt;
==Wisteria Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Wisteria Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished satinwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=satinwood display}}&lt;br /&gt;
{{ShopItem|t=i|pink voucher|note=a luxurious ilomba bed draped in garlands of moonstained wildflowers|1,050}}&lt;br /&gt;
{{ShopItem|t=i|reddish-brown voucher|note=a massive macawood bed covered with a canopy of palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|green voucher|note=a claw-footed chaise lounge featuring a bold pattern of emerald green palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with a grimwood canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with a grimwood canopy bed&#039;&#039;&#039; |note=a grimwood canopy bed with a steelsilk canopy and comforter|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with an icethorn canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with an icethorn canopy bed&#039;&#039;&#039; |note=an inlaid icethorn canopy bed with winterweave curtains and coverlet|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Luxurious materials, elegant designs, and the ability to tuck 50 items neatly away -- what more could you ask for from a piece of furniture?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Persimmon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Persimmon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished lunat display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lunat display}}&lt;br /&gt;
{{ShopItem|t=i|cabinet voucher heavily illustrated with a mistwood cabinet|note=a heavy mistwood cabinet resting atop a matching platform|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bar cart voucher elegantly illustrated with a sleek mistglass bar cart|note=a sleek mistglass bar cart with an exquisitely sculpted uthamar openwork frame|1,050}}&lt;br /&gt;
{{ShopItem|t=i|cupboard voucher painted with a weathered rockwood cupboard|note=a weathered rockwood cupboard fitted with glaes handles|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful furniture items available on this display will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak table}}&lt;br /&gt;
{{ShopItem|t=i|furniture voucher|name=&#039;&#039;&#039;furniture voucher&#039;&#039;&#039; |note=an inlaid icethorn table with carved legs embellished with snowflakes|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a diamondwood table|name=&#039;&#039;&#039;table voucher illustrated with a diamondwood table&#039;&#039;&#039; |note=a diamondwood table inlaid with a spiraling design in black gold|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a grimwood table|name=&#039;&#039;&#039;table voucher illustrated with a grimwood table&#039;&#039;&#039; |note=a grimwood table with pedestal carved as a leafless tree|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful tables available on this table will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tawny Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Tawny Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished silverwillow display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwillow display}}&lt;br /&gt;
{{ShopItem|t=i|pint-sized brindle puppy voucher|note=a pint-sized brindle puppy|150}}&lt;br /&gt;
{{ShopItem|t=i|wolf pup voucher|note=a pot-bellied Siksrajan wolf pup|150}}&lt;br /&gt;
{{ShopItem|t=i|Musparan dog voucher|note=a bewhiskered ash grey Musparan dog|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a flutertae, clymbol, or floratroll is just too much for you, maybe one of these dogs will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cerulean Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerulean Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished goldwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=goldwood display}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue voucher painted with a delicate silk carpet|note=a delicate silk carpet dyed in variegated shades of sand and sea|100}}&lt;br /&gt;
{{ShopItem|t=i|green voucher painted with a Taisidon silkcress carpet|note=a jungle green Taisidon silkcress carpet strewn with moonstained wildflowers|100}}&lt;br /&gt;
{{ShopItem|t=i|brown voucher painted with a woven barkcloth rug|note=a woven barkcloth rug shaded in earthy tones|100}}&lt;br /&gt;
{{ShopItem|t=i|colorful voucher painted with a featherlette rug|note=a fluffy featherlette rug featuring bright blue and green hues|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These patterns won&#039;t fly.  (Well, we hope they&#039;ll fly off the display and into your home!)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cyan Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cyan Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see anintricate silverwood desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwood desk}}&lt;br /&gt;
{{ShopItem|t=i|shimmering baroque pearl necklace strung on Taisidon silkcress cording|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sleek diacan torque terminated by cabochon seastar tourmaline piranhas|3,000}}&lt;br /&gt;
{{ShopItem|t=i|bleached bone amulet carved into a stylized black pard|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re wondering what a Dwarf was talking about but your Haakish is a bit rusty, one of these can be just the thing.  (Also suitable for other languages.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chestnut Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chestnut Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted chestnut counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted chestnut counter}}&lt;br /&gt;
{{ShopItem|t=i|ornamental xenomite brassard strung in a series of six interlocking rings|name=&#039;&#039;&#039;ornamental xenomite brassard strung in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|watered steel armlet encased by a series of six interlocking rings|name=&#039;&#039;&#039;watered steel armlet encased by a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|firestained agonite armband draped in a series of six interlocking rings|name=&#039;&#039;&#039;firestained agonite armband draped in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|braided purple gold bracelet interwoven with a series of six interlocking rings|name=&#039;&#039;&#039;braided purple gold bracelet interwoven with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy electrum wristcuff centered with a series of six interlocking rings|name=&#039;&#039;&#039;heavy electrum wristcuff centered with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|slender diamondwood wristlet dangling a series of six interlocking rings|name=&#039;&#039;&#039;slender diamondwood wristlet dangling a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Warrior Mage&#039;s elemental charge.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Flounder Walkway=&lt;br /&gt;
==Chartreuse Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chartreuse Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted red vanity, a wooden mismatched countertop and a dark scarred dresser.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red vanity}}&lt;br /&gt;
{{ShopItem|t=i|delicate brown mirror painted with a face featuring bushy eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate white mirror painted with a face featuring inverted eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate red mirror featuring a face with lightning bolt-shaped eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate blue mirror painted with a face featuring peaked eyebrows|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If raising your eyebrows isn&#039;t commanding the attention you deserve, maybe one of the mirrors here can help?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mismatched countertop}}&lt;br /&gt;
{{ShopItem|t=i|cracked mirror reflecting a distinguishing mark|name=cracked mirror reflecting a distinguishing mark|note=deeply furrowed line between the eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|pearl mirror reflecting a distinguishing mark|name=pearl mirror reflecting a distinguishing mark|note=an ulcerated mass of scabrous tissue around the left eye|450}}&lt;br /&gt;
{{ShopItem|t=i|burnt mirror reflecting a distinguishing mark|name=burnt mirror reflecting a distinguishing mark|note=an inexorable streak of splaying black veins spreading along the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|crosshatched mirror reflecting a distinguishing mark|name=crosshatched mirror reflecting a distinguishing mark|note=an extensive mass of mottled burns extending up the cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of mirrors with different distinguishing marks.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=scarred dresser}}&lt;br /&gt;
{{ShopItem|t=i|lacquered mirror depicting an ashen scar|name=lacquered mirror depicting an ashen scar|note=an ashen scar sinuously curving across the bridge of the nose|450}}&lt;br /&gt;
{{ShopItem|t=i|rippled mirror reflecting a distinguishing mark|name=rippled mirror reflecting a distinguishing mark|note=an ugly and jagged scar across the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|oval mirror reflecting a distinguishing mark|name=oval mirror reflecting a distinguishing mark|note= a series of three vertical scars beneath the right eye|450}}&lt;br /&gt;
{{ShopItem|t=i|square mirror reflecting a distinguishing mark|name=square mirror reflecting a distinguishing mark|note=a series of four deep horizontal scars across the left cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dresser holds a variety of mirrors with different scars.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Copper Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Copper Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted green vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green vanity}}&lt;br /&gt;
{{ShopItem|t=i|tarnished mirror depicting a person with abyssal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|plain mirror depicting a person with unfocused eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blackened razaksel mirror depicting a person with fathomless eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|polished razaksel mirror depicting a person with watery eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The eyes have it.  And you can have the eyes, if you buy the right mirror here!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Heliotrope Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Heliotrope Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted heliotrope vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=heliotrope vanity}}&lt;br /&gt;
{{ShopItem|t=i|charcoal-hued mirror depicting a person with stormy eyes|note=stormy charcoal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blue seaglass mirror depicting a person with sea-blue eyes|note=sea-blue eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|green seaglass mirror depicting a person with sea-green eyes|note=sea-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|grey seaglass mirror depicting a person with sea-grey eyes|note=sea-grey eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|speckled mirror depicting a person with seafoam-green eyes|note=speckled seafoam-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|covellite mirror depicting a person with ultramarine eyes|note=ultramarine eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sea changes colors dependent upon the light.  With these mirrors, your eyes can, too!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mauve Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Mauve Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted mauve vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mauve vanity}}&lt;br /&gt;
{{ShopItem|t=i|burnished green gold compact set with a Saendalen emerald palm tree|3,000}}&lt;br /&gt;
{{ShopItem|t=i|polished smokewood compact featuring a brilliant inferno&#039;s heart flame|3,000}}&lt;br /&gt;
{{ShopItem|t=i|dainty silversteel compact sprinkled with blackberry miajho tarts|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to change your looks without losing them, these compacts are your new best friend!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Taupe Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Taupe Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted taupe vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=taupe vanity}}&lt;br /&gt;
{{ShopItem|t=i|scratched mirror depicting a face with a scarred nose|note=deeply scarred nose|450}}&lt;br /&gt;
{{ShopItem|t=i|ornate mirror depicting a face with a patrician nose|note=refined patrician nose|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with a flat nose|note=broad, flat nose|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a face with a craggy nose|note=harsh, craggy nose|450}}&lt;br /&gt;
{{ShopItem|t=i|weighty mirror depicting a face with a fleshy nose|note=prominent fleshy nose|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If the eyes are the window to the soul, then the nose is the window to ... nevermind.  If you thought too hard about that, you might want a new look for your nose.  Here, you can get just that.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lemon Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lemon Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted lemon counter..&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted lemon counter}}&lt;br /&gt;
{{ShopItem|t=i|silver armlet bordered in symbolic anloral iconography|name=&#039;&#039;&#039;silver armlet bordered in symbolic anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|diacan armband embedded with jagged anloral icons|name=&#039;&#039;&#039;diacan armband embedded with jagged anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|glowing truegold wristcuff with anloral iconography|name=&#039;&#039;&#039;glowing truegold wristcuff with anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|ivory wristlet dappled with polished anloral icons|name=&#039;&#039;&#039;ivory wristlet dappled with polished anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Cleric&#039;s devotion.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Hazel Shop==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Hazel Shop&lt;br /&gt;
|desc=Surrounding the shop, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted hazel vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted hazel vanity}}&lt;br /&gt;
{{ShopItem|t=i|elegant mirror depicting a face with delicate ears|name=&#039;&#039;&#039;elegant mirror depicting a face with delicate ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with protruding ears|name=&#039;&#039;&#039;broad mirror depicting a face with protruding ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror depicting a face with lopsided ears|name=&#039;&#039;&#039;crooked mirror depicting a face with lopsided ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|petite mirror depicting a face with small ears|name=&#039;&#039;&#039;petite mirror depicting a face with small ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These mirrors will change the appearance of your ears.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Snapper Walkway=&lt;br /&gt;
==Silver Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Silver Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver vanity}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror painted with curls of sunflower blonde hair|note=sunflower blonde hair|450}}&lt;br /&gt;
{{ShopItem|t=i|smoky lilac mirror painted with wisterias|note=smoky lilac hair|450}}&lt;br /&gt;
{{ShopItem|t=i|round mirror painted in shades of white and black|note=salt and pepper hair|450}}&lt;br /&gt;
{{ShopItem|t=i|greasy brown mirror with oil stains on the back|note=greasy brown hair|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Hair.  If you&#039;ve got it, flaunt it.  If you&#039;re bored with it, maybe one of these colors will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Burgundy Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Burgundy Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted burgundy vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=burgundy vanity}}&lt;br /&gt;
{{ShopItem|t=i|bamboo mirror depicting a person of commanding height|note=commanding height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|lopsided oak mirror reflecting a person&#039;s height|note=of middling height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|silver-framed mirror reflecting a person&#039;s height|note=of ordinary proportions for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|pale lavender mirror painted with a pint-sized figure|note=pint-sized for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror painted with a puny figure|note=puny for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are you happy with your height?  Would you rather change your perspective?  You&#039;ve come to the right place.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Coral Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Coral Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|blackened moonsilver spider icon poised to display a blood ruby hourglass|750}}&lt;br /&gt;
{{ShopItem|t=i|umbral damite panther icon with eyes of midnight onyx|750}}&lt;br /&gt;
{{ShopItem|t=i|tarnished steel goshawk icon set within a nest of khor&#039;vela|750}}&lt;br /&gt;
{{ShopItem|t=i|menacing glaes shark icon set within a windsteel hurricane|750}}&lt;br /&gt;
{{ShopItem|t=i|windsteel albatross icon silhouetted within a compass rose|750}}&lt;br /&gt;
{{ShopItem|t=i|ammolite dolphin icon affixed to a base of Imperial coral|750}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;I thought at first the boss said these were to put holes in weapons, but no.  They&#039;re not.  Charging up holy weapons does not put holes in them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Violet Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Violet Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted violet vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=violet vanity}}&lt;br /&gt;
{{ShopItem|t=i|mottled oval mirror reflecting a person&#039;s skin color|note=blackhead-marred chalky white skin|450}}&lt;br /&gt;
{{ShopItem|t=i|pocked white oval mirror reflecting a person&#039;s skin color|note=cellulite-dimpled pale skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval lilac-hued mirror reflecting a person&#039;s skin color|note=liver-spotted skin|450}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror with a body-shaped handle painted midnight black|note=midnight black skin|450}}&lt;br /&gt;
{{ShopItem|t=i|cougar-pelt mirror featuring a blank face with warm caramel-hued skin|note=warm caramel-hued skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval tawny mirror reflecting a person&#039;s skin color|note=tawny skin|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Does your skin-tone change with the seasons?  Do you want it to?  These mirrors could do the trick!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pink Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Pink Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted pink vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=pink vanity}}&lt;br /&gt;
{{ShopItem|t=i|river willow mirror depicting a person with a sleek build|note=a sleek figure|450}}&lt;br /&gt;
{{ShopItem|t=i|sweet chestnut mirror reflecting a person&#039;s build|note=a sloppy figure|450}}&lt;br /&gt;
{{ShopItem|t=i|pearwood mirror reflecting a person&#039;s build|note=a pear-shaped figure|450}}&lt;br /&gt;
{{ShopItem|t=i|oval oravir mirror reflecting a person&#039;s build|note=an elephantine figure|450}}&lt;br /&gt;
{{ShopItem|t=i|hexagonal haon mirror reflecting a person&#039;s build|note=a coltish figure|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Some people diet or lift weights to change their build.  Good on them.  You could do that, or you could just buy these mirrors, and skip all the hard work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Peach Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Peach Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see some brass hanging hooks and a tall steel rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=brass hanging hooks}}&lt;br /&gt;
{{ShopItem|t=i|snow-white lotusweave reticule pinned with an iceblink peridot|name=&#039;&#039;&#039;snow-white lotusweave reticule pinned with an iceblink peridot&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|tiny fractalline bag embroidered with maddening abstract reflections|name=&#039;&#039;&#039;tiny fractalline bag embroidered with maddening abstract reflections&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth poke with grass-woven drawstrings|name=&#039;&#039;&#039;barkcloth poke with grass-woven drawstrings&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|grimwood kit set with a demon gaze agate cabochon|name=&#039;&#039;&#039;grimwood kit set with a demon gaze agate cabochon&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A note on the hooks reads: &amp;quot;The containers on the hooks are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=steel rack}}&lt;br /&gt;
{{ShopItem|t=i|whimsical spun rainbow pouch cinched with fractalline cords|name=&#039;&#039;&#039;whimsical spun rainbow pouch cinched with fractalline cords&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|discrete smokewhorl wallet|name=&#039;&#039;&#039;discrete smokewhorl wallet&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|elegant Taisidon silkcress purse fringed with luminescent starshine beads|name=&#039;&#039;&#039;elegant Taisidon silkcress purse fringed with luminescent starshine beads&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|polished blackwood case speckled with a multitude of night sky citrines|name=&#039;&#039;&#039;polished blackwood case speckled with a multitude of night sky citrines&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The containers on the rack are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Dogfish Walkway=&lt;br /&gt;
==Sapphire Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sapphire Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted sapphire vanity and a bright sapphire countertop.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire vanity}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror painted with a fluffy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|bronze mirror painted with a long bushy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|platinum mirror painted with a black-tipped Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror painted with a ridiculously long Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;They say your characteristics are inborn, but if you could improve them, wouldn&#039;t you?  These mirrors may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire countertop}}&lt;br /&gt;
{{ShopItem|t=i|brass mirror depicting a Prydaen with dull black fur|name=brass mirror depicting a Prydaen with dull black fur|450}}&lt;br /&gt;
{{ShopItem|t=i|rencate mirror depicting a Prydaen with glossy white fur|name=rencate mirror depicting a Prydaen with glossy white fur|450}}&lt;br /&gt;
{{ShopItem|t=i|copper mirror depicting a Prydaen with mangy brown fur|name=copper mirror depicting a Prydaen with mangy brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror depicting a Prydaen with silky grey fur|name=mirror depicting a Prydaen with silky grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cocobolo mirror depicting a Prydaen with sea-grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|whitethorn mirror depicting a Prydaen with ghostly white fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of Prydaen fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Saffron Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Saffron Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted saffron vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|lunat mirror depicting a S&#039;Kra Mur with wavy sea-blue scales|450}}&lt;br /&gt;
{{ShopItem|t=i|adderwood mirror depicting a S&#039;Kra Mur with glistening sea-grey scales|450}}&lt;br /&gt;
{{ShopItem|t=i|witchclaw mirror depicting a S&#039;Kra Mur with ghostly white scales|450}}&lt;br /&gt;
{{ShopItem|t=i|cypress mirror depicting a S&#039;Kra Mur with shimmering sea-green scales|450}}&lt;br /&gt;
{{ShopItem|t=i|oaken mirror depicting a S&#039;Kra Mur with a keeled tail|450}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue mirror depicting a S&#039;Kra face with a short snout|450}}&lt;br /&gt;
{{ShopItem|t=i|Musparan green mirror depicting a S&#039;Kra face with a long snout|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Scales and tails need no improvement, of course, but a little enhancement never hurt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest|name=&#039;&#039;&#039;driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest|name=&#039;&#039;&#039;rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest|name=&#039;&#039;&#039;bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest|name=&#039;&#039;&#039;khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest|name=&#039;&#039;&#039;dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The mirrors on the counter are for S&#039;Kra Mur crests.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crimson Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Crimson Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a crimson counter, a crimson display and a crimson pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson counter}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|name=drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|2,000}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|name=drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue glaes wedding ring inlaid with dark xenomite stars|name=sky-blue glaes wedding ring inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopItem|t=i|blue-white glaes wedding band inlaid with dark xenomite stars|name=blue-white glaes wedding band inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson display}}&lt;br /&gt;
}}&lt;br /&gt;
{{ShopItem|t=i|uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|name=uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|2,000}}&lt;br /&gt;
{{ShopItem|t=i|indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|name=indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|2,000}}&lt;br /&gt;
{{ShopItem|t=i|carved quelium wedding band embellished with a brilliant faceted glisior|name=carved quelium wedding band embellished with a brilliant faceted glisior|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding band adorned with a glittering faceted Katamba spine|name=sculpted quelium wedding band adorned with a glittering faceted Katamba spine|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|name=sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson pedestal}}&lt;br /&gt;
{{ShopItem|t=i|Elven gold wedding torque capped with carved tiger lily carnelian blooms|name=Elven gold wedding torque capped with carved tiger lily carnelian blooms|2,000}}&lt;br /&gt;
{{ShopItem|t=i|green gold wedding torque capped with carved miajho gems|name=green gold wedding torque capped with carved miajho gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding torques will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Plum Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Plum Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large plumwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=plumwood display}}&lt;br /&gt;
{{ShopItem|t=i|beachcomber&#039;s backpack made of glossy brilliantine|name=beachcomber&#039;s backpack made of glossy brilliantine|700}}&lt;br /&gt;
{{ShopItem|t=i|featherlette pack trimmed with bright white cording|name=featherlette pack trimmed with bright white cording|700}}&lt;br /&gt;
{{ShopItem|t=i|fae-woven silk backpack with an embroidered design|name=fae-woven silk backpack with an embroidered design|700}}&lt;br /&gt;
{{ShopItem|t=i|blue-green barkcloth backpack clasped with a crimson coral starfish|name=&#039;&#039;&#039;blue-green barkcloth backpack clasped with a crimson coral starfish&#039;&#039;&#039;|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The back-worn containers measure eighteen spans by thirteen spans by eight spans on the inside and can carry up to fifteen-hundred stones.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Periwinkle Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Periwinkle Stall&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall periwinkle counter and a wide periwinkle vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle counter}}&lt;br /&gt;
{{ShopItem|t=i|sardonyx mirror depicting a Rakash with thick gingery red fur|name=sardonyx mirror depicting a Rakash with thick gingery red fur|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a Rakash with grizzled greyish-brown fur|name=granite mirror depicting a Rakash with grizzled greyish-brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cinnabar mirror depicting a Rakash with glittery gold fur|name=cinnabar mirror depicting a Rakash with glittery gold fur|450}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror depicting a Rakash with coarse black fur|name=marble mirror depicting a Rakash with coarse black fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The counter holds a variety of Rakash moonskin fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle vanity}}&lt;br /&gt;
{{ShopItem|t=i|hematite mirror depicting a Rakash with a disfigured muzzle|name=hematite mirror depicting a Rakash with a disfigured muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|flagstone mirror depicting a Rakash with a greying muzzle|name=flagstone mirror depicting a Rakash with a greying muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|sandstone mirror depicting a Rakash with a scarred muzzle|name=sandstone mirror depicting a Rakash with a scarred muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|pyrite mirror depicting a Rakash with a striking muzzle|name=pyrite mirror depicting a Rakash with a striking muzzle|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vanity holds a variety of Rakash moonskin muzzle mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle table}}&lt;br /&gt;
{{ShopItem|t=i|white mirror depicting a Rakash with a white-tipped tail|name=&#039;&#039;&#039;white mirror depicting a Rakash with a white-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror depicting a Rakash with a long bushy tail|name=&#039;&#039;&#039;blue mirror depicting a Rakash with a long bushy tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|red mirror depicting a Rakash with a gnawed-upon tail|name=&#039;&#039;&#039;red mirror depicting a Rakash with a gnawed-upon tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|black mirror depicting a Rakash with a black-tipped tail|name=&#039;&#039;&#039;black mirror depicting a Rakash with a black-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The table holds a variety of Rakash moonskin tail mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Puce Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Puce Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished diamondwood buffet.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=polished diamondwood buffet}}&lt;br /&gt;
{{ShopItem|t=i|polished silversteel dinner bell with a Taisidonian pearl clapper|3,500}}&lt;br /&gt;
{{ShopItem|t=i|blown-glass hand bell with a Taisidon emerald clapper|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dinner bell will summon a sideboard with a chef&#039;s carving station that serves prime rib and some accompaniments.  The hand bell will summon a bar with drinks.  Both bells can summon their respective sideboard and bar for forty-five minutes with a three-day cooldown.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595662</id>
		<title>Taisidon Mystery 443/A&#039;baya Esplanade</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Taisidon_Mystery_443/A%27baya_Esplanade&amp;diff=595662"/>
		<updated>2022-09-18T22:36:03Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Yellow Stall */ Added missing new seedlings.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Store At A Glance&lt;br /&gt;
|Store Name=A&#039;baya Esplanade&lt;br /&gt;
|Town= Taisidon&lt;br /&gt;
|Owner= Fantasy Excursions&lt;br /&gt;
|NumRooms=56&lt;br /&gt;
|Store Type=Clothing,Cosmetics,Crafting,Cambrinth,Container,General,Housing,Jewelry,Magic,Pet,Tattoo,Weapon&lt;br /&gt;
|Fest=Taisidon Mystery 443&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=points&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bold&#039;&#039;&#039; items are new as of this event.&lt;br /&gt;
&lt;br /&gt;
=Central Walkway=&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, Central Walkway&lt;br /&gt;
|desc=At the center of the busy shopping walkway, a beautiful ocean mosaic is pieced together with bits of shell and seaglass.  Festive gaethzen globes are hung from tall poles that are placed at even intervals along the macawood boardwalk.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shimmering ocean-blue moongate, an investigator toolkit dispenser with a couple of things on it, a quelium bell dispenser with a couple of things on it, a voile robe dispenser with a couple of things on it, a drake fang dispenser with a couple of things on it, a wildland machete dispenser with a couple of things on it and an IMPORTANT NOTICE placed near the dispensers.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: north, east, south, west.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Raffle==&lt;br /&gt;
&lt;br /&gt;
See [[Taisidon Mystery 443/Raffle]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
&lt;br /&gt;
=Northern Sand Lirum Walkway=&lt;br /&gt;
==Celadon Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Celadon Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sturdy damite display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite display}}&lt;br /&gt;
{{ShopItem|t=i|softly glowing verdant moonsilver necklace displaying a huge iceblink peridot|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|wide uthamar knight&#039;s buckle hammered with a laurel pattern|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|lirisan-handled armorer&#039;s brush with ka&#039;hurst inlay|note=armor repair|17,500}}&lt;br /&gt;
{{ShopItem|t=i|muscular vardite lion|note=armor repair|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wire brushes and oil are so 425.  Why risk breaking a nail repairing your armor when one of these devices can do it for you?  (Once a day, anyway.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Black Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Black Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an oversized lightning bolt.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lightning bolt}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver bracer edged with serrated shark teeth|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery rose gold bracelet engraved with cat&#039;s-ear blossoms|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick quelium ankle cuff inset with shards of black andradite|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopItem|t=i|wispy featherlette anklet clasped with a blackberry miajho|note=[[stun hider]]|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do your enemies make you see stars?  One of these may find you a shadow to hide in until you&#039;re feeling better!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fuchsia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Fuchsia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large niniam counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|quelium inventor&#039;s monocle|17,500}}&lt;br /&gt;
{{ShopItem|t=i|regal diacan raven|17,500}}&lt;br /&gt;
{{ShopItem|t=i|polished diamondwood merchant&#039;s toolkit engraved with a sailing ship|17,500}}&lt;br /&gt;
{{ShopItem|t=i|eerily glowing blackened moonsilver bracelet inset with a large cosmic zircon|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Going to talk to repair clerks at crafting societies can really cramp your style.  With one of these, you can avoid one trip a day, anyway.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Magenta Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Magenta Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver stand and a sparkling gold counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver stand}}&lt;br /&gt;
{{ShopItem|t=i|inky black diacan ear-stud dangling a sailor&#039;s compass|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|striking black gold ear-frill decorated with an array of lava topazes|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|series of spiraled windsteel hoops twisted around a stormheart topaz|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|thick agonite earcuff inlaid with xenomite fragments|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling run down?  These fashionable bits of ear-ware will perk you up!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold counter}}&lt;br /&gt;
{{ShopItem|t=i|wide quelium ankle cuff inset with ocean&#039;s heart diamonds|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|earthy brown anklet woven out of strips of barkcloth|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|flame-kissed gold ankle-chain strung with Taisidon sunset garnet beads|note=vitality|3,000}}&lt;br /&gt;
{{ShopItem|t=i|rusty iron manacle with a chain covered in phosphorescent moonsilver barnacles|note=vitality|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Feeling peaked?  Wearing one of these on your ankle may revitalize you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Scarlet Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Scarlet Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished kertig stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=kertig stand}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth chieftain&#039;s bracer strung with tidal bloodstone icons|17,500}}&lt;br /&gt;
{{ShopItem|t=i|brilliant yellow andradite swordsman&#039;s whetstone|17,500}}&lt;br /&gt;
{{ShopItem|t=i|squat indurium boar|17,500}}&lt;br /&gt;
{{ShopItem|t=i|glowing crimson moonsilver ring cradling an enormous fire whirl ruby|17,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are your weapons so beat up you&#039;re not sure which is the club and which is the sword?  Once a day, one of these devices will fix that!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Seashell Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Seashell Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a hammered kertig shelf and a luminescent starshine bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=hammered kertig shelf}}&lt;br /&gt;
{{ShopItem|t=w|slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&amp;quot;|name=&#039;&#039;&#039;slim book wrapped in fractalline stitched with the title &amp;quot;What Could Go Wrong?&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover|name=&#039;&#039;&#039;ponderous leather-bound book with &amp;quot;Trust Me!&amp;quot; branded upon the cover&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
{{ShopItem|t=w|heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;|name=&#039;&#039;&#039;heavy grimwood book etched with the title &amp;quot;It&#039;ll Be Fine!&amp;quot;&#039;&#039;&#039;|note=LT/LB|700}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminescent starshine bookstand}}&lt;br /&gt;
{{ShopItem|t=w|elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree|name=&#039;&#039;&#039;elegant book displaying the title &amp;quot;I Got This!&amp;quot; in luminescent starshine filigree&#039;&#039;&#039;|note=LT/LB|800}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Oyster Walkway=&lt;br /&gt;
==Green Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous golden nest.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=golden nest}}&lt;br /&gt;
{{ShopItem|t=i|small cambrinth egg with a painted golden sheen|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The cambrinth egg can hatch into one of six different Taisidonian creatures.  The creature is randomly picked, but all will be a cambrinth item that holds one-hundred mana and is wearable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Purple Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Purple Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall moonsilver pedestal, a luminous starglass counter and a REALLY BIG placard.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A REALLY BIG placard reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
Welcome!&lt;br /&gt;
&lt;br /&gt;
We are offering these beautiful starstones.  Not only are they pretty, but they will bring the sunlight, starlight, and moonlight indoors!&lt;br /&gt;
&lt;br /&gt;
Each starstone can be used once and lasts for 60 roisaen.&lt;br /&gt;
&lt;br /&gt;
We also carry bags on the counter that will hold up to 50 starstones at once.&lt;br /&gt;
&lt;br /&gt;
~ Management&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=moonsilver pedestal}}&lt;br /&gt;
{{ShopItem|t=i|faintly glowing starstone|10}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you don&#039;t want to buy a whole bag of starstones, you can buy single ones on this pedestal.  They also can be used to refill any starstone bags (sold separately).&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=starglass counter}}&lt;br /&gt;
{{ShopItem|t=i|pearly-white spidersilk reticule with steelsilk ties|550}}&lt;br /&gt;
{{ShopItem|t=i|scorched black drawstring bag|550}}&lt;br /&gt;
{{ShopItem|t=i|pale-blue moonsilk poke drawn with silveress strings|550}}&lt;br /&gt;
{{ShopItem|t=i|crimson moonsilk pocket with an abyssal black drawstring|550}}&lt;br /&gt;
{{ShopItem|t=i|eerie-black fustian pouch with a nightsilk drawstring|550}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bags on this table contain 50 starstones, but only take up two inventory spaces.  Make sure to appraise them to check where they&#039;re each worn!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Teal Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Teal Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a glowing gaethzen display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gaethzen display}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen rainbow streaked with glitter|250}}&lt;br /&gt;
{{ShopItem|t=i|large gaethzen coconut with a barkcloth husk|250}}&lt;br /&gt;
{{ShopItem|t=i|portable gaethzen lamp with steelsilk straps|250}}&lt;br /&gt;
{{ShopItem|t=i|gaethzen skull strung upon frayed black rombazine cords|name=gaethzen skull strung upon frayed black rombazine cords|250}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Wear this on your belt.  If you&#039;re skilled enough, you can even light it up and then wear it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lavender Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lavender Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jadice flower statue.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=flower statue}}&lt;br /&gt;
{{ShopItem|t=i|small serpent totem|note=5 uses of {{com|healme}}|240}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;As a quick study will reveal, this totem is designed to make you feel a whole lot better, five times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beige Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Beige Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large furniture display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|pale green Taisidon silkcress carpet strewn with moonstained wildflowers|23,000}}&lt;br /&gt;
{{ShopItem|t=i|exquisite silk carpet dyed in variegated shades of sand and sea|23,000}}&lt;br /&gt;
{{ShopItem|t=i|braided barkcloth rug shaded in earthy tones|23,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering featherlette rug featuring bright blue and green hues|23,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a plain and boring flying carpet just isn&#039;t your style, maybe one of these will be?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sienna Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sienna Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished slate counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=furniture display}}&lt;br /&gt;
{{ShopItem|t=i|cracked bauble etched with a gargoyle|name=&#039;&#039;&#039;cracked bauble etched with a gargoyle&#039;&#039;&#039;|note=a cracked senci gargoyle|2000}}&lt;br /&gt;
{{ShopItem|t=i|polished bauble etched with an anvil|name=&#039;&#039;&#039;polished bauble etched with an anvil&#039;&#039;&#039;|note=a polished rockwood anvil|2000}}&lt;br /&gt;
{{ShopItem|t=i|large bauble etched with a foot|name=&#039;&#039;&#039;large bauble etched with a foot&#039;&#039;&#039;|note=a giant Sunderstone foot|2000}}&lt;br /&gt;
{{ShopItem|t=i|glittery bauble etched with a harpischord|name=&#039;&#039;&#039;glittery bauble etched with a harpischord&#039;&#039;&#039;|note=a glittery quartz harpischord|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The baubles on the counter are magical and will allow a person to change the appearance of their [[Deadfall]] spell.  Please STUDY the bauble if you wish to learn more about it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Abalone Walkway=&lt;br /&gt;
==Sepia Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sepia Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tattoo catalog.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
Tattoo services cost 200 Mystery Cruise points.  Removal costs 20 points. Relocation costs 100 points. No refunds.  Not responsible for accidents.&lt;br /&gt;
&lt;br /&gt;
{|READ CATALOG&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                At a Sepia Booth&lt;br /&gt;
                     We&#039;re willing to put our art on your:&lt;br /&gt;
&lt;br /&gt;
                1) shoulder                        2) forehead&lt;br /&gt;
                3) cheekbone                       4) thigh&lt;br /&gt;
                5) left wrist                      6) right wrist&lt;br /&gt;
                7) abdomen                         8) forearm&lt;br /&gt;
                9) chin                           10) left cheekbone&lt;br /&gt;
               11) right cheekbone                12) calf&lt;br /&gt;
               13) left ankle                     14) right ankle&lt;br /&gt;
               15) left temple                    16) right temple&lt;br /&gt;
               17) left hip                       18) right hip&lt;br /&gt;
               19) left palm                      20) right palm&lt;br /&gt;
               21) right shin                     22) left shin&lt;br /&gt;
               23) right knee                     24) left knee&lt;br /&gt;
&lt;br /&gt;
               Check the MENU for art you enjoy.  Then CHOOSE the&lt;br /&gt;
                location for your art after ORDERing your tattoo.&lt;br /&gt;
                       [CHOOSE REMOVE for tattoo removal.]&lt;br /&gt;
         [CHOOSE RELOCATE # to move your tattoo to the location above.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
#a singed symbol of destruction&lt;br /&gt;
#a parallel symbol of alignment&lt;br /&gt;
#an unfurled symbol of creation&lt;br /&gt;
#a wavy symbol of change&lt;br /&gt;
#a delicate symbol of refinement&lt;br /&gt;
#a conflicted symbol of creation&lt;br /&gt;
#a twisted symbol of transition&lt;br /&gt;
#a gilded symbol of illumination&lt;br /&gt;
#a faded symbol of disintegration&lt;br /&gt;
#a double helix symbol of evolution&lt;br /&gt;
#a fused symbol of cooperation&lt;br /&gt;
#a fluid symbol of transformation&lt;br /&gt;
#a lush symbol of growth&lt;br /&gt;
#a divergent symbol of contradiction&lt;br /&gt;
#an exquisite symbol of unity&lt;br /&gt;
#a funeral pyre set ablaze with vividly inked flames&lt;br /&gt;
#a haunted skull formed from tendrils of smoke with smoldering embers for eyes&lt;br /&gt;
#a massive orca breaching the sea against the background of Katamba&#039;s dark light&lt;br /&gt;
#a sea-blue jellyfish with delicate silver-tinged tentacles&lt;br /&gt;
#a large ship sailing across a stylized globe&lt;br /&gt;
#a trio of pirates burying treasure under the trunk of a broad-leaved ilomba tree&lt;br /&gt;
#a hilltop of Katamba-black, Xibar-blue, and Yavash-red moonstained wildflowers blooming under a starry night sky&lt;br /&gt;
#a luxurious ship anchored in the shimmery blue waters of a tropical island&lt;br /&gt;
#an oceanic blue anchor wrapped in a ribbon emblazoned with the words &amp;quot;The Morada&amp;quot;&lt;br /&gt;
#a slim boat knife stabbed into a macawood tree stump&lt;br /&gt;
#a sanguine-edged butcher&#039;s cleaver resting on a bed of tidal lilies&lt;br /&gt;
#a jambu-handled corkscrew twined in grapevines&lt;br /&gt;
#a slender bronze baton with a polished ramin handle&lt;br /&gt;
#a pair of sharpened zills etched with rainbow roses&lt;br /&gt;
#a broken glass bottle lying in a pool of spilt rum&lt;br /&gt;
#a silvery-grey gravestone scattered with dark purple aldam lormas&lt;br /&gt;
#a vibrant bouquet of etlingera flowers inked in fiery pink and red hues&lt;br /&gt;
#a broken-masted ship caught in the spiraling vortex of a massive whirlpool&lt;br /&gt;
#a hammerhead shark circling a slack-sailed ship stuck on listless seas&lt;br /&gt;
#a sepia-toned globe perched on top of a stack of luggage&lt;br /&gt;
#a bright ultramarine airship draped in colorful garlands of king proteas&lt;br /&gt;
#a whimsical ship cutting through the night sky with its raven feather hull&lt;br /&gt;
#a pod of dolphins leaping to and from amongst white-crested waves&lt;br /&gt;
#a palm leaf parasol with a parrot-shaped handle&lt;br /&gt;
#an orange and black nautilus shell with water pouring out to form a cresting wave&lt;br /&gt;
#&#039;&#039;&#039;a decrepit ship with jagged holes in its sides beached upon on a sandbar&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a black taipan snaking its way through the eye sockets of a sun-bleached skull&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a man and woman kissing below a palm tree with waves lapping at their feet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a ship&#039;s wheel with the phrase &amp;quot;Anchors Away&amp;quot; below it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a blue-haired mermaid perched on a sea stack gazing up at the full moon&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;bleeding heart vines wrapped around a golden goblet&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;an inflated orange pufferfish covered in black spikes&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crescent moon garlanded in water hyacinths floors and wispy grey feathers&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a fat-toed gecko inked in strong black lines&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a bright red crab holding a fork and knife in its front claws&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;metallic blue mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;striated black mermaid scales limned in silver&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;glittery sea-green mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;burnished gold mermaid scales limned in gold&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;sun-bleached pieces of driftwood floating atop a calm sea&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a jagged lightning bolt striking the umbrella-shaped canopy of a majestic kapok&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a petite sea turtle with a rainbow-hued shell&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a stunning woman with copper and black snakes coiled around her head&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a crystal-blue river flowing down the sides of a mountain with the phrase &amp;quot;Life Flows On&amp;quot; above it&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;puffy white seeds floating away a wispy dandelion with the words &amp;quot;Follow Your Dreams&amp;quot; overhead&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;a white rabbit jumping through a twilight-blue Moongate towards a field of carrots&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Carmine Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Carmine Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a clear glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=i|glass lemniscate|name=lucid glass lemniscate|1,500}}&lt;br /&gt;
{{ShopItem|t=i|amethyst glass blossom|name=lucid amethyst glass blossom|1,500}}&lt;br /&gt;
{{ShopItem|t=i|frosted glass icicle|name=lucid frosted glass icicle|1,500}}&lt;br /&gt;
{{ShopItem|t=i|green glass frond|name=lucid green glass frond|1,500}}&lt;br /&gt;
{{ShopItem|t=i|red glass flame|name=lucid red glass flame|1,500}}&lt;br /&gt;
{{ShopItem|t=i|blue glass moon|name=lucid blue glass moon|1,500}}&lt;br /&gt;
{{ShopItem|t=i|crimson glass spiral|name=lucid crimson glass spiral|1,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you suffer from geysers of uncontrolled mana that sometimes turn your hands to ash?  [[:Category:Backlash absorbers|These items]] may prove helpful to you.  If you enjoy geysers of uncontrolled mana that sometimes turn your hands to ash, these may help you as well, but you might not enjoy it as much.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Platinum Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Platinum Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an ink-stained desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ink-stained desk}}&lt;br /&gt;
{{ShopItem|t=i|crimson inkpot painted with bleeding heart vines|100}}&lt;br /&gt;
{{ShopItem|t=i|purple inkpot painted with a phofe flower|100}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue inkpot painted with a Saendalen shark|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Do you need a place to store a magical tattoo?  Do you want to pretty up a boring magical tattoo design?  These may be what you&#039;re after.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Turquoise Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Turquoise Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an iridescent crystal pedestal, a polished limestone display and a sculpted platinum stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal pedestal}}&lt;br /&gt;
{{ShopItem|t=i|iridescent crystal inkpot|name=iridescent crystal inkpot|note=Targeted Magic and Debilitation|4,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for [[heroic tattoo]]s that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=limestone display}}&lt;br /&gt;
{{ShopItem|t=i|shiny onyx inkpot|name=shiny onyx inkpot|note=Stealth and Perception|3,500}}&lt;br /&gt;
{{ShopItem|t=i|faceted ruby inkpot|name=faceted ruby inkpot|note=Stealth and Strength|3,500}}&lt;br /&gt;
{{ShopItem|t=i|pale kunzite inkpot|name=pale kunzite inkpot|note=Shield and Stamina|3,500}}&lt;br /&gt;
{{ShopItem|t=i|large smoky topaz inkpot|name=large smoky topaz inkpot|note=Shield and Discipline|3,500}}&lt;br /&gt;
{{ShopItem|t=i|round peridot inkpot|name=round peridot inkpot|note=Shield and Wisdom|3,500}}&lt;br /&gt;
{{ShopItem|t=i|polished sardonyx inkpot|name=polished sardonyx inkpot|note=Shield and Reflex|3,500}}&lt;br /&gt;
{{ShopItem|t=i|glossy jade inkpot|name=glossy jade inkpot|note=Shield and Evasion|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|pearlescent moonstone inkpot|name=pearlescent moonstone inkpot|note=Stamina and Reflex|4,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The inkpots on the pedestal, display, and stand are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have up to a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Jade Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Jade Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a minimalist table and a polished glass sundial.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=minimalist table}}&lt;br /&gt;
{{ShopItem|t=i|crackled inkpot|note=[[Tremor]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling inkpot|note=[[Horn of the Black Unicorn]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|starry inkpot|note=[[Misdirection]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|spiraled inkpot|note=[[Telekinetic Storm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|tall inkpot|note=[[Geyser]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|veiled inkpot|note=[[Shadows]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|frosted inkpot|note=[[Ice Patch]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|shimmery inkpot|note=[[Bless]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|bright yellow inkpot|note=[[Swarm]]|2,000}}&lt;br /&gt;
{{ShopItem|t=i|fluted bloodstone inkpot|name=fluted bloodstone inkpot|note=[[Rage of the Clans]]|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;1% prep spells.  Harness until you drop!  Each inkpot is carefully labeled with the spell it contains.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|name=iridescent inkpot-shaped dial etched with esoteric runes|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Verdigris Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Verdigris Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an inky black counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=niniam counter}}&lt;br /&gt;
{{ShopItem|t=i|dusty smokewhorl sketchbook embellished with a golden seal|name=&#039;&#039;&#039;dusty smokewhorl sketchbook embellished with a golden seal&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|splotched sketchbook depicting a starry night sky|name=&#039;&#039;&#039;splotched sketchbook depicting a starry night sky&#039;&#039;&#039;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sketchbooks allow you to save the appearance of your tattoo and re-use it, similar to the way feature compacts function.  The sketchbook only works with the cosmetic portion of tattoos and does not touch any magical aspects of a tattoo.  Empty inkpots will still need to be used for runic, heroic, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Coral Walkway=&lt;br /&gt;
==Gold Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Gold Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see an enormous marble hand, a huge quartz foot, a large granite knee and a giant slate elbow.&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=marble hand}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knuckles bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knuckles|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knuckles studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;You probably don&#039;t want to crack these knuckles, unless you&#039;re doing so upside the head of a mechanical mouse.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=quartz foot}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth footwraps bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|weighted haledroth footwraps studded with faceted inferno&#039;s hearts|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth footwraps|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A nice high kick into the nose of a mechanical mouse will be far more effective with these footwraps, no matter which color you choose.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=granite knee}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth knee spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth knee spikes|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth knee spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Knees are excellent for bludgeoning your enemies.  If your enemies are mechanical mice, these will help you make even more of an impact.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=slate elbow}}&lt;br /&gt;
{{ShopItem|t=w|glittery haledroth elbow spikes bedazzled with rainbow enameling|500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth elbow spikes with inferno&#039;s hearts next to each spike|500}}&lt;br /&gt;
{{ShopItem|t=w|abyssal black haledroth elbow spikes|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If your fondest dream has been to smash your elbow into the face of a mechanical mouse, you may need help.  These will help, and they&#039;re available in three fashionable color options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=curved haledroth hooks}}&lt;br /&gt;
{{ShopItem|t=w|puffy-white leather whip with haledroth spikes|name=&#039;&#039;&#039;puffy-white leather whip with haledroth spikes&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopItem|t=w|haledroth meteor hammer with sharpened blades|name=&#039;&#039;&#039;haledroth meteor hammer with sharpened blades&#039;&#039;&#039;|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These whips are able to damage mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glossy crystal-bone stand}}&lt;br /&gt;
{{ShopItem|t=s|haledroth triangular sipar|name=&#039;&#039;&#039;haledroth triangular sipar&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopItem|t=w|haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt|name=&#039;&#039;&#039;haledroth duelist&#039;s rapier with a basket cage and an e&#039;erdream hilt&#039;&#039;&#039;|3,300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sipar can defend against mechanical mice and the rapier can damage it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Viridian Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Viridian Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished glass counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=glass counter}}&lt;br /&gt;
{{ShopItem|t=w|quelium throwing spike with featherlette flights trailing from barkcloth cord|720}}&lt;br /&gt;
{{ShopItem|t=w|lacquered jambu boomerang engraved with a pattern of overlapping leaves|720}}&lt;br /&gt;
{{ShopItem|t=w|hefty hunting bola with three quelium weights connected by braided barkcloth|720}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The bola has a nature flare.  The boomerang has a nature flare.  The spike has a nature flare.  Yes indeed, the contents of this counter are all natural.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Maroon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Maroon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall driftwood stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=driftwood stand}}&lt;br /&gt;
{{ShopItem|t=i|covellite-lined sheath with a purple gold bat-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|weathered sheath with brass banding|1,000}}&lt;br /&gt;
{{ShopItem|t=i|tel&#039;athi-lined scabbard with a faded rose gold spider-shaped buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|gold-chased scabbard with a silver lion buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|name=dark snakeskin baldric fastened with a ka&#039;hurst river boa buckle|1,000}}&lt;br /&gt;
{{ShopItem|t=i|brilliantine baldric adorned with a golden heaven&#039;s bell buckle|name=brilliantine baldric adorned with a golden heaven&#039;s bell buckle|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These are bless containers that will hold a single weapon within the constraints of the container size and bless it once every five roisaen for up to one-hundred strikes.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|1 bless strike per recharge pulse. 100 bless strikes count cap.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==White Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a White Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine backsheath heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress backsheath|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin backsheath fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopItem|t=i|jade brilliantine baldric heavily embroidered with heaven&#039;s bell blossoms|3,000}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress baldric|3,000}}&lt;br /&gt;
{{ShopItem|t=i|pebbled sharkskin baldric fastened with a diacan Saendalen shark|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Baldrics and backsheaths for the bold.  Or just for people who want to attach a dozen weapons to a fashionable strap.   When worn, giving the baldric a quick pull may help you distribute the weight of the weapons, though it won&#039;t reduce it.&amp;quot;}}&lt;br /&gt;
{{ShopFootnote|Holds any twelve weapons regardless of size or weight.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Brown Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Brown Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a battered oak bookshelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak bookshelf}}&lt;br /&gt;
{{ShopItem|t=i|ornate codex of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|oversized treatise of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|dog-eared manual of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|impressive encyclopedia of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopItem|t=i|hefty omnibus of master crafting instructions|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re tired of remembering which crafting instructions are where, you may find the books here helpful.  All the instructions, all in one place!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Raspberry Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Raspberry Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a luminous moonsilver counter and a luminous moonsilver rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver counter}}&lt;br /&gt;
{{ShopItem|t=w|sinuous heartname leather whip capped with a lilac moonsilver knot|name=&#039;&#039;&#039;sinuous heartname leather whip capped with a lilac moonsilver knot&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
{{ShopItem|t=w|midnight-blue demonscale whip wound in blackened moonsilver filigree|name=&#039;&#039;&#039;midnight-blue demonscale whip wound in blackened moonsilver filigree&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|twisted black leather whip interwoven with strands of crimson moonsilver|name=&#039;&#039;&#039;twisted black leather whip interwoven with strands of crimson moonsilver&#039;&#039;&#039;|note=LT/ME|1100}}&lt;br /&gt;
{{ShopItem|t=w|braided ice-veined leather whip arrayed with knots of blued moonsilver|name=&#039;&#039;&#039;braided ice-veined leather whip arrayed with knots of blued moonsilver&#039;&#039;&#039;|note=LT/LB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=luminous moonsilver rack}}&lt;br /&gt;
{{ShopItem|t=w|fanciful quelium meteor hammer blossoming with a pair of unicorn lilies|name=&#039;&#039;&#039;fanciful quelium meteor hammer blossoming with a pair of unicorn lilies&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|vicious agonite meteor hammer terminated with blackened skulls|name=&#039;&#039;&#039;vicious agonite meteor hammer terminated with blackened skulls&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|improvised meteor hammer of two gem pouches tied with a bundling rope&amp;quot;|name=&#039;&#039;&#039;improvised meteor hammer of two gem pouches tied with a bundling rope&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
{{ShopItem|t=w|serrated forgeheart iron meteor hammer lashed between shooting comets&amp;quot;|name=&#039;&#039;&#039;serrated forgeheart iron meteor hammer lashed between shooting comets&#039;&#039;&#039;|note=HT/HB|1100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Northern Conch Walkway=&lt;br /&gt;
&lt;br /&gt;
==Yellow Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Yellow Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a jungle green stand, a painted card, a painted note, a painted sign, an ordinary seed box and a macawood seed crate.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Card, note, and sign text:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;{{int:show}}&amp;quot; data-collapsetext=&amp;quot;{{int:hide}}&amp;quot; style=&amp;quot;float: left;&amp;quot;&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;A painted card reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
LUMP of vines = a somber woven cloak dappled with scarlet nightshade blossoms, wild crimson rosebuds, clumps of multicolored astilbe, or frosty blue iceberry clusters&lt;br /&gt;
&lt;br /&gt;
PILE of vines = a sweeping rambler vine cloak festooned with plum-colored rosebuds, flame-colored rosettes, olive-toned roses, or wild sapphire roses&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted note reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and is sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
CHUNK of vines = a gracefully flowing cloak of living vines with a high collar of Queen-of-the-night lily clusters, Moonlight gardenias, sun&#039;s glory blossoms, or Elven tears blossoms&lt;br /&gt;
&lt;br /&gt;
THRONG of vines = a sweeping dendritic cloak of living vines strewn with small Dragon Spine orchids, Death&#039;s Shadow Lilies, Desert Scorpion blossoms, or dark nightshade blossoms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A painted sign reads:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;The vine cloak&#039;s appearance changes when worn and are sensitive to the seasons.  Different flowers will bloom on the vines, dependent on the time of year.&lt;br /&gt;
&lt;br /&gt;
BUNCH of vines = a living cloak of delicate white boneflowers, pale blue sirese flowers, brilliant yellow snapdragons, or bright red firefall blooms nestled among vines&lt;br /&gt;
&lt;br /&gt;
NOTE: Purchase of all living cloaks are AS IS and take care to get the TYPE of vines you wish to buy.&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green stand}}&lt;br /&gt;
{{ShopItem|t=i|living cloak of flowers nestled among vines|name=squirming bunch of vines|note=living cloak of &amp;lt;flowers&amp;gt; nestled among &amp;lt;health&amp;gt; vines|3,000}} &lt;br /&gt;
{{ShopItem|t=i|sweeping rambler vine cloak festooned with flowers|name=squirming pile of vines|note=sweeping rambler vine cloak festooned with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|somber woven cloak dappled with flowers|name=squirming lump of vines|note=somber woven cloak dappled with &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|gracefully flowing cloak of living vines with a high collar of flowers|name=squirming chunk of vines|note=gracefully flowing cloak of living vines with a high collar of &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sweeping dendritic cloak of living vines strewn with small flowers|name=squirming throng of vines|note=sweeping dendritic cloak of living vines strewn with small &amp;lt;flowers&amp;gt;|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vines on the stand are [[:Category:Living vine cloaks|unusual living cloaks]] that are both active and interactive, but require occasional nourishment.  Please read the card, note, and then sign for more information.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed box}}&lt;br /&gt;
{{ShopItem|t=i|packet of sand blossom seedlings|name=packet of sand blossom seedlings|note=clusters of waxy sand blossoms|100}} &lt;br /&gt;
{{ShopItem|t=i|packet of adder&#039;s tongue seedlings|name=packet of adder&#039;s tongue seedlings|note=bouquets of blood-red adder&#039;s tongue blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of rosemary seedlings|name=packet of rosemary seedlings|note=bunches of blue rosemary blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of alyssum seedlings|name=packet of alyssum seedlings|note=clusters of mixed purple and pink alyssum flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of ironwood blossom seedlings|name=packet of ironwood blossom seedlings|note=clumps of milky white ironwood blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of iera blossom seedlings|name=packet of iera blossom seedlings|note=patches of shimmering blood-red iera flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of black orchid seedlings|name=packet of black orchid seedlings|note=weeping cascades of black orchids|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of glaysker seedlings|name=packet of glaysker seedlings|note=dense knots of pale purple glaysker flowers|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of periwinkle seedlings|name=packet of periwinkle seedlings|note=dense patches of fiery orange periwinkle blossoms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of peony seedlings|name=packet of peony seedlings|note=delicate blush-pink peonies|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of goldenbell seedlings|name=&#039;&#039;&#039;packet of goldenbell seedlings&#039;&#039;&#039;|note=creeping bright yellow tendrils of goldenbell blooms|100}}&lt;br /&gt;
{{ShopItem|t=i|packet of Eluned&#039;s Glory seedlings|name=&#039;&#039;&#039;packet of Eluned&#039;s Glory seedlings&#039;&#039;&#039;|note=colorful sprays of Eluned&#039;s Glory blooms|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=seed crate}}&lt;br /&gt;
{{ShopItem|t=i|iridescent packet of rainbow rose seedlings|name=iridescent packet of rainbow rose seedlings|note=iridescent rainbow roses|200}} &lt;br /&gt;
{{ShopItem|t=i|shiny packet of moonstained wildflower seedlings|name=shiny packet of moonstained wildflower seedlings|note=luminous moonstained wildflowers|200}}&lt;br /&gt;
{{ShopItem|t=i|gold-limned packet of heaven&#039;s bell seedlings|name=gold-limned packet of heaven&#039;s bell seedlings|note=golden heaven&#039;s bell blossoms|200}}&lt;br /&gt;
{{ShopItem|t=i|vermilion packet of jalren&#039;rae tulip seedlings|name=vermilion packet of jalren&#039;rae tulip seedlings|note=vermilion jalren&#039;rae tulips|200}}&lt;br /&gt;
{{ShopItem|t=i|crimson packet of bleeding heart vine seedlings|name=crimson packet of bleeding heart vine seedlings|note=crimson bleeding heart vine blossoms|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These seedlings can replace flowers on a living vine cloak and are a one-time use that discards the flower it replaces.  You can also choose the season that they will bloom in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bronze Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Bronze Pushcart&lt;br /&gt;
|desc=SSurrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a small blue stand, a large green table and a long purple counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=blue stand}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey sallet set with deep blue flecked tidal bloodstones|450}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black sallet chased in quelium flames|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey sallet is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green table}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black half plate chased in quelium flames|700}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey half plate set with deep blue flecked tidal bloodstones|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey half plate is shocking and the void-black one is hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=purple counter}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate greaves set with deep blue flecked tidal bloodstones|300}}&lt;br /&gt;
{{ShopItem|t=a|void-black light plate greaves chased in quelium flames|300}}&lt;br /&gt;
{{ShopItem|t=a|lightweight void-black gauntlets chased in quelium flames|name=&#039;&#039;&#039;lightweight void-black gauntlets chased in quelium flames&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopItem|t=a|storm-grey plate gauntlets set with deep blue flecked tidal bloodstones|name=&#039;&#039;&#039;storm-grey plate gauntlets set with deep blue flecked tidal bloodstones&#039;&#039;&#039;|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Protection at its finest, with a little something extra.  The storm-grey greaves are shocking, and the void-black ones are hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cobalt Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cobalt Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round red table and a tall orange counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red table}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded shirt patterned with king proteas|700}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated shirt patterned with moonstained wildflowers|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated shirt may cause your enemies to think you&#039;re really chill.  The padded shirt is a bit hotter.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=orange counter}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s padded pants belted with bleeding heart vines|300}}&lt;br /&gt;
{{ShopItem|t=a|islander&#039;s insulated pants belted with murchban vines|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The insulated pants won&#039;t chill you, but they might chill your enemies.  The padded ones are just hot!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grey Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Grey Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver rack, some polished gold hooks and a sturdy damite counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver rack}}&lt;br /&gt;
{{ShopItem|t=a|diacan lamellar helm sculpted with the visage of a Saendalen shark|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite lamellar helm sculpted with the visage of a blazing phoenix|200}}&lt;br /&gt;
{{ShopItem|t=a|diacan plate mask crafted with sleek lines|200}}&lt;br /&gt;
{{ShopItem|t=a|agonite plate mask firestained with gold and vermilion hues|200}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Any agonite item on this rack has the chance to scorch your enemies, while the diacan will give them a chill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=gold hooks}}&lt;br /&gt;
{{ShopItem|t=a|diacan mail gloves crafted with sleek lines|300}}&lt;br /&gt;
{{ShopItem|t=a|agonite mail gloves firestained with gold and vermilion hues|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to leave scorch marks on your enemies, try the agonite mail gloves.  The diacan ones are much colder.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=damite counter}}&lt;br /&gt;
{{ShopItem|t=a|sleek black leathers tinged with oceanic blue|1,000}}&lt;br /&gt;
{{ShopItem|t=a|gold and vermilion leathers embossed with fiery feathering|1,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The black leathers are colder than they may first appear (for your enemies), while the gold and vermilion are hot stuff.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Marigold Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Marigold Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal stand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=tall crystal stand}}&lt;br /&gt;
{{ShopItem|t=i|luminescent starshine signet ring of a rampant dragon|name=&#039;&#039;&#039;luminescent starshine signet ring of a rampant dragon&#039;&#039;&#039;|100,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The signet ring will create a combat enclave that spawns flexing white marble gargoyles upon activation for six hours.  This personal hunting area can only be accessed by the user and can be used once per day.  A single infuser stone will add one-hundred-and-eighty days of usage for the ring&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Vermilion Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Vermilion Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wide vermilion counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wide vermilion counter}}&lt;br /&gt;
{{ShopItem|t=i|crimson-red tomatoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh chicken liver|20}}&lt;br /&gt;
{{ShopItem|t=i|hearty pellet|20}}&lt;br /&gt;
{{ShopItem|t=i|dark chocolate|20}}&lt;br /&gt;
{{ShopItem|t=i|rye bread|20}}&lt;br /&gt;
{{ShopItem|t=i|salty bacon|20}}&lt;br /&gt;
{{ShopItem|t=i|mincemeat tarts|20}}&lt;br /&gt;
{{ShopItem|t=i|marbled meat|20}}&lt;br /&gt;
{{ShopItem|t=i|white eggs|20}}&lt;br /&gt;
{{ShopItem|t=i|ripe mangoes|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh jerky|20}}&lt;br /&gt;
{{ShopItem|t=i|legless white rat|20}}&lt;br /&gt;
{{ShopItem|t=i|gorey hog hoof|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh boar&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|severed hand (2)|name=severed hand|20}}&lt;br /&gt;
{{ShopItem|t=i|fresh lettuce|20}}&lt;br /&gt;
{{ShopItem|t=i|dead frog|20}}&lt;br /&gt;
{{ShopItem|t=i|large vial of blood|20}}&lt;br /&gt;
{{ShopItem|t=i|whole lizard&#039;s tail|20}}&lt;br /&gt;
{{ShopItem|t=i|bucket of fresh chum|20}}&lt;br /&gt;
{{ShopItem|t=i|handful of dead crickets|20}}&lt;br /&gt;
{{ShopItem|t=i|leafy greens|20}}&lt;br /&gt;
{{ShopItem|t=i|wiggling worms|20}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter are high quality champion bait for specific creatures found in Taisidon.  Use at your own caution!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Knifejaw Walkway=&lt;br /&gt;
==Cerise Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerise Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large oak shelf.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak shelf}}&lt;br /&gt;
{{ShopItem|t=i|glittery unicorn-shaped slate framed with e&#039;erdream hearts|300}}&lt;br /&gt;
{{ShopItem|t=i|glittery rainbow-shaped slate framed with e&#039;erdream clouds|300}}&lt;br /&gt;
{{ShopItem|t=i|simple writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|kertig writing slate framed in ebony|300}}&lt;br /&gt;
{{ShopItem|t=i|cosmic zircon writing slate framed in rosewood|300}}&lt;br /&gt;
{{ShopItem|t=i|demonbone writing slate backed with demonscale|300}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst writing slate|300}}&lt;br /&gt;
{{ShopItem|t=i|black marble writing slate|300}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Remember how much fun writing slates are?  These are even more fun, because you can link a pair of them and send top secret messages to a friend.  Keep it classy!  (No, really.  Your message only makes it through if you do.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lilac Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lilac Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a pile of white sand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=white sand}}&lt;br /&gt;
{{ShopItem|t=i|translucent icesteel casket studded with radiant-cut winter emeralds|150}}&lt;br /&gt;
{{ShopItem|t=i|glittering diamondwood treasure chest with black gold hinges|150}}&lt;br /&gt;
{{ShopItem|t=i|small glittering jewel safe of starlight-white uthamar|150}}&lt;br /&gt;
{{ShopItem|t=i|gold filigree jewelry box set with ocean&#039;s heart diamonds|150}}&lt;br /&gt;
{{ShopItem|t=i|sturdy mikkhalbamar coffer banded with heavy Dwarven iron straps|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;What sort of fun could you have with a treasure chest you fill and then bury?  Buy one of these and find out!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Red Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Red Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a smooth ivory bookstand.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=ivory bookstand}}&lt;br /&gt;
{{ShopItem|t=i|austere scholar&#039;s tome|30,000}}&lt;br /&gt;
{{ShopItem|t=i|lengthy barkcloth monograph with a pebble mosaic cover|30,000}}&lt;br /&gt;
{{ShopItem|t=i|opulent Taisidon silkcress-bound almanac with diacan edged pages|30,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy treatise chased with navigational coordinates upon its quelium spine|30,000}}&lt;br /&gt;
{{ShopItem|t=i|eclectic artisan&#039;s manual painted with a vibrant Taisidonian landscape|30,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Random trivia.  Refreshers on half-forgotten lessons.  All this and more can be yours, eventually, if you buy one of these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Blue Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Blue Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a fluted alabaster pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=fluted alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|weathered ilomba chest with vardite hinges|5,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Years ago, you had to build these yourself.  Now, without even a chance at getting a splinter, you can have all the fun with none of the annoying work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Green Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Green Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a low green counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green counter}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|name=infuser stone|300}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|name=potency crystal|300}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Charcoal Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Charcoal Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a round glass table.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=round glass table}}&lt;br /&gt;
{{ShopItem|t=i|black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart|name=&#039;&#039;&#039;black Taisidon silkcress canister capped by a brilliant inferno&#039;s heart&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopItem|t=i|polished icethorn canister strewn with trillion-cut winter emeralds|name=&#039;&#039;&#039;polished icethorn canister strewn with trillion-cut winter emeralds&#039;&#039;&#039;|500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The canisters will allow you to store multiple memory orbs of different types.  Functioning similarly to spell scroll stackers, the canisters will store up to thirty different skills and up to thirty full orbs of each skill.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Grouper Walkway=&lt;br /&gt;
==Wisteria Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Wisteria Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished satinwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=satinwood display}}&lt;br /&gt;
{{ShopItem|t=i|pink voucher|note=a luxurious ilomba bed draped in garlands of moonstained wildflowers|1,050}}&lt;br /&gt;
{{ShopItem|t=i|reddish-brown voucher|note=a massive macawood bed covered with a canopy of palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|green voucher|note=a claw-footed chaise lounge featuring a bold pattern of emerald green palm leaves|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with a grimwood canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with a grimwood canopy bed&#039;&#039;&#039; |note=a grimwood canopy bed with a steelsilk canopy and comforter|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bed voucher illustrated with an icethorn canopy bed|name=&#039;&#039;&#039;bed voucher illustrated with an icethorn canopy bed&#039;&#039;&#039; |note=an inlaid icethorn canopy bed with winterweave curtains and coverlet|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Luxurious materials, elegant designs, and the ability to tuck 50 items neatly away -- what more could you ask for from a piece of furniture?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Persimmon Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Persimmon Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished lunat display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=lunat display}}&lt;br /&gt;
{{ShopItem|t=i|cabinet voucher heavily illustrated with a mistwood cabinet|note=a heavy mistwood cabinet resting atop a matching platform|1,050}}&lt;br /&gt;
{{ShopItem|t=i|bar cart voucher elegantly illustrated with a sleek mistglass bar cart|note=a sleek mistglass bar cart with an exquisitely sculpted uthamar openwork frame|1,050}}&lt;br /&gt;
{{ShopItem|t=i|cupboard voucher painted with a weathered rockwood cupboard|note=a weathered rockwood cupboard fitted with glaes handles|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful furniture items available on this display will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=oak table}}&lt;br /&gt;
{{ShopItem|t=i|furniture voucher|name=&#039;&#039;&#039;furniture voucher&#039;&#039;&#039; |note=an inlaid icethorn table with carved legs embellished with snowflakes|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a diamondwood table|name=&#039;&#039;&#039;table voucher illustrated with a diamondwood table&#039;&#039;&#039; |note=a diamondwood table inlaid with a spiraling design in black gold|1,050}}&lt;br /&gt;
{{ShopItem|t=i|table voucher illustrated with a grimwood table|name=&#039;&#039;&#039;table voucher illustrated with a grimwood table&#039;&#039;&#039; |note=a grimwood table with pedestal carved as a leafless tree|1,050}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Each of the delightful tables available on this table will hold 50 items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tawny Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Tawny Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished silverwillow display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwillow display}}&lt;br /&gt;
{{ShopItem|t=i|pint-sized brindle puppy voucher|note=a pint-sized brindle puppy|150}}&lt;br /&gt;
{{ShopItem|t=i|wolf pup voucher|note=a pot-bellied Siksrajan wolf pup|150}}&lt;br /&gt;
{{ShopItem|t=i|Musparan dog voucher|note=a bewhiskered ash grey Musparan dog|150}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If a flutertae, clymbol, or floratroll is just too much for you, maybe one of these dogs will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cerulean Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cerulean Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished goldwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=goldwood display}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue voucher painted with a delicate silk carpet|note=a delicate silk carpet dyed in variegated shades of sand and sea|100}}&lt;br /&gt;
{{ShopItem|t=i|green voucher painted with a Taisidon silkcress carpet|note=a jungle green Taisidon silkcress carpet strewn with moonstained wildflowers|100}}&lt;br /&gt;
{{ShopItem|t=i|brown voucher painted with a woven barkcloth rug|note=a woven barkcloth rug shaded in earthy tones|100}}&lt;br /&gt;
{{ShopItem|t=i|colorful voucher painted with a featherlette rug|note=a fluffy featherlette rug featuring bright blue and green hues|100}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These patterns won&#039;t fly.  (Well, we hope they&#039;ll fly off the display and into your home!)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cyan Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Cyan Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see anintricate silverwood desk.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silverwood desk}}&lt;br /&gt;
{{ShopItem|t=i|shimmering baroque pearl necklace strung on Taisidon silkcress cording|3,000}}&lt;br /&gt;
{{ShopItem|t=i|sleek diacan torque terminated by cabochon seastar tourmaline piranhas|3,000}}&lt;br /&gt;
{{ShopItem|t=i|bleached bone amulet carved into a stylized black pard|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you&#039;re wondering what a Dwarf was talking about but your Haakish is a bit rusty, one of these can be just the thing.  (Also suitable for other languages.)&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chestnut Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chestnut Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted chestnut counter.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted chestnut counter}}&lt;br /&gt;
{{ShopItem|t=i|ornamental xenomite brassard strung in a series of six interlocking rings|name=&#039;&#039;&#039;ornamental xenomite brassard strung in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|watered steel armlet encased by a series of six interlocking rings|name=&#039;&#039;&#039;watered steel armlet encased by a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|firestained agonite armband draped in a series of six interlocking rings|name=&#039;&#039;&#039;firestained agonite armband draped in a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|braided purple gold bracelet interwoven with a series of six interlocking rings|name=&#039;&#039;&#039;braided purple gold bracelet interwoven with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|heavy electrum wristcuff centered with a series of six interlocking rings|name=&#039;&#039;&#039;heavy electrum wristcuff centered with a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopItem|t=i|slender diamondwood wristlet dangling a series of six interlocking rings|name=&#039;&#039;&#039;slender diamondwood wristlet dangling a series of six interlocking rings&#039;&#039;&#039;|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Warrior Mage&#039;s elemental charge.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Flounder Walkway=&lt;br /&gt;
==Chartreuse Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Chartreuse Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted red vanity, a wooden mismatched countertop and a dark scarred dresser.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=red vanity}}&lt;br /&gt;
{{ShopItem|t=i|delicate brown mirror painted with a face featuring bushy eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate white mirror painted with a face featuring inverted eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate red mirror featuring a face with lightning bolt-shaped eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|delicate blue mirror painted with a face featuring peaked eyebrows|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If raising your eyebrows isn&#039;t commanding the attention you deserve, maybe one of the mirrors here can help?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mismatched countertop}}&lt;br /&gt;
{{ShopItem|t=i|cracked mirror reflecting a distinguishing mark|name=cracked mirror reflecting a distinguishing mark|note=deeply furrowed line between the eyebrows|450}}&lt;br /&gt;
{{ShopItem|t=i|pearl mirror reflecting a distinguishing mark|name=pearl mirror reflecting a distinguishing mark|note=an ulcerated mass of scabrous tissue around the left eye|450}}&lt;br /&gt;
{{ShopItem|t=i|burnt mirror reflecting a distinguishing mark|name=burnt mirror reflecting a distinguishing mark|note=an inexorable streak of splaying black veins spreading along the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|crosshatched mirror reflecting a distinguishing mark|name=crosshatched mirror reflecting a distinguishing mark|note=an extensive mass of mottled burns extending up the cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of mirrors with different distinguishing marks.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=scarred dresser}}&lt;br /&gt;
{{ShopItem|t=i|lacquered mirror depicting an ashen scar|name=lacquered mirror depicting an ashen scar|note=an ashen scar sinuously curving across the bridge of the nose|450}}&lt;br /&gt;
{{ShopItem|t=i|rippled mirror reflecting a distinguishing mark|name=rippled mirror reflecting a distinguishing mark|note=an ugly and jagged scar across the neck|450}}&lt;br /&gt;
{{ShopItem|t=i|oval mirror reflecting a distinguishing mark|name=oval mirror reflecting a distinguishing mark|note= a series of three vertical scars beneath the right eye|450}}&lt;br /&gt;
{{ShopItem|t=i|square mirror reflecting a distinguishing mark|name=square mirror reflecting a distinguishing mark|note=a series of four deep horizontal scars across the left cheek|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dresser holds a variety of mirrors with different scars.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Copper Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Copper Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted green vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=green vanity}}&lt;br /&gt;
{{ShopItem|t=i|tarnished mirror depicting a person with abyssal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|plain mirror depicting a person with unfocused eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blackened razaksel mirror depicting a person with fathomless eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|polished razaksel mirror depicting a person with watery eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The eyes have it.  And you can have the eyes, if you buy the right mirror here!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Heliotrope Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Heliotrope Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted heliotrope vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=heliotrope vanity}}&lt;br /&gt;
{{ShopItem|t=i|charcoal-hued mirror depicting a person with stormy eyes|note=stormy charcoal eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|blue seaglass mirror depicting a person with sea-blue eyes|note=sea-blue eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|green seaglass mirror depicting a person with sea-green eyes|note=sea-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|grey seaglass mirror depicting a person with sea-grey eyes|note=sea-grey eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|speckled mirror depicting a person with seafoam-green eyes|note=speckled seafoam-green eyes|450}}&lt;br /&gt;
{{ShopItem|t=i|covellite mirror depicting a person with ultramarine eyes|note=ultramarine eyes|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The sea changes colors dependent upon the light.  With these mirrors, your eyes can, too!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mauve Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Mauve Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted mauve vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=mauve vanity}}&lt;br /&gt;
{{ShopItem|t=i|burnished green gold compact set with a Saendalen emerald palm tree|3,000}}&lt;br /&gt;
{{ShopItem|t=i|polished smokewood compact featuring a brilliant inferno&#039;s heart flame|3,000}}&lt;br /&gt;
{{ShopItem|t=i|dainty silversteel compact sprinkled with blackberry miajho tarts|3,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If you like to change your looks without losing them, these compacts are your new best friend!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Taupe Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Taupe Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted taupe vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=taupe vanity}}&lt;br /&gt;
{{ShopItem|t=i|scratched mirror depicting a face with a scarred nose|note=deeply scarred nose|450}}&lt;br /&gt;
{{ShopItem|t=i|ornate mirror depicting a face with a patrician nose|note=refined patrician nose|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with a flat nose|note=broad, flat nose|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a face with a craggy nose|note=harsh, craggy nose|450}}&lt;br /&gt;
{{ShopItem|t=i|weighty mirror depicting a face with a fleshy nose|note=prominent fleshy nose|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;If the eyes are the window to the soul, then the nose is the window to ... nevermind.  If you thought too hard about that, you might want a new look for your nose.  Here, you can get just that.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lemon Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Lemon Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted lemon counter..&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted lemon counter}}&lt;br /&gt;
{{ShopItem|t=i|silver armlet bordered in symbolic anloral iconography|name=&#039;&#039;&#039;silver armlet bordered in symbolic anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|diacan armband embedded with jagged anloral icons|name=&#039;&#039;&#039;diacan armband embedded with jagged anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|glowing truegold wristcuff with anloral iconography|name=&#039;&#039;&#039;glowing truegold wristcuff with anloral iconography&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=i|ivory wristlet dappled with polished anloral icons|name=&#039;&#039;&#039;ivory wristlet dappled with polished anloral icons&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The items on the counter will help restore a Cleric&#039;s devotion.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Hazel Shop==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Hazel Shop&lt;br /&gt;
|desc=Surrounding the shop, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted hazel vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=painted hazel vanity}}&lt;br /&gt;
{{ShopItem|t=i|elegant mirror depicting a face with delicate ears|name=&#039;&#039;&#039;elegant mirror depicting a face with delicate ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror depicting a face with protruding ears|name=&#039;&#039;&#039;broad mirror depicting a face with protruding ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror depicting a face with lopsided ears|name=&#039;&#039;&#039;crooked mirror depicting a face with lopsided ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|petite mirror depicting a face with small ears|name=&#039;&#039;&#039;petite mirror depicting a face with small ears&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;These mirrors will change the appearance of your ears.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Snapper Walkway=&lt;br /&gt;
==Silver Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Silver Stand&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a shiny silver vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=silver vanity}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror painted with curls of sunflower blonde hair|note=sunflower blonde hair|450}}&lt;br /&gt;
{{ShopItem|t=i|smoky lilac mirror painted with wisterias|note=smoky lilac hair|450}}&lt;br /&gt;
{{ShopItem|t=i|round mirror painted in shades of white and black|note=salt and pepper hair|450}}&lt;br /&gt;
{{ShopItem|t=i|greasy brown mirror with oil stains on the back|note=greasy brown hair|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Hair.  If you&#039;ve got it, flaunt it.  If you&#039;re bored with it, maybe one of these colors will suit you better?&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Burgundy Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Burgundy Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted burgundy vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=burgundy vanity}}&lt;br /&gt;
{{ShopItem|t=i|bamboo mirror depicting a person of commanding height|note=commanding height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|lopsided oak mirror reflecting a person&#039;s height|note=of middling height for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|silver-framed mirror reflecting a person&#039;s height|note=of ordinary proportions for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|pale lavender mirror painted with a pint-sized figure|note=pint-sized for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror painted with a puny figure|note=puny for &amp;lt;a race&amp;gt;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Are you happy with your height?  Would you rather change your perspective?  You&#039;ve come to the right place.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Coral Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Coral Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall crystal display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crystal display}}&lt;br /&gt;
{{ShopItem|t=i|blackened moonsilver spider icon poised to display a blood ruby hourglass|750}}&lt;br /&gt;
{{ShopItem|t=i|umbral damite panther icon with eyes of midnight onyx|750}}&lt;br /&gt;
{{ShopItem|t=i|tarnished steel goshawk icon set within a nest of khor&#039;vela|750}}&lt;br /&gt;
{{ShopItem|t=i|menacing glaes shark icon set within a windsteel hurricane|750}}&lt;br /&gt;
{{ShopItem|t=i|windsteel albatross icon silhouetted within a compass rose|750}}&lt;br /&gt;
{{ShopItem|t=i|ammolite dolphin icon affixed to a base of Imperial coral|750}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;I thought at first the boss said these were to put holes in weapons, but no.  They&#039;re not.  Charging up holy weapons does not put holes in them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Violet Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Violet Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted violet vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=violet vanity}}&lt;br /&gt;
{{ShopItem|t=i|mottled oval mirror reflecting a person&#039;s skin color|note=blackhead-marred chalky white skin|450}}&lt;br /&gt;
{{ShopItem|t=i|pocked white oval mirror reflecting a person&#039;s skin color|note=cellulite-dimpled pale skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval lilac-hued mirror reflecting a person&#039;s skin color|note=liver-spotted skin|450}}&lt;br /&gt;
{{ShopItem|t=i|crystalline mirror with a body-shaped handle painted midnight black|note=midnight black skin|450}}&lt;br /&gt;
{{ShopItem|t=i|cougar-pelt mirror featuring a blank face with warm caramel-hued skin|note=warm caramel-hued skin|450}}&lt;br /&gt;
{{ShopItem|t=i|oval tawny mirror reflecting a person&#039;s skin color|note=tawny skin|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Does your skin-tone change with the seasons?  Do you want it to?  These mirrors could do the trick!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pink Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Pink Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted pink vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=pink vanity}}&lt;br /&gt;
{{ShopItem|t=i|river willow mirror depicting a person with a sleek build|note=a sleek figure|450}}&lt;br /&gt;
{{ShopItem|t=i|sweet chestnut mirror reflecting a person&#039;s build|note=a sloppy figure|450}}&lt;br /&gt;
{{ShopItem|t=i|pearwood mirror reflecting a person&#039;s build|note=a pear-shaped figure|450}}&lt;br /&gt;
{{ShopItem|t=i|oval oravir mirror reflecting a person&#039;s build|note=an elephantine figure|450}}&lt;br /&gt;
{{ShopItem|t=i|hexagonal haon mirror reflecting a person&#039;s build|note=a coltish figure|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Some people diet or lift weights to change their build.  Good on them.  You could do that, or you could just buy these mirrors, and skip all the hard work!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Peach Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Peach Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see some brass hanging hooks and a tall steel rack.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=brass hanging hooks}}&lt;br /&gt;
{{ShopItem|t=i|snow-white lotusweave reticule pinned with an iceblink peridot|name=&#039;&#039;&#039;snow-white lotusweave reticule pinned with an iceblink peridot&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|tiny fractalline bag embroidered with maddening abstract reflections|name=&#039;&#039;&#039;tiny fractalline bag embroidered with maddening abstract reflections&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|barkcloth poke with grass-woven drawstrings|name=&#039;&#039;&#039;barkcloth poke with grass-woven drawstrings&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|grimwood kit set with a demon gaze agate cabochon|name=&#039;&#039;&#039;grimwood kit set with a demon gaze agate cabochon&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;A note on the hooks reads: &amp;quot;The containers on the hooks are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=steel rack}}&lt;br /&gt;
{{ShopItem|t=i|whimsical spun rainbow pouch cinched with fractalline cords|name=&#039;&#039;&#039;whimsical spun rainbow pouch cinched with fractalline cords&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|discrete smokewhorl wallet|name=&#039;&#039;&#039;discrete smokewhorl wallet&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|elegant Taisidon silkcress purse fringed with luminescent starshine beads|name=&#039;&#039;&#039;elegant Taisidon silkcress purse fringed with luminescent starshine beads&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopItem|t=i|polished blackwood case speckled with a multitude of night sky citrines|name=&#039;&#039;&#039;polished blackwood case speckled with a multitude of night sky citrines&#039;&#039;&#039;|2,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The containers on the rack are autoloot containers that can hold up to one-hundred items.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Southern Dogfish Walkway=&lt;br /&gt;
==Sapphire Stall==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Sapphire Stall&lt;br /&gt;
|desc=Surrounding the stall, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted sapphire vanity and a bright sapphire countertop.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire vanity}}&lt;br /&gt;
{{ShopItem|t=i|silver mirror painted with a fluffy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|bronze mirror painted with a long bushy Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|platinum mirror painted with a black-tipped Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopItem|t=i|gold mirror painted with a ridiculously long Prydaen&#039;s tail|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;They say your characteristics are inborn, but if you could improve them, wouldn&#039;t you?  These mirrors may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=sapphire countertop}}&lt;br /&gt;
{{ShopItem|t=i|brass mirror depicting a Prydaen with dull black fur|name=brass mirror depicting a Prydaen with dull black fur|450}}&lt;br /&gt;
{{ShopItem|t=i|rencate mirror depicting a Prydaen with glossy white fur|name=rencate mirror depicting a Prydaen with glossy white fur|450}}&lt;br /&gt;
{{ShopItem|t=i|copper mirror depicting a Prydaen with mangy brown fur|name=copper mirror depicting a Prydaen with mangy brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror depicting a Prydaen with silky grey fur|name=mirror depicting a Prydaen with silky grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cocobolo mirror depicting a Prydaen with sea-grey fur|450}}&lt;br /&gt;
{{ShopItem|t=i|whitethorn mirror depicting a Prydaen with ghostly white fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The countertop holds a variety of Prydaen fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Saffron Pushcart==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Saffron Pushcart&lt;br /&gt;
|desc=Surrounding the pushcart, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a painted saffron vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|lunat mirror depicting a S&#039;Kra Mur with wavy sea-blue scales|450}}&lt;br /&gt;
{{ShopItem|t=i|adderwood mirror depicting a S&#039;Kra Mur with glistening sea-grey scales|450}}&lt;br /&gt;
{{ShopItem|t=i|witchclaw mirror depicting a S&#039;Kra Mur with ghostly white scales|450}}&lt;br /&gt;
{{ShopItem|t=i|cypress mirror depicting a S&#039;Kra Mur with shimmering sea-green scales|450}}&lt;br /&gt;
{{ShopItem|t=i|oaken mirror depicting a S&#039;Kra Mur with a keeled tail|450}}&lt;br /&gt;
{{ShopItem|t=i|sea-blue mirror depicting a S&#039;Kra face with a short snout|450}}&lt;br /&gt;
{{ShopItem|t=i|Musparan green mirror depicting a S&#039;Kra face with a long snout|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;Scales and tails need no improvement, of course, but a little enhancement never hurt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=saffron vanity}}&lt;br /&gt;
{{ShopItem|t=i|driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest|name=&#039;&#039;&#039;driftwood mirror depicting a S&#039;Kra Mur with a fin-like head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest|name=&#039;&#039;&#039;rockwood mirror depicting a S&#039;Kra Mur with a hooded head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest|name=&#039;&#039;&#039;bogbirch mirror depicting a S&#039;Kra Mur with a viciously spiked head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest|name=&#039;&#039;&#039;khor&#039;vela mirror depicting a S&#039;Kra Mur with a wickedly barbed head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest|name=&#039;&#039;&#039;dragonwood mirror depicting a S&#039;Kra Mur with a frilled head crest&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The mirrors on the counter are for S&#039;Kra Mur crests.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crimson Booth==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Crimson Booth&lt;br /&gt;
|desc=Surrounding the booth, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a crimson counter, a crimson display and a crimson pedestal.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson counter}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|name=drake&#039;s heart amber wedding band carved in the shape of a snarling lioness|2,000}}&lt;br /&gt;
{{ShopItem|t=i|drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|name=drake&#039;s heart amber wedding band carved in the shape of a maned roaring lion|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue glaes wedding ring inlaid with dark xenomite stars|name=sky-blue glaes wedding ring inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopItem|t=i|blue-white glaes wedding band inlaid with dark xenomite stars|name=blue-white glaes wedding band inlaid with dark xenomite stars|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson display}}&lt;br /&gt;
}}&lt;br /&gt;
{{ShopItem|t=i|uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|name=uthamar wedding band inlaid with tiny lightning bolts formed of xenomite|2,000}}&lt;br /&gt;
{{ShopItem|t=i|indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|name=indurium wedding band inlaid with tiny fireballs formed of forest fire jasper|2,000}}&lt;br /&gt;
{{ShopItem|t=i|carved quelium wedding band embellished with a brilliant faceted glisior|name=carved quelium wedding band embellished with a brilliant faceted glisior|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding band adorned with a glittering faceted Katamba spine|name=sculpted quelium wedding band adorned with a glittering faceted Katamba spine|2,000}}&lt;br /&gt;
{{ShopItem|t=i|sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|name=sculpted quelium wedding ring embellished with tiny cerulean saedesh gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding rings and bands will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=crimson pedestal}}&lt;br /&gt;
{{ShopItem|t=i|Elven gold wedding torque capped with carved tiger lily carnelian blooms|name=Elven gold wedding torque capped with carved tiger lily carnelian blooms|2,000}}&lt;br /&gt;
{{ShopItem|t=i|green gold wedding torque capped with carved miajho gems|name=green gold wedding torque capped with carved miajho gems|2,000}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The wedding torques will permanently bond to the first wearer and are quite interactive.  They will also allow a person to use their bounded spouse&#039;s surname or in conjunction with their own surname.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Plum Kiosk==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Plum Kiosk&lt;br /&gt;
|desc=Surrounding the kiosk, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a large plumwood display.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=plumwood display}}&lt;br /&gt;
{{ShopItem|t=i|beachcomber&#039;s backpack made of glossy brilliantine|name=beachcomber&#039;s backpack made of glossy brilliantine|700}}&lt;br /&gt;
{{ShopItem|t=i|featherlette pack trimmed with bright white cording|name=featherlette pack trimmed with bright white cording|700}}&lt;br /&gt;
{{ShopItem|t=i|fae-woven silk backpack with an embroidered design|name=fae-woven silk backpack with an embroidered design|700}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The back-worn containers measure eighteen spans by thirteen spans by eight spans on the inside and can carry up to fifteen-hundred stones.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Periwinkle Stand==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Periwinkle Stall&lt;br /&gt;
|desc=Surrounding the stand, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a tall periwinkle counter and a wide periwinkle vanity.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle counter}}&lt;br /&gt;
{{ShopItem|t=i|sardonyx mirror depicting a Rakash with thick gingery red fur|name=sardonyx mirror depicting a Rakash with thick gingery red fur|450}}&lt;br /&gt;
{{ShopItem|t=i|granite mirror depicting a Rakash with grizzled greyish-brown fur|name=granite mirror depicting a Rakash with grizzled greyish-brown fur|450}}&lt;br /&gt;
{{ShopItem|t=i|cinnabar mirror depicting a Rakash with glittery gold fur|name=cinnabar mirror depicting a Rakash with glittery gold fur|450}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror depicting a Rakash with coarse black fur|name=marble mirror depicting a Rakash with coarse black fur|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The counter holds a variety of Rakash moonskin fur mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle vanity}}&lt;br /&gt;
{{ShopItem|t=i|hematite mirror depicting a Rakash with a disfigured muzzle|name=hematite mirror depicting a Rakash with a disfigured muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|flagstone mirror depicting a Rakash with a greying muzzle|name=flagstone mirror depicting a Rakash with a greying muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|sandstone mirror depicting a Rakash with a scarred muzzle|name=sandstone mirror depicting a Rakash with a scarred muzzle|450}}&lt;br /&gt;
{{ShopItem|t=i|pyrite mirror depicting a Rakash with a striking muzzle|name=pyrite mirror depicting a Rakash with a striking muzzle|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The vanity holds a variety of Rakash moonskin muzzle mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=periwinkle table}}&lt;br /&gt;
{{ShopItem|t=i|white mirror depicting a Rakash with a white-tipped tail|name=&#039;&#039;&#039;white mirror depicting a Rakash with a white-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror depicting a Rakash with a long bushy tail|name=&#039;&#039;&#039;blue mirror depicting a Rakash with a long bushy tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|red mirror depicting a Rakash with a gnawed-upon tail|name=&#039;&#039;&#039;red mirror depicting a Rakash with a gnawed-upon tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopItem|t=i|black mirror depicting a Rakash with a black-tipped tail|name=&#039;&#039;&#039;black mirror depicting a Rakash with a black-tipped tail&#039;&#039;&#039;|450}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The table holds a variety of Rakash moonskin tail mirrors.  Please look at them to see how they would appear on you.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Puce Alcove==&lt;br /&gt;
{{ShopDescription|roomname=A&#039;baya Esplanade, At a Puce Alcove&lt;br /&gt;
|desc=Surrounding the alcove, colorful tapestries advertise the wonders of the available merchandise.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a polished diamondwood buffet.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious paths: out.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=polished diamondwood buffet}}&lt;br /&gt;
{{ShopItem|t=i|polished silversteel dinner bell with a Taisidonian pearl clapper|3,500}}&lt;br /&gt;
{{ShopItem|t=i|blown-glass hand bell with a Taisidon emerald clapper|3,500}}&lt;br /&gt;
{{ShopFootnote|&amp;quot;The dinner bell will summon a sideboard with a chef&#039;s carving station that serves prime rib and some accompaniments.  The hand bell will summon a bar with drinks.  Both bells can summon their respective sideboard and bar for forty-five minutes with a three-day cooldown.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=User:SPICYDIAPSID&amp;diff=595452</id>
		<title>User:SPICYDIAPSID</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:SPICYDIAPSID&amp;diff=595452"/>
		<updated>2022-09-17T06:27:43Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Micro-Transaction Event Cost Planners */ Taisidon Cost Planner is ready.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RTOC}}&lt;br /&gt;
;Here be spreadsheets.&lt;br /&gt;
&lt;br /&gt;
=Quality of Life Stuff=&lt;br /&gt;
==[[Alteration|Alteration]] Thesaurus==&lt;br /&gt;
Work in Progress project intended to be a helpful source for inspiration, approved synonyms, lists of Elanthian colors, and more.  Feedback, suggestions, and edits that improve it are welcome.&lt;br /&gt;
* [[User:SPICYDIAPSID/Altersaurus|Altersaurus]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[:Category:Microtrans_events|Micro-Transaction Event Cost Planners]]==&lt;br /&gt;
These cost planners are maintained on Google sheets and are intended as a way to remove the obfuscation of item costs and create shopping lists that display total costs based on configurable settings such as subscription type and simucoin package.  If you have found an error with one, have feedback, or feature suggestions/requests, please check the How To Use tab on any sheet for contact information.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!MT Event!!Cost Planner Link!!Current Status&lt;br /&gt;
|-&lt;br /&gt;
||[[:Category:Aesthene&#039;s Close|Aesthene&#039;s Close: the Timekeeper&#039;s Broken Device]]&lt;br /&gt;
||https://tinyurl.com/AestheneCloseCosts&lt;br /&gt;
||Ready for loot update. Last updated 2022.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Drathrok&#039;s Duskruin|Drathrok&#039;s Duskruin]]&lt;br /&gt;
||https://tinyurl.com/DuskruinCosts&lt;br /&gt;
||Ready for loot update. Last updated 2022.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Droughtman&#039;s Challenge|Droughtman&#039;s Challenge]]&lt;br /&gt;
||https://tinyurl.com/DroughtmanCosts&lt;br /&gt;
||Ready for loot update. Last updated 2022.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:House of the Revenant Fang|House of the Revenant Fang]]&lt;br /&gt;
||https://tinyurl.com/RevenantFangCosts&lt;br /&gt;
||Ready for loot update.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Sleeping Dragon Corn Maze|Sleeping Dragon Corn Maze]]&lt;br /&gt;
||https://tinyurl.com/CornMazeCosts&lt;br /&gt;
||Ready for loot update.   Last updated 2021.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Su Helmas|Su Helmas]]&lt;br /&gt;
||https://tinyurl.com/SuHelmasCosts&lt;br /&gt;
||Ready for loot update.  Last updated 2022.&lt;br /&gt;
|-&lt;br /&gt;
|[[:Category:Taisidon Mystery|Taisidon Mystery Cruise]]&lt;br /&gt;
||https://tinyurl.com/TaisidonMysteryCosts&lt;br /&gt;
||Updated for 2022.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Number Converter Script (Genie)==&lt;br /&gt;
This script will accept either a global variable name or a string of text and will attempt to convert it from a string to an integer.  If it is not provided with a global variable name, it will return the result in a global variable named &#039;&#039;$numConvertResult&#039;&#039;.  It will also echo out the results into the Game window.  It is suggested that you have a trigger set up to make the initial variable setting as well as the script call.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;Raw Script&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
###############################&lt;br /&gt;
###    Number Convert&lt;br /&gt;
###############################&lt;br /&gt;
# This script will accept a global variable OR a string of text and attempt to convert it from a string to an integer.&lt;br /&gt;
# If providing a global variable, the script will overwrite the variable provided with the integer result.&lt;br /&gt;
# If providing a string, the script will set the global variable numConvertResult equal to the integer result.&lt;br /&gt;
#&lt;br /&gt;
# It is suggested that you have a trigger set up to make the initial variable setting as well as the script call.&lt;br /&gt;
# Example Triggers:&lt;br /&gt;
#  #trigger {^You sense (.*) slivers from (Katamba|Xibar|Yavash) suitable for use in Telekinetic Throw orbiting your head\.$} {#var slivers $1; #send .numConvert slivers ; #echo &amp;gt;Log [Moonblade] Slivers - $slivers} {moonblade}&lt;br /&gt;
#  #trigger {^There are (.*) non-ammunition items inside your .*.$} {#var nonAmmo $1; #send .numConvert nonAmmo}&lt;br /&gt;
#  #trigger {^You count .* in .* and see there (is|are) (.*) left\.$} {#var ammoCount $2; #send .numConvert ammoCount}&lt;br /&gt;
#  #trigger {^You count .* bolt(s)? in .* and see there (is|are) (.*) left\.$} {#var boltCount $3; #send .numConvert boltCount}&lt;br /&gt;
#&lt;br /&gt;
# Usage:  .scriptName variableName&lt;br /&gt;
#         .scriptName textToConvert&lt;br /&gt;
#    ie:&lt;br /&gt;
#         .numConvert ammoCount&lt;br /&gt;
#         .numConvert thirty-two&lt;br /&gt;
###############################&lt;br /&gt;
###    VARIABLES&lt;br /&gt;
###############################&lt;br /&gt;
var num 0&lt;br /&gt;
var wordBig hundred|thousand&lt;br /&gt;
var wordTens twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety|eighty&lt;br /&gt;
var wordOnes one|two|three|four|five|six|seven|eight|nine&lt;br /&gt;
var wordTeens ten|eleven|twelve|thirteen|fourteen|sixteen|seventeen|eighteen|nineteen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    PARAMETERS&lt;br /&gt;
###############################&lt;br /&gt;
if_1 then {&lt;br /&gt;
    if ((matchre(&amp;quot;%1&amp;quot;, &amp;quot;^\d+$&amp;quot;)) || (matchre(&amp;quot;$%1&amp;quot;, &amp;quot;^\d+$&amp;quot;))) then {&lt;br /&gt;
        echo [numConvert] Detected integer provided.  Exiting.&lt;br /&gt;
        exit&lt;br /&gt;
    }&lt;br /&gt;
    if (contains(&amp;quot;$%1&amp;quot;, &amp;quot;$&amp;quot;)) then {&lt;br /&gt;
        echo [numConvert] Detected non-variable provided.  Returning results in \\$numConvertResult.&lt;br /&gt;
        var varName numConvertResult&lt;br /&gt;
        var numWord %0&lt;br /&gt;
        # Initialize numConvertResult.&lt;br /&gt;
        if (!($numConvertResult &amp;gt; 0)) then {&lt;br /&gt;
            put #var numConvertResult 0&lt;br /&gt;
        }&lt;br /&gt;
    } else {&lt;br /&gt;
        var varName %1&lt;br /&gt;
        var numWord $%varName&lt;br /&gt;
    }&lt;br /&gt;
    goto convert-main&lt;br /&gt;
} else {&lt;br /&gt;
    goto convert-error&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    MAIN&lt;br /&gt;
###############################&lt;br /&gt;
convert-main:&lt;br /&gt;
    var str %numWord&lt;br /&gt;
    gosub convert-replaceTeens&lt;br /&gt;
    gosub convert-replaceOnes&lt;br /&gt;
    gosub convert-replaceTens&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot; thousand&amp;quot;, &amp;quot;000 +&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot; hundred&amp;quot;, &amp;quot;00 +&amp;quot;)&lt;br /&gt;
    evalmath num (%str)&lt;br /&gt;
    put #var %varName %num&lt;br /&gt;
    goto convert-exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###############################&lt;br /&gt;
###    UTILITY&lt;br /&gt;
###############################&lt;br /&gt;
convert-error:&lt;br /&gt;
    put #echo &amp;gt;Log [numConvert] Called without providing a parameter.  Usage:  .scriptName varName or .scriptName stringToConvert.&lt;br /&gt;
    echo *********************&lt;br /&gt;
    echo Number Convert Error&lt;br /&gt;
    echo *********************&lt;br /&gt;
    echo You must call this script with a parameter of either a global variable such as ammoCount or with a string of text to convert.&lt;br /&gt;
    echo If providing a global variable, the script will overwrite the variable provided with the integer result.&lt;br /&gt;
    echo If providing a string, the script will set the global variable numConvertResult equal to the integer result.&lt;br /&gt;
    echo&lt;br /&gt;
    echo Examples:&lt;br /&gt;
    echo            .scriptName ammoCount&lt;br /&gt;
    echo            .scriptName thirty-two&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-exit:&lt;br /&gt;
    pause .2&lt;br /&gt;
    echo [numConvert] \\$%varName = $%varName.&lt;br /&gt;
    # Parse added below for users calling this script from another or using triggers to capture the result.  Uncomment it if you prefer this method.&lt;br /&gt;
    # put #parse [numConvert] $%varName&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceOnes:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;zero&amp;quot;, &amp;quot; 0&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-one&amp;quot;, &amp;quot; + 1&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-two&amp;quot;, &amp;quot; + 2&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-three&amp;quot;, &amp;quot; + 3&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-four&amp;quot;, &amp;quot; + 4&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-five&amp;quot;, &amp;quot; + 5&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-six&amp;quot;, &amp;quot; + 6&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-seven&amp;quot;, &amp;quot; + 7&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-eight&amp;quot;, &amp;quot; + 8&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;-nine&amp;quot;, &amp;quot; + 9&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;one&amp;quot;, &amp;quot; 1&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;two&amp;quot;, &amp;quot; 2&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;three&amp;quot;, &amp;quot; 3&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;four&amp;quot;, &amp;quot; 4&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;five&amp;quot;, &amp;quot; 5&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;six&amp;quot;, &amp;quot; 6&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seven&amp;quot;, &amp;quot; 7&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eight&amp;quot;, &amp;quot; 8&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;nine&amp;quot;, &amp;quot; 9&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceTeens:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;ten&amp;quot;, &amp;quot; 10&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eleven&amp;quot;, &amp;quot; 11&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;twelve&amp;quot;, &amp;quot; 12&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;thirteen&amp;quot;, &amp;quot; 13&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fourteen&amp;quot;, &amp;quot; 14&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fifteen&amp;quot;, &amp;quot; 15&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;sixteen&amp;quot;, &amp;quot; 16&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seventeen&amp;quot;, &amp;quot; 17&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eighteen&amp;quot;, &amp;quot; 18&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;nineteen&amp;quot;, &amp;quot; 19&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
convert-replaceTens:&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;twenty&amp;quot;, &amp;quot; 20&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;thirty&amp;quot;, &amp;quot; 30&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;forty&amp;quot;, &amp;quot; 40&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;fifty&amp;quot;, &amp;quot; 50&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;sixty&amp;quot;, &amp;quot; 60&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;seventy&amp;quot;, &amp;quot; 70&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;eighty&amp;quot;, &amp;quot; 80&amp;quot;)&lt;br /&gt;
    eval str replacere(&amp;quot;%str&amp;quot;, &amp;quot;ninety&amp;quot;, &amp;quot; 90&amp;quot;)&lt;br /&gt;
    return&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sorcery Finder==&lt;br /&gt;
Lists ideal spells for sorcery that are available on scrolls and denotes if they are available as a [[runic tattoo]].  Results can be configured based on guild, spell type, spell difficulty, and whether or not to include higher risk spells.  (See [[Sorcery]] for more details on risks and backlash.)  This spreadsheet will never suggest spells with the highest risk for mana type, however, these can be found on the Spell List tab.&lt;br /&gt;
* https://tinyurl.com/SorceryFinder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Stuff=&lt;br /&gt;
==Feature Mirror Idea Drive==&lt;br /&gt;
Open access spreadsheet to submit [[Feature Alteration]] ideas for mirrors.  This was provided to staff in December 2021.&lt;br /&gt;
*https://tinyurl.com/FeatureDesignIdeas&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Player_suggestions_for_Guilds&amp;diff=594550</id>
		<title>Player suggestions for Guilds</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Player_suggestions_for_Guilds&amp;diff=594550"/>
		<updated>2022-08-26T04:03:36Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Empath */ Added suggestion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RTOC}}&lt;br /&gt;
==Barbarian==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Add darkvision to Owl form || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Allow berserks and meditations to be individually ended || 60 second hard cooldown on Famine and Volcano berserks.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || New Ability  || 1-slot metaspell called Wyvern form that adds a +Expertise boost to Dragon form. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Add +Offhand to Dragon form to bring in line with Oath of the Firstborn. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Remove hard cooldown timer from Mana Torment roar. || Barbarian roars&#039; poor ability to ablate vs. willpower barriers and the voice pool system already balances the roar.  Roar would be very niche even without hard timer, and abilities such as HULP have no such cooldown.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Overall Guild Design  || Remove hard cap on number of forms and meditations that can be run simultaneously, or add masteries to expand the total number available. || Significant balance repercussions.  Will need to be evaluated by GMs.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Fix Staunch/Dispel meditations so they are truly &amp;quot;free.&amp;quot;  They currently do not check number of active meditations (i.e. they bypass the meditation limit) but then count as an active meditation themselves. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Redesign CHOKE as a Barbarian-only grappling ACM. || Need for grapple and built-in ACM cooldown should be sufficient balance.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Rakkor|| Ability Rebalance  || Increase damage mitigation on Tenacity || Tenacity is a purposefully weak ability, balanced around mitigation from Volcano. Volcano has been nerfed. Tenacity should be brought in line with other middle-of-the-pack barriers.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Rakkor|| Ability Rebalance  || Increase damage mitigation on Toad || Toad is a purposefully weak ability, balanced around mitigation from Volcano. Volcano has been nerfed. Toad should be brought in line with other middle-of-the-pack barriers.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bard==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Rakkor || Spell Update  || DALU - Change contest from mind/willpower to contesting /fortitude || Bards need a Debil that does not contest /willpower. DALU is the obvious choice.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Update  || Update all debilitations such as Misdirection, DALU, DEMA, etc to the current debilitation contests. Currently attacker gets no benefit at full prep. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Remove the ability for the Naga to turn and engage the Bard in BTN. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Completely redesign GJ. Make it a pulsing Charm vs. Willpower which attempts to dispel 1 opponent spell each pulse. Call it something completely different if needed for Lore purposes. || Will need to be evaluated.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Consolidate HODI and BOTF into 1 single spell. || Increase spell slot cost to 3.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Significantly increase the damage of Scream Concussive. Make it armor piercing, unable to be parried, impact damage weighted. || Possibly change cooldown RT.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Change the function of Scream Dissonance. Charm vs. Fort stun, disarm, head damage somewhat similar to mental blast. || Possibly change cooldown RT.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Remove the -DISC for Bluff Amaze. Increase bonus to Charisma to +20%. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Quality of Life || Vastly increase the Inspiration pool, or vastly increase the rate of it&#039;s natural regen. || No balancing needed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cleric==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Cleric || Rakkor || Spell Rebalance || Remove 4th pulse from capped AE cast. ||  In a post barrier review world where everyone is squishier, the top end damage of AE needs to be toned down as a first of potentially several measures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Empath==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Empath|| SPICYDIAPSID || Expansion of Existing System || Expand the existing Manipulate system with additional functionality, such as also viewing anyone the Empath has a Link with as a friend. ||  Manipulate is an thematically interesting ability that could extend well for group contexts.  It would need global limits, timeouts, and learning cooldowns with the suggested expansion.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Moon Mage==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Moon Mage || Rakkor || Spell Rebalance || Remove 3rd meta tier, capping accuracy and damage at second meta tier RE: Burn and IFL ||  Since the inception of Iyqaromos Fire-Lens, Burn has not been a spell in their arsenal, it has been the spell in their arsenal. In a post barrier review world where everyone is squishier, the top end damage of a full-strength IFL-empowered Burn needs to be toned down.&lt;br /&gt;
|-&lt;br /&gt;
| Moon Mage || SPICYDIAPSID || Spell Rebalance || Roll the effects of Shape Moonblade into Moonblade.  Leave Moonblade at 1 spell slot. || Curreny Shape Moonblade genuinely feels as though it should be a part of the base spell or that it should do something more substantial a la Empower Moonblade.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Necromancer==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Necromancer|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Paladin==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Paladin|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ranger==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Rakkor || Quality of Life || Provide messaging for when SK is able to be used against same target again.  || No balancing needed. &lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Reduce Syamelyo Kuniyo spell slot cost.  || Overpriced for its utility.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || &amp;quot;Cast Plague&amp;quot; option for Awaken Forest to directly produce plague spawn if PLS is known.&lt;br /&gt;
  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Bear Strength a normal buff, move status protection to new battle spell, adjust slot cost.  || Unnecessary holdover from Held Mana spell system.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Give Carrion Call bonus damage/effects against corporeal undead if Plague of Scavengers is known, a la old PLS.  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Carrion Call Area of Effect.  || Ranger TM spells lack variety.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Devitalize DFA (ignore evasion, only block?), target vitality directly.  || Ranger TM spells lack variety / targeting fatigue is a poor effect.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add meta spell for Essence of Yew to choose one strong SvS resistance instead of weak omni resist. || Add adaptability to jack-of-all guild.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add meta spell to provide Targeted Magic buff to See the Wind  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add toggle on/off to 3rd party cast messaging for Oath of the Firstborn.  Actual oath doesn&#039;t seem to matter but can be OOC for the character  || Currently based only on race.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add nerve poison to Harawep&#039;s Bonds.  || Underpowered spell, previously had poison - nerve damage is immune to SvS damage ban.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Change Beseech Wind to Refresh to long duration pulsing effect.  || Currently has no value.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Quadruple duration and reduce activation time for Beseech Elanthia to Petrify.  || Currently has limited value.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Beseech Dark to Sing - add passive spot, toggle off 3rd party messaging or reduce spam, remove stun/prone at end, allow use when not already in dark area.  || Overly punishing for limited utility.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Quality of Life || Add &amp;quot;Perceive Nature&amp;quot; or similar ability - brief RT to sense current bonus level and nature level of the room in greater detail without requiring howling and pacing.  || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Thief==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Thief|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trader==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Rakkor || Spell Update || Add a 1 slot, bog standard reactor that protects against both Physical and Elemental || Their current reactors are useless for PvP purposes, but are great in PvE. Rather than continue to tweak TRC and IR and unbalance them in PvE, a new spell should be added to handle the PvP gap. See submission from the &amp;quot;Design a Spell&amp;quot; contest at Simucon.&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || New Spell || Single-target hard CC spell (stun, immobilize, or stun/unconscious).  || Traders completely lack reliable CC outside of speculate coin, which has many limitations.  A spell-based option would be a huge boon.&lt;br /&gt;
|-  &lt;br /&gt;
| Trader || Malkien || New Spell || Target magic training spell that does not consume Starlight Aura.  || Non-sorcerous training options that don&#039;t consume SLA would make young Traders much easier.&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || New Spell || SvS protection spell, suggested ablative barrier vs. reflex or vs. fortitude. || Traders don&#039;t have much native SvS protection.  A moderate-powered SvS barrier that contests one of the three defenses would be useful, particularly a vs. fortitude or vs. reflex barrier (no one outside Barbarians currently has a vs. reflex barrier).   &lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || Overall Guild Design || Review contests of current (and upcoming) SvS abilities to provide consistency in offensive contest selection.  || Traders only have three native debil abilities and they are all different contests (magic, spirit, and finesse).  I would personally suggest Trader spells lean hard into the charm contest to give their guild magic a unique flavor outside of bog-standard magic and mind contests.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Warrior Mage==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Warrior Mage || Rakkor || Spell Update || Add a 1 slot, bog standard reactor that protects against both Physical and Elemental || Like other unique barriers, GI continues to be troublesome to balance. A repeat hit to the same area in X number of seconds can be devastating, but those same hits spaced out over a protracted period of time are inconsequential. Rather than continue to tweak GI and unbalance it for PvE, a new spell should be added to handle the PvP gap.&lt;br /&gt;
|-&lt;br /&gt;
| Warrior Mage || Rakkor || Spell Update || 3% damage reduction to Lightning Bolt || Lightning Bolt continues to perform slightly too well in the post barrier review reality. Pure elemental damage spells are really strong, especially with the frequency that the spell can be targeted when used by a Warrior Mage with Pathway Quickness. A minor damage tweak is needed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Guilds &amp;amp; Commoners==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| All Guilds || Rakkor || Update AIM functionality to both load and aim a held aimed weapon in the same manner that TARGET both preps and “aims” a targeted magic spell at a hostile. || Allows AIMed weapons to be viable in PvP.&lt;br /&gt;
|-&lt;br /&gt;
| All Guilds || Rakkor || Vitality protection added to all guild spellbook reactors in a non-stacking fashion || By adding the vitality protection to all guild spellbook reactors, this will increase build diversity and allow for additional experimentation and optimization. Note, running more than one guild spellbook reactor will not double the vitality protection, it is hard capped at 10%.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
 {{cat|player suggestions}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Player_suggestions_for_Guilds&amp;diff=594549</id>
		<title>Player suggestions for Guilds</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Player_suggestions_for_Guilds&amp;diff=594549"/>
		<updated>2022-08-26T03:57:19Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Added suggestion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RTOC}}&lt;br /&gt;
==Barbarian==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Add darkvision to Owl form || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Allow berserks and meditations to be individually ended || 60 second hard cooldown on Famine and Volcano berserks.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || New Ability  || 1-slot metaspell called Wyvern form that adds a +Expertise boost to Dragon form. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Add +Offhand to Dragon form to bring in line with Oath of the Firstborn. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Remove hard cooldown timer from Mana Torment roar. || Barbarian roars&#039; poor ability to ablate vs. willpower barriers and the voice pool system already balances the roar.  Roar would be very niche even without hard timer, and abilities such as HULP have no such cooldown.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Overall Guild Design  || Remove hard cap on number of forms and meditations that can be run simultaneously, or add masteries to expand the total number available. || Significant balance repercussions.  Will need to be evaluated by GMs.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Quality of Life  || Fix Staunch/Dispel meditations so they are truly &amp;quot;free.&amp;quot;  They currently do not check number of active meditations (i.e. they bypass the meditation limit) but then count as an active meditation themselves. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Malkien || Ability Rebalance  || Redesign CHOKE as a Barbarian-only grappling ACM. || Need for grapple and built-in ACM cooldown should be sufficient balance.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Rakkor|| Ability Rebalance  || Increase damage mitigation on Tenacity || Tenacity is a purposefully weak ability, balanced around mitigation from Volcano. Volcano has been nerfed. Tenacity should be brought in line with other middle-of-the-pack barriers.&lt;br /&gt;
|-&lt;br /&gt;
| Barbarian || Rakkor|| Ability Rebalance  || Increase damage mitigation on Toad || Toad is a purposefully weak ability, balanced around mitigation from Volcano. Volcano has been nerfed. Toad should be brought in line with other middle-of-the-pack barriers.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bard==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Rakkor || Spell Update  || DALU - Change contest from mind/willpower to contesting /fortitude || Bards need a Debil that does not contest /willpower. DALU is the obvious choice.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Update  || Update all debilitations such as Misdirection, DALU, DEMA, etc to the current debilitation contests. Currently attacker gets no benefit at full prep. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Remove the ability for the Naga to turn and engage the Bard in BTN. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Completely redesign GJ. Make it a pulsing Charm vs. Willpower which attempts to dispel 1 opponent spell each pulse. Call it something completely different if needed for Lore purposes. || Will need to be evaluated.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Spell Rebalance || Consolidate HODI and BOTF into 1 single spell. || Increase spell slot cost to 3.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Significantly increase the damage of Scream Concussive. Make it armor piercing, unable to be parried, impact damage weighted. || Possibly change cooldown RT.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Change the function of Scream Dissonance. Charm vs. Fort stun, disarm, head damage somewhat similar to mental blast. || Possibly change cooldown RT.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Ability Rebalance || Remove the -DISC for Bluff Amaze. Increase bonus to Charisma to +20%. || No balancing needed.&lt;br /&gt;
|-&lt;br /&gt;
| Bard || Tambellis || Quality of Life || Vastly increase the Inspiration pool, or vastly increase the rate of it&#039;s natural regen. || No balancing needed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Cleric==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Cleric || Rakkor || Spell Rebalance || Remove 4th pulse from capped AE cast. ||  In a post barrier review world where everyone is squishier, the top end damage of AE needs to be toned down as a first of potentially several measures.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Empath==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Empath|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Moon Mage==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Moon Mage || Rakkor || Spell Rebalance || Remove 3rd meta tier, capping accuracy and damage at second meta tier RE: Burn and IFL ||  Since the inception of Iyqaromos Fire-Lens, Burn has not been a spell in their arsenal, it has been the spell in their arsenal. In a post barrier review world where everyone is squishier, the top end damage of a full-strength IFL-empowered Burn needs to be toned down.&lt;br /&gt;
|-&lt;br /&gt;
| Moon Mage || SPICYDIAPSID || Spell Rebalance || Roll the effects of Shape Moonblade into Moonblade.  Leave Moonblade at 1 spell slot. || Curreny Shape Moonblade genuinely feels as though it should be a part of the base spell or that it should do something more substantial a la Empower Moonblade.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Necromancer==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Necromancer|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Paladin==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Paladin|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ranger==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Rakkor || Quality of Life || Provide messaging for when SK is able to be used against same target again.  || No balancing needed. &lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Reduce Syamelyo Kuniyo spell slot cost.  || Overpriced for its utility.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || &amp;quot;Cast Plague&amp;quot; option for Awaken Forest to directly produce plague spawn if PLS is known.&lt;br /&gt;
  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Bear Strength a normal buff, move status protection to new battle spell, adjust slot cost.  || Unnecessary holdover from Held Mana spell system.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Give Carrion Call bonus damage/effects against corporeal undead if Plague of Scavengers is known, a la old PLS.  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Carrion Call Area of Effect.  || Ranger TM spells lack variety.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Make Devitalize DFA (ignore evasion, only block?), target vitality directly.  || Ranger TM spells lack variety / targeting fatigue is a poor effect.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add meta spell for Essence of Yew to choose one strong SvS resistance instead of weak omni resist. || Add adaptability to jack-of-all guild.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add meta spell to provide Targeted Magic buff to See the Wind  || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add toggle on/off to 3rd party cast messaging for Oath of the Firstborn.  Actual oath doesn&#039;t seem to matter but can be OOC for the character  || Currently based only on race.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Spell Update || Add nerve poison to Harawep&#039;s Bonds.  || Underpowered spell, previously had poison - nerve damage is immune to SvS damage ban.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Change Beseech Wind to Refresh to long duration pulsing effect.  || Currently has no value.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Quadruple duration and reduce activation time for Beseech Elanthia to Petrify.  || Currently has limited value.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Beseech Update || Beseech Dark to Sing - add passive spot, toggle off 3rd party messaging or reduce spam, remove stun/prone at end, allow use when not already in dark area.  || Overly punishing for limited utility.&lt;br /&gt;
|-&lt;br /&gt;
| Ranger || Xelten || Quality of Life || Add &amp;quot;Perceive Nature&amp;quot; or similar ability - brief RT to sense current bonus level and nature level of the room in greater detail without requiring howling and pacing.  || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Thief==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Thief|| - || - || - ||  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trader==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Rakkor || Spell Update || Add a 1 slot, bog standard reactor that protects against both Physical and Elemental || Their current reactors are useless for PvP purposes, but are great in PvE. Rather than continue to tweak TRC and IR and unbalance them in PvE, a new spell should be added to handle the PvP gap. See submission from the &amp;quot;Design a Spell&amp;quot; contest at Simucon.&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || New Spell || Single-target hard CC spell (stun, immobilize, or stun/unconscious).  || Traders completely lack reliable CC outside of speculate coin, which has many limitations.  A spell-based option would be a huge boon.&lt;br /&gt;
|-  &lt;br /&gt;
| Trader || Malkien || New Spell || Target magic training spell that does not consume Starlight Aura.  || Non-sorcerous training options that don&#039;t consume SLA would make young Traders much easier.&lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || New Spell || SvS protection spell, suggested ablative barrier vs. reflex or vs. fortitude. || Traders don&#039;t have much native SvS protection.  A moderate-powered SvS barrier that contests one of the three defenses would be useful, particularly a vs. fortitude or vs. reflex barrier (no one outside Barbarians currently has a vs. reflex barrier).   &lt;br /&gt;
|-&lt;br /&gt;
| Trader || Malkien || Overall Guild Design || Review contests of current (and upcoming) SvS abilities to provide consistency in offensive contest selection.  || Traders only have three native debil abilities and they are all different contests (magic, spirit, and finesse).  I would personally suggest Trader spells lean hard into the charm contest to give their guild magic a unique flavor outside of bog-standard magic and mind contests.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Warrior Mage==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| Warrior Mage || Rakkor || Spell Update || Add a 1 slot, bog standard reactor that protects against both Physical and Elemental || Like other unique barriers, GI continues to be troublesome to balance. A repeat hit to the same area in X number of seconds can be devastating, but those same hits spaced out over a protracted period of time are inconsequential. Rather than continue to tweak GI and unbalance it for PvE, a new spell should be added to handle the PvP gap.&lt;br /&gt;
|-&lt;br /&gt;
| Warrior Mage || Rakkor || Spell Update || 3% damage reduction to Lightning Bolt || Lightning Bolt continues to perform slightly too well in the post barrier review reality. Pure elemental damage spells are really strong, especially with the frequency that the spell can be targeted when used by a Warrior Mage with Pathway Quickness. A minor damage tweak is needed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Guilds &amp;amp; Commoners==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Player Suggestions for Guilds&lt;br /&gt;
|-&lt;br /&gt;
! Guild !! Suggestor !! Category !! Suggestion !! Balance Notes&lt;br /&gt;
|-&lt;br /&gt;
| All Guilds || Rakkor || Update AIM functionality to both load and aim a held aimed weapon in the same manner that TARGET both preps and “aims” a targeted magic spell at a hostile. || Allows AIMed weapons to be viable in PvP.&lt;br /&gt;
|-&lt;br /&gt;
| All Guilds || Rakkor || Vitality protection added to all guild spellbook reactors in a non-stacking fashion || By adding the vitality protection to all guild spellbook reactors, this will increase build diversity and allow for additional experimentation and optimization. Note, running more than one guild spellbook reactor will not double the vitality protection, it is hard capped at 10%.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
 {{cat|player suggestions}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Ashy_mirror_depicting_a_face_with_a_large_burn_scar_over_the_right_cheek&amp;diff=592997</id>
		<title>Item:Ashy mirror depicting a face with a large burn scar over the right cheek</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Ashy_mirror_depicting_a_face_with_a_large_burn_scar_over_the_right_cheek&amp;diff=592997"/>
		<updated>2022-07-30T08:04:03Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a [FaceCharacter] face with &amp;#039;&amp;#039;&amp;#039;a large burn scar over the right c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a [FaceCharacter] face with &#039;&#039;&#039;a large burn scar over the right cheek&#039;&#039;&#039;.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=dwarf, elf, elothean, gnome, gor&#039;tog, halfling, human, kaldar, rakash&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You believe that this is a magical mirror designed to permanently alter the appearance of your distinguishing mark. This mirror can be used by Humans, Dwarves, Elves, Gor&#039;Togs, Halflings, Gnomes, Elotheans, Kaldar, and Rakash. You believe you can: GAZE at the mirror to see what you will look like with your new distinguishing mark. KISS the mirror to make the change permanent. Note that this will destroy the mirror.&lt;br /&gt;
&lt;br /&gt;
;{{com|KISS}}&lt;br /&gt;
:You place your lips to the mirror, and you see yourself, but with an altered appearance.&lt;br /&gt;
:You place your lips to the mirror, and you feel your body change. The mirror vanishes in a wisp of smoke.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Battered_mirror_depicting_a_roughly_scarred_face&amp;diff=592996</id>
		<title>Item:Battered mirror depicting a roughly scarred face</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Battered_mirror_depicting_a_roughly_scarred_face&amp;diff=592996"/>
		<updated>2022-07-30T08:03:42Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a [FaceCharacter] face with &amp;#039;&amp;#039;&amp;#039;several scars and gashes from past...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a [FaceCharacter] face with &#039;&#039;&#039;several scars and gashes from past battles&#039;&#039;&#039;.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=dwarf, elf, elothean, gnome, gor&#039;tog, halfling, human, kaldar, rakash&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You believe that this is a magical mirror designed to permanently alter the appearance of your distinguishing mark. This mirror can be used by Humans, Dwarves, Elves, Gor&#039;Togs, Halflings, Gnomes, Elotheans, Kaldar, and Rakash. You believe you can: GAZE at the mirror to see what you will look like with your new distinguishing mark. KISS the mirror to make the change permanent. Note that this will destroy the mirror.&lt;br /&gt;
&lt;br /&gt;
;{{com|KISS}}&lt;br /&gt;
:You place your lips to the mirror, and you see yourself, but with an altered appearance.&lt;br /&gt;
:You place your lips to the mirror, and you feel your body change. The mirror vanishes in a wisp of smoke.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Misshapen_mirror_reflecting_a_face_with_claw_marks_scarring_the_jaw_and_neck&amp;diff=592994</id>
		<title>Item:Misshapen mirror reflecting a face with claw marks scarring the jaw and neck</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Misshapen_mirror_reflecting_a_face_with_claw_marks_scarring_the_jaw_and_neck&amp;diff=592994"/>
		<updated>2022-07-30T07:58:13Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a [FaceCharacter] face with &#039;&#039;&#039;a handful of large claw marks scarring the jaw and neck&#039;&#039;&#039;.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=dwarf, elf, elothean, gnome, gor&#039;tog, halfling, human, kaldar, rakash&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
STUDY: You believe that this is a magical mirror designed to permanently alter the appearance of your distinguishing mark.&lt;br /&gt;
This mirror can be used by Humans, Dwarves, Elves, Gor&#039;Togs, Halflings, Gnomes, Elotheans, Kaldar, and Rakash.&lt;br /&gt;
You believe you can:&lt;br /&gt;
GAZE at the mirror to see what you will look like with your new distinguishing mark.&lt;br /&gt;
KISS the mirror to make the change permanent.  Note that this will destroy the mirror.&lt;br /&gt;
&lt;br /&gt;
KISS 1: You place your lips to the mirror, and you see yourself, but with an altered appearance.&lt;br /&gt;
&lt;br /&gt;
KISS 2: You place your lips to the mirror, and you feel your body change.  The mirror vanishes in a wisp of smoke.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Slender_mirror_painted_with_a_gracefully_slender_figure&amp;diff=592993</id>
		<title>Item:Slender mirror painted with a gracefully slender figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Slender_mirror_painted_with_a_gracefully_slender_figure&amp;diff=592993"/>
		<updated>2022-07-30T07:55:51Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;gracefully slender&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;gracefully slender&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sculpted_mirror_painted_with_a_dutifully_sculpted_figure&amp;diff=592992</id>
		<title>Item:Sculpted mirror painted with a dutifully sculpted figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sculpted_mirror_painted_with_a_dutifully_sculpted_figure&amp;diff=592992"/>
		<updated>2022-07-30T07:55:45Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;dutifully sculpted&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;dutifully sculpted&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Compact_mirror_painted_with_a_spritely_compact_figure&amp;diff=592991</id>
		<title>Item:Compact mirror painted with a spritely compact figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Compact_mirror_painted_with_a_spritely_compact_figure&amp;diff=592991"/>
		<updated>2022-07-30T07:55:38Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;spritely compact&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;spritely compact&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=12500&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Stretched_mirror_painted_with_a_limberly_agile_figure&amp;diff=592990</id>
		<title>Item:Stretched mirror painted with a limberly agile figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Stretched_mirror_painted_with_a_limberly_agile_figure&amp;diff=592990"/>
		<updated>2022-07-30T07:50:03Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;limberly agile&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;limberly agile&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sturdy_pine_mirror_painted_with_a_thickset_figure&amp;diff=592989</id>
		<title>Item:Sturdy pine mirror painted with a thickset figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sturdy_pine_mirror_painted_with_a_thickset_figure&amp;diff=592989"/>
		<updated>2022-07-30T07:48:06Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;thickset&amp;#039;&amp;#039;&amp;#039; figure.    Male:  You hav...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;thickset&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;thickset&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=pine&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Slender_white_mirror_painted_with_a_nimble_figure&amp;diff=592988</id>
		<title>Item:Slender white mirror painted with a nimble figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Slender_white_mirror_painted_with_a_nimble_figure&amp;diff=592988"/>
		<updated>2022-07-30T07:43:37Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;nimble&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;nimble&#039;&#039;&#039; build.&lt;br /&gt;
|CTag=white&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Broad_mirror_painted_with_a_broad-bottomed_figure&amp;diff=592987</id>
		<title>Item:Broad mirror painted with a broad-bottomed figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Broad_mirror_painted_with_a_broad-bottomed_figure&amp;diff=592987"/>
		<updated>2022-07-30T07:42:37Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;broad-bottomed&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;broad-bottomed&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Broad_mirror_painted_with_a_broad-bottomed_figure&amp;diff=592986</id>
		<title>Item:Broad mirror painted with a broad-bottomed figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Broad_mirror_painted_with_a_broad-bottomed_figure&amp;diff=592986"/>
		<updated>2022-07-30T07:42:17Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039; figure.    Male:  You have (Feat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039; &#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039; &#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Uneven_mirror_painted_with_a_ploddingly_disproportionate_figure&amp;diff=592985</id>
		<title>Item:Uneven mirror painted with a ploddingly disproportionate figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Uneven_mirror_painted_with_a_ploddingly_disproportionate_figure&amp;diff=592985"/>
		<updated>2022-07-30T07:41:58Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;ploddingly disproportionate&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;ploddingly disproportionate&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Fractured_mirror_painted_with_a_witheringly_frail_figure&amp;diff=592984</id>
		<title>Item:Fractured mirror painted with a witheringly frail figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Fractured_mirror_painted_with_a_witheringly_frail_figure&amp;diff=592984"/>
		<updated>2022-07-30T07:41:47Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;witheringly frail&amp;#039;&amp;#039;&amp;#039; figure.    Male:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;witheringly frail&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;witheringly frail&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Bent_mirror_painted_with_an_awkwardly_uncoordinated_figure&amp;diff=592983</id>
		<title>Item:Bent mirror painted with an awkwardly uncoordinated figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Bent_mirror_painted_with_an_awkwardly_uncoordinated_figure&amp;diff=592983"/>
		<updated>2022-07-30T07:41:14Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;awkwardly uncoordinated&amp;#039;&amp;#039;&amp;#039; figure....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;awkwardly uncoordinated&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;awkwardly uncoordinated&#039;&#039;&#039; build.&lt;br /&gt;
|MTag=-&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Uneven_mirror_painted_with_a_ploddingly_disproportionate_figure&amp;diff=592982</id>
		<title>Item:Uneven mirror painted with a ploddingly disproportionate figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Uneven_mirror_painted_with_a_ploddingly_disproportionate_figure&amp;diff=592982"/>
		<updated>2022-07-30T07:40:27Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;ploddingly disproportionate&amp;#039;&amp;#039;&amp;#039; figure...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;ploddingly disproportionate&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;ploddingly disproportionate&#039;&#039;&#039; build.&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Slender_mirror_painted_with_a_gracefully_slender_figure&amp;diff=592981</id>
		<title>Item:Slender mirror painted with a gracefully slender figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Slender_mirror_painted_with_a_gracefully_slender_figure&amp;diff=592981"/>
		<updated>2022-07-30T07:39:47Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;gracefully slender&amp;#039;&amp;#039;&amp;#039; figure.    Male...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;gracefully slender&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;gracefully slender&#039;&#039;&#039; build.&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sculpted_mirror_painted_with_a_dutifully_sculpted_figure&amp;diff=592980</id>
		<title>Item:Sculpted mirror painted with a dutifully sculpted figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sculpted_mirror_painted_with_a_dutifully_sculpted_figure&amp;diff=592980"/>
		<updated>2022-07-30T07:39:11Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;dutifully sculpted&amp;#039;&amp;#039;&amp;#039; figure.    Male...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;dutifully sculpted&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;dutifully sculpted&#039;&#039;&#039; build.&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Stretched_mirror_painted_with_a_limberly_agile_figure&amp;diff=592979</id>
		<title>Item:Stretched mirror painted with a limberly agile figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Stretched_mirror_painted_with_a_limberly_agile_figure&amp;diff=592979"/>
		<updated>2022-07-30T07:38:37Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;limberly agile&amp;#039;&amp;#039;&amp;#039; figure.    Male:  Y...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;limberly agile&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;limberly agile&#039;&#039;&#039; build.&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Slender_white_mirror_painted_with_a_nimble_figure&amp;diff=592978</id>
		<title>Item:Slender white mirror painted with a nimble figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Slender_white_mirror_painted_with_a_nimble_figure&amp;diff=592978"/>
		<updated>2022-07-30T07:37:33Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039; figure.    Male:  You have (Feat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039; &#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039; &#039;&#039;&#039; build.&lt;br /&gt;
|CTag=white&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Hefty_mirror_painted_with_a_strapping_figure&amp;diff=592977</id>
		<title>Item:Hefty mirror painted with a strapping figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Hefty_mirror_painted_with_a_strapping_figure&amp;diff=592977"/>
		<updated>2022-07-30T07:35:54Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=&#039;&#039;Your current full feature look updated with a strapping figure.&#039;&#039;&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
* Updates your build to &#039;&#039;a strapping figure&#039;&#039;.&lt;br /&gt;
{{cat|Feature modifiers,Build changers}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Naturally_plated_wyvern_hide_with_rich_dragon%27s_scale_sapphire_eyes&amp;diff=592975</id>
		<title>Item:Naturally plated wyvern hide with rich dragon&#039;s scale sapphire eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Naturally_plated_wyvern_hide_with_rich_dragon%27s_scale_sapphire_eyes&amp;diff=592975"/>
		<updated>2022-07-30T05:25:21Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=hide&lt;br /&gt;
|look=The huge skull of the wyvern is afforded a lifelike vibrancy by the deep blue spheres with a scaly appearance stuffed into its eyesockets.  Dark leather ties allow the skin to be secured, and the skull is arranged so the former predator&#039;s teeth clench the shoulder of the wearer when worn.&lt;br /&gt;
|MTag=wyvern hide,dragon&#039;s scale sapphire,sapphire&lt;br /&gt;
|CTag=blue&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pockets&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the wyvern hide.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Compact_mirror_painted_with_a_spritely_compact_figure&amp;diff=592344</id>
		<title>Item:Compact mirror painted with a spritely compact figure</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Compact_mirror_painted_with_a_spritely_compact_figure&amp;diff=592344"/>
		<updated>2022-07-24T04:06:46Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  Female: You have (Features) and a &amp;#039;&amp;#039;&amp;#039;spritely compact&amp;#039;&amp;#039;&amp;#039; figure.    Male:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
Female: You have (Features) and a &#039;&#039;&#039;spritely compact&#039;&#039;&#039; figure.&lt;br /&gt;
&lt;br /&gt;
Male:  You have (Features) and a &#039;&#039;&#039;spritely compact&#039;&#039;&#039; build.&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=12500&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Drathrok%27s_Duskruin_442/Drathrok%27s_Assemblage&amp;diff=592338</id>
		<title>Drathrok&#039;s Duskruin 442/Drathrok&#039;s Assemblage</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Drathrok%27s_Duskruin_442/Drathrok%27s_Assemblage&amp;diff=592338"/>
		<updated>2022-07-24T04:03:33Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: /* Violet Showroom */ Added notes for tokens.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disambig2|Drathrok&#039;s Assemblage}}&lt;br /&gt;
{{Store At A Glance&lt;br /&gt;
|Store Name=Drathrok&#039;s Assemblage&lt;br /&gt;
|Town=-&lt;br /&gt;
|Province=Zoluren&lt;br /&gt;
|Owner=Drathrok{{!}}Drathrok Duskruin&lt;br /&gt;
|Store Type=Crafting,Magic,Weapon&lt;br /&gt;
|Fest=Drathrok&#039;s Duskruin 442&lt;br /&gt;
|NumRooms=11&lt;br /&gt;
|MapNumber=-&lt;br /&gt;
|Coin=bloodscrip&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Bolded&#039;&#039;&#039; items are new.&lt;br /&gt;
[[rare source::true| ]]&lt;br /&gt;
==Front Rooms==&lt;br /&gt;
===Entry===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Entry&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see SOME SURFACES.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: south.}}&lt;br /&gt;
&lt;br /&gt;
{{RTOC}}&lt;br /&gt;
{{ShopHeader|title=On the teak display}}&lt;br /&gt;
{{ShopItem|t=i|white comb|name=&#039;&#039;&#039;white comb&#039;&#039;&#039;|note=Darkmist abyss monkey armed with a skeletal kobold femur|600}}&lt;br /&gt;
{{ShopItem|t=i|chalky comb|name=&#039;&#039;&#039;chalky comb&#039;&#039;&#039;|note=Darkmist abyss monkey draped in strands of clattering bone fragments|600}}&lt;br /&gt;
{{ShopItem|t=i|blue comb|name=&#039;&#039;&#039;blue comb&#039;&#039;&#039;|note=Ratha sewer monkey adorned in an elaborately plumed black tricorn hat|600}}&lt;br /&gt;
{{ShopItem|t=i|green comb|name=&#039;&#039;&#039;green comb&#039;&#039;&#039;|note=Ratha sewer monkey wearing a skull-and-crossbones flag as a makeshift ascot|600}}&lt;br /&gt;
{{ShopItem|t=i|brown comb|name=&#039;&#039;&#039;brown comb&#039;&#039;&#039;|note=Theren tunnel monkey armored in miniscule segments of rusted plate|600}}&lt;br /&gt;
{{ShopItem|t=i|stony comb|name=&#039;&#039;&#039;stony comb&#039;&#039;&#039;|note=Theren tunnel monkey brandishing a tiny stone-carved Keep|600}}&lt;br /&gt;
{{ShopItem|t=i|sandy comb|name=&#039;&#039;&#039;sandy comb&#039;&#039;&#039;|note=Muspar&#039;i palace monkey regally dressed in bleached sand-hued silk robes|600}}&lt;br /&gt;
{{ShopItem|t=i|shiny comb|name=&#039;&#039;&#039;shiny comb&#039;&#039;&#039;|note=Muspar&#039;i palace monkey wearing an elaborately wrapped gold silk turban|600}}&lt;br /&gt;
{{ShopItem|t=i|grey comb|name=&#039;&#039;&#039;grey comb&#039;&#039;&#039;|note=Asketi catacomb monkey shrouded in burlap rags|600}}&lt;br /&gt;
{{ShopItem|t=i|black comb|name=&#039;&#039;&#039;black comb&#039;&#039;&#039;|note=Asketi catacomb monkey wearing a miniature pitch-black horn|600}}&lt;br /&gt;
{{ShopItem|t=i|small comb|name=&#039;&#039;&#039;small comb&#039;&#039;&#039;|note=light grey monkey wearing a set of ripped cloth pants and a black eye-patch|600}}&lt;br /&gt;
{{ShopItem|t=i|dark comb|name=&#039;&#039;&#039;dark comb&#039;&#039;&#039;|note=night-black monkey with bright red eyes|600}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;These single-use combs will change your monkey&#039;s appearance in elaborate ways.  You will not be able to use randomizer appearance combs after using one of these combs.  Study the different combs to see what they do!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the oak table}}&lt;br /&gt;
{{ShopItem|t=i|copper comb|name=&#039;&#039;&#039;copper comb&#039;&#039;&#039;|note=new article|20}}&lt;br /&gt;
{{ShopItem|t=i|bronze comb|name=&#039;&#039;&#039;bronze comb&#039;&#039;&#039;|note=new adjective|20}}&lt;br /&gt;
{{ShopItem|t=i|silver comb|name=&#039;&#039;&#039;silver comb&#039;&#039;&#039;|note=new noun|20}}&lt;br /&gt;
{{ShopItem|t=i|gold comb|name=&#039;&#039;&#039;gold comb&#039;&#039;&#039;|note=new article + adjective|20}}&lt;br /&gt;
{{ShopItem|t=i|platinum comb|name=&#039;&#039;&#039;platinum comb&#039;&#039;&#039;|note=new article + adjective + noun|20}}&lt;br /&gt;
{{ShopFootnote|A note on the table reads: &amp;quot;These single-use combs will change your monkey&#039;s appearance.  Study the different combs to see what they do!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the wooden stand}}&lt;br /&gt;
{{ShopItem|t=i|steelsilk arm pouch embroidered with crossed swords|200}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;The pouch on the stand holds a random incidental found in the Arena, Maze, and Heist, but is NOT an artifact from Heist!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the telothian bookstand}}&lt;br /&gt;
{{ShopItem|t=i|reinforced almanac bound with midnight-blue titanese|50000}}&lt;br /&gt;
{{ShopItem|t=i|slender almanac bound between polished kertig plates|50000}}&lt;br /&gt;
{{ShopFootnote|A note on the bookstand reads: &amp;quot;The SLENDER almanac will teach a random WEAPON skill, while the REINFORCED almanac will teach a random ARMOR skill.  As a reminder, neither almanac will teach a guild skill.  Guild skills are only taught with the general random-skill almanac or the specific-skill almanac.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the alabaster pedestal}}&lt;br /&gt;
{{ShopItem|t=i|raw silk talisman pouch stitched with a red and gold dragon|201900}}&lt;br /&gt;
{{ShopFootnote|A note on the pedestal reads: &amp;quot;Dragons?  Well, if you insist.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the lacquered counter}}&lt;br /&gt;
{{ShopItem|t=i|giant trinket|12000}}&lt;br /&gt;
{{ShopItem|t=i|Pentathar trinket|12000}}&lt;br /&gt;
{{ShopItem|t=i|yeehar trinket|12000}}&lt;br /&gt;
{{ShopFootnote|A note on the counter reads: &amp;quot;These rideable creations and creatures are very peaceful.  Mostly.  Ride in style!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the small pinky (which is on an upraised hand)}}&lt;br /&gt;
{{ShopItem|t=i|balmy rat pomade|67}}&lt;br /&gt;
{{ShopItem|t=i|stinky rat pomade|67}}&lt;br /&gt;
{{ShopFootnote|A note on the pinky reads: &amp;quot;The pomades make rats friendlier or more aggressive!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the crooked thumb (which is on an upraised hand)}}&lt;br /&gt;
{{ShopItem|t=i|syrupy rat serum|33}}&lt;br /&gt;
{{ShopItem|t=i|greasy rat serum|33}}&lt;br /&gt;
{{ShopItem|t=i|goopy rat serum|33}}&lt;br /&gt;
{{ShopItem|t=i|bubbly rat serum|33}}&lt;br /&gt;
{{ShopItem|t=i|fizzy rat serum|33}}&lt;br /&gt;
{{ShopFootnote|A note on the thumb reads: &amp;quot;The serums increase different abilities|your rat.  Study the serums to see what they do!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|On the index finger (which is on an upraised hand)}}&lt;br /&gt;
{{ShopItem|t=i|heavy rat chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|colorful rat chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|light rat chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|light pig chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|heavy pig chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|cracked pig chalk|20}}&lt;br /&gt;
{{ShopItem|t=i|colorful pig chalk|20}}&lt;br /&gt;
{{ShopFootnote|A note on the finger reads: &amp;quot;The single-use chalk will change your rat or pig&#039;s appearance.  Study the different chalk to see what they do!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Silver Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Silver Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see SOME SURFACES.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, east, south, west.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * {{ShopHeader|title=shop surface}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * {{ShopFootnote|&amp;quot;Notes on shop surface or tip about items&amp;quot;}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * {{ShopItem|t=i|item tap|note=notes about item|cost}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * {{ShopItem|t=s|shield tap|note=notes about shield|cost}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * {{ShopItem|t=w|weapon tap|note=notes about weapon|cost}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * |} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the ornate column}}&lt;br /&gt;
{{ShopItem|t=i|clockwork windsteel ring featuring miniature articulated wings|name=&#039;&#039;&#039;clockwork windsteel ring featuring miniature articulated wings&#039;&#039;&#039;|55000}}&lt;br /&gt;
{{ShopFootnote|A note on the column reads: &amp;quot;This ring will summon an ornithopter flying mount to call your very own!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the sky-blue trunk}}&lt;br /&gt;
{{ShopItem|t=i|golden eagle feather strung on a heartname leather cord|name=&#039;&#039;&#039;golden eagle feather strung on a heartname leather cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|red hawk feather strung on a kau leather cord|name=&#039;&#039;&#039;red hawk feather strung on a kau leather cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|grey owl feather strung on a kirmiko cord|name=&#039;&#039;&#039;grey owl feather strung on a kirmiko cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|brown vulture feather strung on a gravecloth cord|name=&#039;&#039;&#039;rown vulture feather strung on a gravecloth cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|black raven feather strung on a smokewhorl cord|name=&#039;&#039;&#039;black raven feather strung on a smokewhorl cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|white dove feather strung on a faesilk cord|name=&#039;&#039;&#039;white dove feather strung on a faesilk cord&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|stormfire topaz ring spiral-set in platinum|name=&#039;&#039;&#039;stormfire topaz ring spiral-set in platinum&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|cloud turquoise ring spiral-set in ivory|name=&#039;&#039;&#039;cloud turquoise ring spiral-set in ivory&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|frost opal ring spiral-set in silver|name=&#039;&#039;&#039;frost opal ring spiral-set in silver&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopItem|t=i|rainbow sapphire ring spiral-set in gold|name=&#039;&#039;&#039;rainbow sapphire ring spiral-set in gold&#039;&#039;&#039;|51000}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;The feathers will summon different types of flying bird mounts.  The rings will summon different types of flying cloud mounts.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the short display}}&lt;br /&gt;
{{ShopItem|t=i|lightly woven canvas net|name=&#039;&#039;&#039;lightly woven canvas net&#039;&#039;&#039;|20}}&lt;br /&gt;
{{ShopItem|t=i|heavily woven burlap net|name=&#039;&#039;&#039;heavily woven burlap net&#039;&#039;&#039;|20}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;These items are single-use nets to attempt to web your opponent.  The canvas nets are light thrown and the burlap nets are heavy thrown!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the tall stand}}&lt;br /&gt;
{{ShopItem|t=i|wide canvas bag|name=&#039;&#039;&#039;wide canvas bag&#039;&#039;&#039;|1100}}&lt;br /&gt;
{{ShopItem|t=i|wide burlap sack|name=&#039;&#039;&#039;ide burlap sack&#039;&#039;&#039;|1100}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;The canvas bag is a stacker for 50 lightly woven canvas nets and the burlap sack is a stacker for 50 heavily woven burlap nets.  They each come fully loaded with a set of 50 nets already included!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the steel hooks}}&lt;br /&gt;
{{ShopItem|t=w|braided smokewhorl whip with fire whirl rubies set into a long tapered handle|name=&#039;&#039;&#039;braided smokewhorl whip with fire whirl rubies set into a long tapered handle&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|glittery diamond-hide whip dangling with heart-shaped rainbow sapphire charms|name=&#039;&#039;&#039;glittery diamond-hide whip dangling with heart-shaped rainbow sapphire charms&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|sleek ka&#039;hurst meteor hammer with twin star-shaped heads|name=&#039;&#039;&#039;sleek ka&#039;hurst meteor hammer with twin star-shaped heads&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|deadly meteor hammer featuring sparkling unicorn weights of polished uthamar|name=&#039;&#039;&#039;deadly meteor hammer featuring sparkling unicorn weights of polished uthamar&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|A note on the hooks reads: &amp;quot;The whips are light thrown weapons and meteor hammers are heavy thrown weapons, but they will never need to leave your hands!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the overturned bucket}}&lt;br /&gt;
{{ShopItem|t=i|woven bag|169}}&lt;br /&gt;
{{ShopFootnote|A note on the bucket reads: &amp;quot;The crafting material inside the woven bag can be anything!  Stone, leather, fabric, metal, bone, or dyes!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wooden counter}}&lt;br /&gt;
{{ShopItem|t=i|leather pouch|210}}&lt;br /&gt;
{{ShopItem|t=i|small chest|210}}&lt;br /&gt;
{{ShopItem|t=i|traveler&#039;s knapsack|210}}&lt;br /&gt;
{{ShopItem|t=i|sturdy backpack|210}}&lt;br /&gt;
{{ShopItem|t=i|large canvas sack|210}}&lt;br /&gt;
{{ShopFootnote|A note on the counter reads: These containers were assembled by Seamstress Zasele and associates.  She did not disclose the contents, though they each contain a random assortment of gems, coins, and materials.  Small chest will contain dyes, the backpack has bone stacks, the chest is metals, the pouch is fabrics, the knapsack is leather and the canvas sack will contain some kind of stone.  Choose carefully and good luck!  No refunds or exchanges!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the platinum tray}}&lt;br /&gt;
{{ShopItem|t=i|aurora opal|845}}&lt;br /&gt;
{{ShopItem|t=i|frostflare opal|845}}&lt;br /&gt;
{{ShopItem|t=i|glacier emerald|845}}&lt;br /&gt;
{{ShopItem|t=i|winter emerald|845}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;An exciting array of gems for you to decorate with!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the crooked shelf}}&lt;br /&gt;
{{ShopItem|t=i|crystal-bone stack|3365}}&lt;br /&gt;
{{ShopItem|t=i|finivire lumber|3365}}&lt;br /&gt;
{{ShopItem|t=i|fulginode boulder|3365}}&lt;br /&gt;
{{ShopItem|t=i|huge haledroth shard|3365}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;Don&#039;t like the weapons we made for those awful mice?  Make your own!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the cracked table}}&lt;br /&gt;
{{ShopItem|t=i|large crate|310}}&lt;br /&gt;
{{ShopFootnote|A note on the table reads: &amp;quot;Seamstress Zasele says this chest of metal is so heavy, it needs to be over here by itself.  She also mentioned the metal it might contain is generally worth more, so the price must rise.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Violet Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Silver Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see SOME SURFACES.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: east, south.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wooden toolbox}}&lt;br /&gt;
{{ShopItem|t=i|golden sack painted with a flask of oil|1375}}&lt;br /&gt;
{{ShopFootnote|A note on the toolbox reads: &amp;quot;The golden sack contains an oilskin pouch that creates its own supply of forging oil every 6 hours and can be worn on the belt!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the marble stand}}&lt;br /&gt;
{{ShopItem|t=i|compact wood-framed recliner with a golden rat emblem|575}}&lt;br /&gt;
{{ShopItem|t=i|parchment contract marked with the crest of the Traders&#039; Guild|575}}&lt;br /&gt;
{{ShopItem|t=i|urchin contract marked with the crest of the Traders&#039; Guild|575}}&lt;br /&gt;
{{ShopItem|t=i|Rundmolen lease|575}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;If you want a family vault, get a Rundmolen lease!  If you want to hire 60 urchin runners, then get a parchment contract.  If you&#039;re not sure how many you need, the urchin contract is good for 30 days of runners.  Or maybe you just want your own recliner chair.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the warped table}}&lt;br /&gt;
{{ShopItem|t=i|augmented gladiatorial armor instructions|3365}}&lt;br /&gt;
{{ShopItem|t=i|heavy combat boot instructions|3365}}&lt;br /&gt;
{{ShopItem|t=i|full-visored galea instructions|3365}}&lt;br /&gt;
{{ShopItem|t=i|augmented gladiatorial gauntlet instructions|3365}}&lt;br /&gt;
{{ShopItem|t=i|imbricated manica instructions|3365}}&lt;br /&gt;
{{ShopFootnote|A note on the table reads: &amp;quot;Each set of instructions on this table can be used three times!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wooden bookcase}}&lt;br /&gt;
{{ShopItem|t=i|Imperial banded-mail instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|Imperial quilted hauberk instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|Imperial hauberk instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|Imperial ringmail hauberk instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|serrated naginata instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|Imperial plate instructions|5045}}&lt;br /&gt;
{{ShopItem|t=i|balanced tonfa instructions|5045}}&lt;br /&gt;
{{ShopFootnote|A note on the bookcase reads: &amp;quot;Each set of instructions on the bookcase, tray, and box can be used once.  Samples of these items have been crafted with a 67% tyrium and 33% platinum mix, to show you what the possibilities are.  These samples are displayed on the wall.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the small box}}&lt;br /&gt;
{{ShopItem|t=i|phalanx sword instructions|5875}}&lt;br /&gt;
{{ShopFootnote|A note on the box reads: &amp;quot;The instructions on this box will allow for one use.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the sturdy tray}}&lt;br /&gt;
{{ShopItem|t=i|serrated parazonium instructions|8450}}&lt;br /&gt;
{{ShopItem|t=i|light pernach instructions|8450}}&lt;br /&gt;
{{ShopItem|t=i|Imperial spear instructions|8450}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The instructions on this tray will allow for one use.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the reinforced shelf}}&lt;br /&gt;
{{ShopItem|t=i|fully maned lion hide with brilliant godsmarked turquoise eyes|name=&#039;&#039;&#039;fully maned lion hide with brilliant godsmarked turquoise eyes&#039;&#039;&#039;|1600}}&lt;br /&gt;
{{ShopItem|t=i|thick frostweyr bearskin with gleaming iceblink peridot eyes|name=&#039;&#039;&#039;thick frostweyr bearskin with gleaming iceblink peridot eyes&#039;&#039;&#039;|1600}}&lt;br /&gt;
{{ShopItem|t=i|sleek firecat skin with scintillating fire whirl ruby eyes|name=&#039;&#039;&#039;sleek firecat skin with scintillating fire whirl ruby eyes&#039;&#039;&#039;|1600}}&lt;br /&gt;
{{ShopItem|t=i|naturally plated wyvern hide with rich dragon&#039;s scale sapphire eyes|name=&#039;&#039;&#039;naturally plated wyvern hide with rich dragon&#039;s scale sapphire eyes&#039;&#039;&#039;|1600}}&lt;br /&gt;
{{ShopItem|t=i|elegantly draped heartname leather cloak edged in bone warding beads|name=&#039;&#039;&#039;elegantly draped heartname leather cloak edged in bone warding beads&#039;&#039;&#039;|1600}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;These garments can provide moderate resistance to fear and intimidation!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the velvet cushion}}&lt;br /&gt;
{{ShopItem|t=i|diamondwood token engraved with sparkling eyes|name=&#039;&#039;&#039;diamondwood token engraved with sparkling eyes&#039;&#039;&#039;|note=glint in the eyes|4000}}&lt;br /&gt;
{{ShopItem|t=i|purple gold token engraved with a drum|name=&#039;&#039;&#039;purple gold token engraved with a drum&#039;&#039;&#039;|note=drumming fingers|4000}}&lt;br /&gt;
{{ShopItem|t=i|rough grimwood token engraved with a backward hand|name=&#039;&#039;&#039;rough grimwood token engraved with a backward hand&#039;&#039;&#039;|note=back of the hand|4000}}&lt;br /&gt;
{{ShopFootnote|A note on the cushion reads: &amp;quot;These tokens will change how you TOUCH others.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Orange Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Orange Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a suave mannequin with some ornate robes of deep purple dreamweave on it, an elaborate display with several things on it, a squat counter with several things on it, a short stand with several things on it, a scarred wooden vanity with several things on it, a polished mirrored rack with several things on it, a leather mat with a russet wand crafted to resemble a long sewing needle on it and a marble column with a treasure hunter&#039;s lirisan map tube with glowing truegold inlay on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, east, south.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the suave mannequin}}&lt;br /&gt;
{{ShopItem|t=i|ornate robes of deep purple dreamweave|3365}}&lt;br /&gt;
{{ShopFootnote|A note on the mannequin reads: &amp;quot;Just some lovely robes with deep pockets and a bit of liveliness to them.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the elaborate display}}&lt;br /&gt;
{{ShopItem|t=i|flamewood mirror reflecting a face with blazing eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|red-veined mirror reflecting a blank face with bloodshot eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|icesteel mirror reflecting a face with cold eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|filigreed mirror painted with a pair of disdainful eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|electrum mirror reflecting a face with electrifying eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|golden mirror reflecting a blank face with hawkish eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|dark mirror reflecting a blank face with sunken eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|steel mirror reflecting a blank face with piercing eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|animite mirror painted with hardened eyes|835}}&lt;br /&gt;
{{ShopItem|t=i|red-handled mirror painted with sleepy eyes|name=&#039;&#039;&#039;red-handled mirror painted with sleepy eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|ocean-blue mirror painted with observant eyes|name=&#039;&#039;&#039;ocean-blue mirror painted with observant eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|blue-handled mirror painted with alert eyes|name=&#039;&#039;&#039;blue-handled mirror painted with alert eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|sky-blue mirror painted with vigilant eyes|name=&#039;&#039;&#039;sky-blue mirror painted with vigilant eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|blood-red mirror painted with battle-worn eyes|name=&#039;&#039;&#039;blood-red mirror painted with battle-worn eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|wine-red mirror painted with tired eyes|name=&#039;&#039;&#039;wine-red mirror painted with tired eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|grass-green mirror painted with bug-like eyes|name=&#039;&#039;&#039;grass-green mirror painted with bug-like eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|sanguine-hued mirror painted with menacing eyes|name=&#039;&#039;&#039;sanguine-hued mirror painted with menacing eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|brick-red mirror painted with sluggishly lethargic eyes|name=&#039;&#039;&#039;brick-red mirror painted with sluggishly lethargic eyes&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;Beauty is in the eye of the beholder.  Look at each mirror to see how it may change how the world sees you!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the squat counter}}&lt;br /&gt;
{{ShopItem|t=i|wide mirror painted with a barrel-chested figure|835}}&lt;br /&gt;
{{ShopItem|t=i|large mirror painted with a broad-shouldered figure|835}}&lt;br /&gt;
{{ShopItem|t=i|cracked haon mirror painted with a cadaverous figure|835}}&lt;br /&gt;
{{ShopItem|t=i|long oak mirror painted with a rawboned figure|835}}&lt;br /&gt;
{{ShopItem|t=i|hefty mirror painted with a strapping figure|835}}&lt;br /&gt;
{{ShopItem|t=i|slim mirror painted with a sylphlike figure|835}}&lt;br /&gt;
{{ShopItem|t=i|round iron mirror painted with a tubby figure|835}}&lt;br /&gt;
{{ShopItem|t=i|small mirror painted with a small-waisted figure|835}}&lt;br /&gt;
{{ShopItem|t=i|crooked mirror painted with a humpbacked figure|835}}&lt;br /&gt;
{{ShopItem|t=i|compact mirror painted with a spritely compact figure|name=&#039;&#039;&#039;compact mirror painted with a spritely compact figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|stretched mirror painted with a limberly agile figure|name=&#039;&#039;&#039;stretched mirror painted with a limberly agile figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|sculpted mirror painted with a dutifully sculpted figure|name=&#039;&#039;&#039;sculpted mirror painted with a dutifully sculpted figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|slender mirror painted with a gracefully slender figure|name=&#039;&#039;&#039;slender mirror painted with a gracefully slender figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|uneven mirror painted with a ploddingly disproportionate figure|name=&#039;&#039;&#039;uneven mirror painted with a ploddingly disproportionate figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|bent mirror painted with an awkwardly uncoordinated figure|name=&#039;&#039;&#039;bent mirror painted with an awkwardly uncoordinated figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|fractured mirror painted with a witheringly frail figure|name=&#039;&#039;&#039;fractured mirror painted with a witheringly frail figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|broad mirror painted with a broad-bottomed figure|name=&#039;&#039;&#039;broad mirror painted with a broad-bottomed figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|slender white mirror painted with a nimble figure|name=&#039;&#039;&#039;slender white mirror painted with a nimble figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopItem|t=i|sturdy pine mirror painted with a thickset figure|name=&#039;&#039;&#039;sturdy pine mirror painted with a thickset figure&#039;&#039;&#039;|835}}&lt;br /&gt;
{{ShopFootnote|A note on the counter reads: &amp;quot;Thinner?  Heavier?  Look at each mirror to see how it may change how the world sees you!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the short stand}}&lt;br /&gt;
{{ShopItem|t=i|unremarkable mirror reflecting a modest height|835}}&lt;br /&gt;
{{ShopItem|t=i|graceful mirror reflecting a petite height|835}}&lt;br /&gt;
{{ShopItem|t=i|marble-framed mirror reflecting a statuesque height|835}}&lt;br /&gt;
{{ShopItem|t=i|small mirror reflecting an undersized height|835}}&lt;br /&gt;
{{ShopItem|t=i|blue mirror reflecting an unusually tall height|835}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;Taller?  Shorter?  Look at each mirror to see how it may change how the world sees you!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wooden vanity}}&lt;br /&gt;
{{ShopItem|t=i|marble mirror reflecting a distinguishing mark|note=&amp;lt;br&amp;gt;You have an acid burn mottling the left side of the cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|steel mirror reflecting a distinguishing mark|note=&amp;lt;br&amp;gt;You have an assortment of short, thin scars criss-crossing the right cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|maple mirror reflecting a distinguishing mark|note=&amp;lt;br&amp;gt;You have an expansive scar winding across the forehead and terminating through the left eyebrow|835}}&lt;br /&gt;
{{ShopItem|t=i|teak mirror reflecting a distinguishing mark|note=&amp;lt;br&amp;gt;You have an undulating scar across the cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|mistwood mirror painted with a figure with razor-thin scars along their jawline|note=&amp;lt;br&amp;gt;You have a series of razor-thin scars along the jawline|835}}&lt;br /&gt;
{{ShopItem|t=i|pine mirror painted with a figure with a puckered scar below their right eye|note=&amp;lt;br&amp;gt;You have a puckered scar below their right eye|835}}&lt;br /&gt;
{{ShopItem|t=i|peregan mirror painted with a figure with an inflamed scar down their cheek|note=&amp;lt;br&amp;gt;You have a jagged and inflamed scar running down the cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|birch mirror painted with a figure with a gruesomely scarred face|note=&amp;lt;br&amp;gt;You have a gruesome scar on one side|835}}&lt;br /&gt;
{{ShopItem|t=i|firestained mirror painted with an inflamed red scar|note=&amp;lt;br&amp;gt;You have an inflamed red scar across the temple|835}}&lt;br /&gt;
{{ShopItem|t=i|misshapen mirror reflecting a face with claw marks scarring the jaw and neck|name=&#039;&#039;&#039;misshapen mirror reflecting a face with claw marks scarring the jaw and neck&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a handful of large claw marks scarring the jaw and neck|835}}&lt;br /&gt;
{{ShopItem|t=i|battered mirror depicting a roughly scarred face|name=&#039;&#039;&#039;battered mirror depicting a roughly scarred face&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have several scars and gashes from past battles|835}}&lt;br /&gt;
{{ShopItem|t=i|ashy mirror depicting a face with a large burn scar over the right cheek|name=&#039;&#039;&#039;ashy mirror depicting a face with a large burn scar over the right cheek&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a large burn scar over the right check|835}}&lt;br /&gt;
{{ShopFootnote|A note on the vanity reads: &amp;quot;Scars can be distinguishing marks!  Look at each mirror to see how it may change how the world sees you!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the mirrored rack}}&lt;br /&gt;
{{ShopItem|t=i|flame-etched mirror depicting several fire shards on the forehead|name=&#039;&#039;&#039;flame-etched mirror depicting several fire shards on the forehead&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a series of comet-like fire shards painted in an arc across the forehead|835}}&lt;br /&gt;
{{ShopItem|t=i|ornate frosted mirror depicting glittered snowflakes on the cheeks|name=&#039;&#039;&#039;ornate frosted mirror depicting glittered snowflakes on the cheeks&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a swirl of glittered snowflakes painted on each cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|starry mirror depicting a lunar triquetra|name=&#039;&#039;&#039;starry mirror depicting a lunar triquetra&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a silvery triquetra linking the three moons painted upon a starry field on one cheek|835}}&lt;br /&gt;
{{ShopItem|t=i|floral mirror depicting thorned flowering vines|name=&#039;&#039;&#039;floral mirror depicting thorned flowering vines&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a mask of thorned vines covered in vibrant blooms painted across the face|835}}&lt;br /&gt;
{{ShopItem|t=i|feathered mirror depicting a white dove|name=&#039;&#039;&#039;feathered mirror depicting a white dove&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a painting of a white dove clutching a bundle of healing herbs on one side of the face|835}}&lt;br /&gt;
{{ShopItem|t=i|gleaming mirror depicting a pair of daggers|name=&#039;&#039;&#039;gleaming mirror depicting a pair of daggers&#039;&#039;&#039;|note=&amp;lt;br&amp;gt;You have a pair of daggers painted as if tumbling through the air on one cheek|835}}&lt;br /&gt;
{{ShopFootnote|A note on the rack reads: &amp;quot;Look at each mirror to see how these distinguishing marks may change how the world sees you!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the leather mat}}&lt;br /&gt;
{{ShopItem|t=i|russet wand crafted to resemble a long sewing needle|name=&#039;&#039;&#039;russet wand crafted to resemble a long sewing needle&#039;&#039;&#039;|15000}}&lt;br /&gt;
{{ShopFootnote|A note on the mat reads: &amp;quot;This wand will summon a spinning wheel and loom for outfitting needs!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the marble column}}&lt;br /&gt;
{{ShopItem|t=i|treasure hunter&#039;s lirisan map tube with glowing truegold inlay|name=&#039;&#039;&#039;treasure hunter&#039;s lirisan map tube with glowing truegold inlay&#039;&#039;&#039;|4000}}&lt;br /&gt;
{{ShopFootnote|A note on the column reads: &amp;quot;This tube can stack up to 20 treasure maps.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Blue Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Blue Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a sleek abyssal black kitten, a tiny stand with a darkened leather hip pouch branded with a rolled scroll on it, a delicate display with a few things on it, a pair of iron hooks with a gnarled lirisan staff on it, a ramshackle folding rack with several things on it, a vividly painted cabinet with several things on it, a driftwood trunk with several things on it, a painted sign with an arrow pointing at a driftwood trunk, a sturdy tray with a twisted crystal-bone spiral tipped with silversteel on it, a polished glass sundial with an iridescent inkpot-shaped dial etched with esoteric runes on it, a blank obsidian inkstand with a translucent blown-glass inkpot on it, a tall golden pulpit with a few things on it, a low marble altar with a couple of things on it and a gleaming pedestal with a yellow-green chrysoberyl inkpot on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, east.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the tiny stand}}&lt;br /&gt;
{{ShopItem|t=i|darkened leather hip pouch branded with a rolled scroll|165}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;I&#039;ve placed a single scroll within this pouch.  It could be some great lost spell from ages past, or it could be Air Bubble.  The only way to find out is to purchase it.  No refunds, returns or exchanges allowed!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the delicate display}}&lt;br /&gt;
{{ShopItem|t=i|devotional amulet carved from Idon&#039;s sapphire|845}}&lt;br /&gt;
{{ShopItem|t=i|series of diacan chains wrapped around an enormous flame opal|845}}&lt;br /&gt;
{{ShopItem|t=i|moradu-bone amulet strung from a rope of braided bloodstained bandages|845}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;Elemental chains, holy devotion, and bones that retain a semblance of life lend you a focus for your magical attention!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the iron hooks}}&lt;br /&gt;
{{ShopItem|t=i|gnarled lirisan staff|1650}}&lt;br /&gt;
{{ShopFootnote|A note on the hooks reads: &amp;quot;This staff can hold runes like the ones on the bargain bin, or any other you might have hanging around.  Also, it looks neat!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the folding rack}}&lt;br /&gt;
{{ShopItem|t=i|patinated copper tuner|1680}}&lt;br /&gt;
{{ShopItem|t=i|scintillating electrum tuner|1680}}&lt;br /&gt;
{{ShopItem|t=i|shining gold tuner|1680}}&lt;br /&gt;
{{ShopItem|t=i|bright silver tuner|1680}}&lt;br /&gt;
{{ShopFootnote|A note on the rack reads: These items are not for the faint of heart. It takes one skilled in the ways of triage and first aid. While a novice may muddle through, the experience could be quite gruesome. These devices will empower one to sense other forms of mana nearby, but NOT how to draw upon it.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the painted cabinet}}&lt;br /&gt;
{{ShopItem|t=i|square azure inkpot|note=[[Geyser]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|bright white inkpot|note=[[Bless]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|curvaceous inkpot|note=[[Glythtide&#039;s Gift]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|globular green inkpot|note=[[Swarm]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|ice-white inkpot|note=[[Ice Patch]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|faceted onyx inkpot|note=[[Halt]]|4150}}&lt;br /&gt;
{{ShopItem|t=i|platinum inkpot|note=[[Platinum Hands of Kertigen]]|4150}}&lt;br /&gt;
{{ShopFootnote|A note on the cabinet reads: &amp;quot;The inkpots on the cabinet are runic tattoos.  Read each one to know the spell.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the driftwood trunk}}&lt;br /&gt;
{{ShopItem|t=i|small bog oak statuette of a man|note=[[Ignite]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|tightly rolled scroll of blackened paper|note=[[Soul Sickness]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|sturdy ironwood wand wrapped in braided lengths of sinew|note=[[Heroic Strength]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|blackened fang capped with a ruby teardrop|note=[[Huldah&#039;s Pall]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|slender glass phial fitted with a blood ruby stopper|note=[[Blood Staunching]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|small garland of jadice flowers delicately entwined with dreamweave ribbons|note=[[Refresh]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|blue glass bottle with a crackled interior|note=[[Wisdom of the Pack]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|curving bloodwood branch|note=[[Mental Focus]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|tiny platinum crown studded with molten-core diamonds|note=[[Compel]]|6050}}&lt;br /&gt;
{{ShopItem|t=i|twisted icethorn wand capped with a cloud turquoise|name=&#039;&#039;&#039;twisted icethorn wand capped with a cloud turquoise&#039;&#039;&#039;|note=[[Rising Mists]]|6050}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;For a neat explanation of the contents, please read the sign!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the sturdy tray}}&lt;br /&gt;
{{ShopItem|t=i|twisted crystal-bone spiral tipped with silversteel|12000}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The crystal-bone spiral is a targeted magic focus that is also effective with mechanical mice.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the glass sundial}}&lt;br /&gt;
{{ShopItem|t=i|iridescent inkpot-shaped dial etched with esoteric runes|600}}&lt;br /&gt;
{{ShopFootnote|A note on the sundial reads: &amp;quot;The dial will allow you to change the percentage of mana for a runic tattoo or inkpot.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the obsidian inkstand}}&lt;br /&gt;
{{ShopItem|t=i|translucent blown-glass inkpot|200}}&lt;br /&gt;
{{ShopFootnote|A note on the inkstand reads: &amp;quot;The blown-glass inkpot is an empty inkpot that will allow the transferring of runic tattoos, heroic tattoos, and teleportation tattoos.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the golden pulpit}}&lt;br /&gt;
{{ShopItem|t=i|grey inkpot painted with a swirling fog|note=[[Ghost Shroud]]|6150}}&lt;br /&gt;
{{ShopItem|t=i|silvery inkpot painted with a wispy pattern|note=[[Revelation]]|6150}}&lt;br /&gt;
{{ShopItem|t=i|ultramarine inkpot painted with a net of light|note=[[Rend]]|6150}}&lt;br /&gt;
{{ShopFootnote|A note on the pulpit reads: &amp;quot;The inkpots on the pulpit are runic tattoos.  Read each one to know the spell.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the marble altar}}&lt;br /&gt;
{{ShopItem|t=i|white silk pouch embroidered with a cow totem|4150}}&lt;br /&gt;
{{ShopItem|t=i|gold satin pouch embroidered with a chalice|4150}}&lt;br /&gt;
{{ShopFootnote|A note on the altar reads: &amp;quot;The items on the altar have one-hundred uses each and more uses can be added with infuser stones.  When TOUCHed, the chalice will activate to replenish ninety percent of your spirit, while the cow totem will replenish ninety percent of your vitality.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the gleaming pedestal}}&lt;br /&gt;
{{ShopItem|t=i|yellow-green chrysoberyl inkpot|name=&#039;&#039;&#039;yellow-green chrysoberyl inkpot&#039;&#039;&#039;|note=[[Redeemer&#039;s Pride]]|7150}}&lt;br /&gt;
{{ShopFootnote|A note on the pedestal reads: &amp;quot;This is a runic tattoo.  Read the inkpot to know the spell.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Yellow Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Yellow Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a silver tray with a few things on it, a leather-covered trunk with an arm pouch painted with bottles on it, a low wooden workbench with a couple of things on it, a shiny platinum stand with a smoi leather coin purse resembling a rat with dragon&#039;s scale sapphire eyes on it, a stately kertig mannequin with a ceremonial vest of darkened armure with a lighter patch on it, a sturdy oak furniture display with a couple of things on it, a miniature alabaster mountain with a small fuzzy caracal with tufted ears and double-stitched seams on it and some tiered shelving with several things on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, east, west.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the silver tray}}&lt;br /&gt;
{{ShopItem|t=i|small green case depicting a feast|1682}}&lt;br /&gt;
{{ShopItem|t=i|indurium and orichalcum phoenix|1682}}&lt;br /&gt;
{{ShopItem|t=i|vardite World Dragon set with crystalline dragon tear eyes|1682}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The bracelet in the green case will make food for you, while the World Dragon and phoenix will set things on fire!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the leather-covered trunk}}&lt;br /&gt;
{{ShopItem|t=i|arm pouch painted with bottles|5000}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;The whimsical bracelet in the arm pouch has the power to summon special (alcoholic) drinks.  Any Life Mage -- Empath or Ranger -- can recharge the bracelet, though there&#039;s a brief period between recharges.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wooden workbench}}&lt;br /&gt;
{{ShopItem|t=i|brilliant gold windboard shaped like a lightning bolt|25000}}&lt;br /&gt;
{{ShopItem|t=i|shimmering windboard shaped like a funnel cloud|25000}}&lt;br /&gt;
{{ShopFootnote|A note on the workbench reads: &amp;quot;Behold, the finest fusion of mechanics and magic!  The windboard is a complex device that can be mounted to carry you to and fro.  For those inclined to athletic displays, you can perform for onlookers while heightening your own talents!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the platinum stand}}&lt;br /&gt;
{{ShopItem|t=i|smoi leather coin purse resembling a rat with dragon&#039;s scale sapphire eyes|1875}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;The coin purse will allow you to keep up to one-hundred and fifty coins safe from pickpockets.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the kertig mannequin}}&lt;br /&gt;
{{ShopItem|t=i|ceremonial vest of darkened armure with a lighter patch|375}}&lt;br /&gt;
{{ShopFootnote|A note on the mannequin reads: &amp;quot;The ceremonial vest allows you to proudly wear medals upon it, but be warned that the vest will bond to the first person to wear it.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the furniture display}}&lt;br /&gt;
{{ShopItem|t=i|shield-shaped voucher|2750}}&lt;br /&gt;
{{ShopItem|t=i|sword-shaped voucher|2750}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;The vouchers contain furniture that can hold up to seventy items each.  Please READ the vouchers for more details.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the alabaster mountain}}&lt;br /&gt;
{{ShopItem|t=i|small fuzzy caracal with tufted ears and double-stitched seams|5075}}&lt;br /&gt;
{{ShopFootnote|A note on the mountain reads: &amp;quot;The fuzzy caracal will help train skinning and first aid for one hundred and five uses per day.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the pewter shelf (which is on some tiered shelving)}}&lt;br /&gt;
{{ShopItem|t=i|sleek obsidian inkpot|note=Stealth and Discipline|7000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The inkpots on the shelves are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the bronze shelf (which is on some tiered shelving)}}&lt;br /&gt;
{{ShopItem|t=i|glossy hematite inkpot|note=Melee Mastery and Missile Mastery|8000}}&lt;br /&gt;
{{ShopItem|t=i|gleaming lazurite inkpot|name=&#039;&#039;&#039;gleaming lazurite inkpot&#039;&#039;&#039;|note=Agility and Charisma|8000}}&lt;br /&gt;
{{ShopItem|t=i|banded sardonyx inkpot|name=&#039;&#039;&#039;banded sardonyx inkpot&#039;&#039;&#039;|note=Strength and Evasion|8000}}&lt;br /&gt;
{{ShopItem|t=i|sickly green malachite inkpot|name=&#039;&#039;&#039;sickly green malachite inkpot&#039;&#039;&#039;|note=Strength and Parry|8000}}&lt;br /&gt;
{{ShopItem|t=i|sparkling crystal inkpot|name=&#039;&#039;&#039;sparkling crystal inkpot&#039;&#039;&#039;|note=Discipline and Charisma|8000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The inkpots on the shelves are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the silver shelf (which is on some tiered shelving)}}&lt;br /&gt;
{{ShopItem|t=i|rosy pink tourmaline inkpot|note=Stamina and Discipline|9000}}&lt;br /&gt;
{{ShopItem|t=i|faceted iolite inkpot|note=Intelligence and Discipline|9000}}&lt;br /&gt;
{{ShopItem|t=i|smoky quartz inkpot|note=Wisdom and Discipline|9000}}&lt;br /&gt;
{{ShopItem|t=i|swirled carnelian inkpot|note=Strength and Stamina|9000}}&lt;br /&gt;
{{ShopItem|t=i|delicate sunstone inkpot|note=Agility and Reflex|9000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The inkpots on the shelves are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the gold shelf (which is on some tiered shelving)}}&lt;br /&gt;
{{ShopItem|t=i|vibrant lapis lazuli inkpot|note=Intelligence and Wisdom|10000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The inkpots on the shelves are for heroic tattoos that are useable by any person.  They will provide a sixty-roisaen boost when invoked and have a one-hundred-and-twenty roisaen cooldown.  Please STUDY and READ each inkpot to see what they boost.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the glaes inferno}}&lt;br /&gt;
{{ShopItem|t=i|agonite dragon&#039;s talon clutching a chakrel globe|500}}&lt;br /&gt;
{{ShopFootnote|A note on the inferno reads: &amp;quot;Chakrel.  If you need it, you know what it is.  If you don&#039;t need it, there are lots of other things for sale!  Buy them!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the small tray (which is on a small curio that looks slightly larger than it did before)}}&lt;br /&gt;
{{ShopItem|t=i|copper Gnomish gadget|675}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The copper gadget will work only ONE time to make bags bigger.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the mid-sized tray (which is on a small curio that looks slightly larger than it did before)}}&lt;br /&gt;
{{ShopItem|t=i|silver Gnomish gadget|1345}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The silver gadget will work only TWO times to make bags bigger.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the large tray (which is on a small curio that looks slightly larger than it did before)}}&lt;br /&gt;
{{ShopItem|t=i|golden Gnomish gadget|1855}}&lt;br /&gt;
{{ShopFootnote|A note on the tray reads: &amp;quot;The golden gadget will work only THREE times to make bags bigger.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the amethyst geode}}&lt;br /&gt;
{{ShopItem|t=i|infuser stone|600}}&lt;br /&gt;
{{ShopItem|t=i|potency crystal|600}}&lt;br /&gt;
{{ShopFootnote|A note on the geode reads: &#039;Potency crystals and infuser stones.  Buy them.  Use them!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the wheeled cart}}&lt;br /&gt;
{{ShopItem|t=i|gleaming viper ring with brilliant sapphire chips for eyes|2525}}&lt;br /&gt;
{{ShopItem|t=i|skein of braided silk tied in a love knot|2525}}&lt;br /&gt;
{{ShopItem|t=i|simple eternity knot composed of twisted shimmering fibers|2525}}&lt;br /&gt;
{{ShopItem|t=i|vibrant golden apple of polished lava sphalerite|2525}}&lt;br /&gt;
{{ShopItem|t=i|white ironwood brooch sculpted into an oak leaf|2525}}&lt;br /&gt;
{{ShopItem|t=i|twisted oath ring of sandstone and silvered glass|2525}}&lt;br /&gt;
{{ShopItem|t=i|fragile blown-glass heart|2525}}&lt;br /&gt;
{{ShopItem|t=i|wide choker crafted from overlapping muracite scales|2525}}&lt;br /&gt;
{{ShopItem|t=i|rough cut niniam stud set with silver stars|2525}}&lt;br /&gt;
{{ShopItem|t=i|creeping vela&#039;tohr vine earcuff|2525}}&lt;br /&gt;
{{ShopItem|t=i|blackened silver circlet adorned with spiraling vines and piercing thorns|2525}}&lt;br /&gt;
{{ShopItem|t=i|pair of sapphire earrings edged in black diamonds|2525}}&lt;br /&gt;
{{ShopItem|t=i|neatly organized herbal case with healing herbs engraved in the wood|2525}}&lt;br /&gt;
{{ShopFootnote|A note on the cart reads: The herbal case stacks a lot of herbs, the viper ring helps with disease, and everything else will help save your favors.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the fiery display}}&lt;br /&gt;
{{ShopItem|t=i|jaguar-pelt wristcuff set with silversteel studs|4150}}&lt;br /&gt;
{{ShopItem|t=i|jaguar-pelt armband with dangling bone beads|4150}}&lt;br /&gt;
{{ShopItem|t=i|bitterweave wristwrap|name=&#039;&#039;&#039;bitterweave wristwrap&#039;&#039;&#039;|4150}}&lt;br /&gt;
{{ShopItem|t=i|forgeheart iron manacle|name=&#039;&#039;&#039;forgeheart iron manacle&#039;&#039;&#039;|4150}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;The wristcuff and armband will prove useful if your inner fire needs a bit of freshening up.  The manacle will regenerate a Barbarian&#039;s voice.  The wristwrap will regenerate an Upstanding Citizen&#039;s confidence.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the sturdy hook}}&lt;br /&gt;
{{ShopItem|t=i|pale grey zenganne cloak|4630}}&lt;br /&gt;
{{ShopFootnote|A note on the hook reads: &amp;quot;The cloak will let you wander to places you may never have seen before, once every three days.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the birch stand}}&lt;br /&gt;
{{ShopItem|t=i|loosely coiled asini serpent|6075}}&lt;br /&gt;
{{ShopItem|t=i|serpentine kirmiko ribbon|6075}}&lt;br /&gt;
{{ShopItem|t=i|jaguar-shaped earcuff|6075}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;The ribbon and serpent will prove useful if you are feeling fatigued.  The earcuff will help when low on vitality.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the camouflage shelf}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese shirt|name=&#039;&#039;&#039;darkly mottled titanese shirt&#039;&#039;&#039;|1400}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;This armor is enchanted with a frost armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the camouflage trunk}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese aventail|name=&#039;&#039;&#039;darkly mottled titanese aventail&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese cap|name=&#039;&#039;&#039;darkly mottled titanese cap&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese mask|name=&#039;&#039;&#039;darkly mottled titanese mask&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a frost armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the camouflage box}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese gloves|name=&#039;&#039;&#039;darkly mottled titanese gloves&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese greaves|name=&#039;&#039;&#039;darkly mottled titanese greaves&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the box reads: &amp;quot;This armor is enchanted with a frost armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the camouflage trunk}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese aventail|name=&#039;&#039;&#039;darkly mottled titanese aventail&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese cap|name=&#039;&#039;&#039;darkly mottled titanese cap&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|darkly mottled titanese mask|name=&#039;&#039;&#039;darkly mottled titanese mask&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a frost armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Red Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Red Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a woven net with some blowgun darts on it, a rustic mantle with a bone blowgun with a leather grip on it, a haledroth stand etched with mechanical mice with several things on it, an e&#039;erdream handcart with several things on it, some damite shield hooks with a couple of things on it, a brushed steel mannequin with a few things on it, a glossy dark basket with a few things on it, a bloody shelf with several things on it, a bloody table with several things on it and a gory weapon rack with several things on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, west, south.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the woven net}}&lt;br /&gt;
{{ShopItem|t=w|blowgun darts|40}}&lt;br /&gt;
{{ShopFootnote|A note on the net reads: &amp;quot;Please be careful getting the darts from this net.  They&#039;re sharp!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the rustic mantle}}&lt;br /&gt;
{{ShopItem|t=w|bone blowgun with a leather grip|210}}&lt;br /&gt;
{{ShopFootnote|A note on the mantle reads: &amp;quot;This stand holds a blowgun.  If you like blowguns, you will like this.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the haledroth stand}}&lt;br /&gt;
{{ShopItem|t=w|elaborately carved fulginode maul|2500}}&lt;br /&gt;
{{ShopItem|t=w|wickedly carved crystal-bone hand sword|2500}}&lt;br /&gt;
{{ShopItem|t=w|beastly haledroth greathammer|2500}}&lt;br /&gt;
{{ShopItem|t=w|serrated haledroth scimitar|2500}}&lt;br /&gt;
{{ShopItem|t=w|alavern-hilted haledroth longsword|2500}}&lt;br /&gt;
{{ShopItem|t=w|vicious haledroth greatsword|2500}}&lt;br /&gt;
{{ShopItem|t=w|kau leather-bound haledroth mace|2500}}&lt;br /&gt;
{{ShopItem|t=w|elegant finivire quarterstaff|2500}}&lt;br /&gt;
{{ShopItem|t=w|e&#039;erdream-handled haledroth halberd|2500}}&lt;br /&gt;
{{ShopItem|t=w|glimmering haledroth pike|2500}}&lt;br /&gt;
{{ShopItem|t=w|chipped crystal-bone mallet|2500}}&lt;br /&gt;
{{ShopItem|t=w|deeply notched finivire nightstick|2500}}&lt;br /&gt;
{{ShopItem|t=w|balanced haledroth boko|2500}}&lt;br /&gt;
{{ShopItem|t=w|whittled finivire slingshot with a kirmiko-wrapped grip|2500}}&lt;br /&gt;
{{ShopItem|t=w|sturdy finivire staff sling wrapped in smoi leather|2500}}&lt;br /&gt;
{{ShopItem|t=w|finivire longbow with a smoi leather grip|2500}}&lt;br /&gt;
{{ShopItem|t=w|finivire light crossbow wrapped in strips of dreamweave|2500}}&lt;br /&gt;
{{ShopFootnote|A note on the stand reads: &amp;quot;Brave adventurers with no fear of unusually large rodents should invest in these weapons!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the e&#039;erdream handcart}}&lt;br /&gt;
{{ShopItem|t=w|double-ended kertig trident|3365}}&lt;br /&gt;
{{ShopItem|t=w|dragonwood standard with a goldweave banner|3365}}&lt;br /&gt;
{{ShopItem|t=w|ebon Aldauth scythe-blade|3365}}&lt;br /&gt;
{{ShopItem|t=w|gleaming steel mallet inlaid with animite and indurium on the handle|3365}}&lt;br /&gt;
{{ShopFootnote|A note on the handcart reads: &amp;quot;The scythe-blade will maintain its bless for well over 300 strikes.  The standard will serve as a weapon, but may also be of interest to Paladins.  The mallet is an interactive heavy blunt weapon.  The trident&#039;s appearance will change depending on how damaged it is.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the shield hooks}}&lt;br /&gt;
{{ShopItem|t=s|round gladiator&#039;s shield with a razaksel boss|1775}}&lt;br /&gt;
{{ShopItem|t=s|gladiator&#039;s scutum emblazoned with a boar beneath three lightning bolts|1775}}&lt;br /&gt;
{{ShopFootnote|A note on the hooks reads: &amp;quot;Both shields are enchanted to have electric flares.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the square peg (which is on a brushed steel mannequin)}}&lt;br /&gt;
{{ShopItem|t=a|densely forged ka&#039;hurst mail hauberk richly padded with electroweave|2000}}&lt;br /&gt;
{{ShopFootnote|A note on the peg reads: &amp;quot;The chain armor is enchanted with an electric armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the triangular peg (which is on a brushed steel mannequin)}}&lt;br /&gt;
{{ShopItem|t=a|weighty ka&#039;hurst mail gloves richly padded with electroweave|600}}&lt;br /&gt;
{{ShopFootnote|A note on the peg reads: &amp;quot;The chain armor is enchanted with an electric armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the round peg (which is on a brushed steel mannequin)}}&lt;br /&gt;
{{ShopItem|t=a|heavy ka&#039;hurst mail balaclava richly padded with electroweave|900}}&lt;br /&gt;
{{ShopFootnote|A note on the peg reads: &amp;quot;The chain armor is enchanted with an electric armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the dark basket}}&lt;br /&gt;
{{ShopItem|t=i|Dwarven iron armband interlocked with deep ebony links|7150}}&lt;br /&gt;
{{ShopItem|t=i|abyssal black diacan ring grasping a tidal bloodstone|7150}}&lt;br /&gt;
{{ShopItem|t=i|kau leather wristcuff set with ebony fangs|7150}}&lt;br /&gt;
{{ShopFootnote|A note on the basket reads: &amp;quot;The basket contains pieces that will transform into exoskeletal weapons that also repair themselves.  The ring turns into a dagger, the armband turns into a war hammer, and the wristcuff turns into a pike.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the leather trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl tasset painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl tasset painted with a complex network of veins&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl aventail painted with complex a network of veins|name=&#039;&#039;&#039;ruddy smokewhorl aventail painted with complex a network of veins&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl mask painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl mask painted with a complex network of veins&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl cap painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl cap painted with a complex network of veins&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the chain trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain tasset interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain tasset interspersed with sanguine-hued indurium links&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain aventail interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain aventail interspersed with sanguine-hued indurium links&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain mask interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain mask interspersed with sanguine-hued indurium links&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain cap interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain cap interspersed with sanguine-hued indurium links&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the cloth trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave cap trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave cap trimmed in smoky black firesilk&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave mask trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave mask trimmed in smoky black firesilk&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave aventail trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave aventail trimmed in smoky black firesilk&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave tasset trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave tasset trimmed in smoky black firesilk&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the bone trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|bone cap engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone cap engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|bone mask engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone mask engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|bone aventail engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone aventail engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|bone tasset engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone tasset engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the brigandine trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|indurium cap exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium cap exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|indurium mask exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium mask exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|indurium aventail exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium aventail exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|indurium tasset exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium tasset exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the plate trunk (which is on a bloody shelf)}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite dome helm covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite dome helm covered in an intricate asini reticulation&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite mask covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite mask covered in an intricate asini reticulation&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite aventail covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite aventail covered in an intricate asini reticulation&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite fauld covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite backplate covered in an intricate asini reticulation&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite backplate covered in an intricate asini reticulation|name=&#039;&#039;&#039;&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite breastplate covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite breastplate covered in an intricate asini reticulation&#039;&#039;&#039;|400}}&lt;br /&gt;
{{ShopFootnote|A note on the trunk reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
{{ShopHeader|title=On the leather chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl greaves painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl greaves painted with a complex network of veins&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl vambraces painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl vambraces painted with a complex network of veins&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl gloves painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl gloves painted with a complex network of veins&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|ruddy smokewhorl vest painted with a complex network of veins|name=&#039;&#039;&#039;ruddy smokewhorl vest painted with a complex network of veins&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the chain chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain greaves interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain greaves interspersed with sanguine-hued indurium links&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain vambraces interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain vambraces interspersed with sanguine-hued indurium links&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain gloves interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain gloves interspersed with sanguine-hued indurium links&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|diacan chain vest interspersed with sanguine-hued indurium links|name=&#039;&#039;&#039;diacan chain vest interspersed with sanguine-hued indurium links&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the cloth chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave pants trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave pants trimmed in smoky black firesilk&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave vambraces trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave vambraces trimmed in smoky black firesilk&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave gloves trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave gloves trimmed in smoky black firesilk&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|glistening blood-red bitterweave vest trimmed in smoky black firesilk|name=&#039;&#039;&#039;glistening blood-red bitterweave vest trimmed in smoky black firesilk&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the bone chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|bone greaves engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone greaves engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|bone vambraces engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone vambraces engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|bone gloves engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone gloves engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|bone vest engraved with a pattern of entangling Urrem&#039;tier bloodvines|name=&#039;&#039;&#039;bone vest engraved with a pattern of entangling Urrem&#039;tier bloodvines&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the brigandine chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|indurium greaves exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium greaves exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|indurium vambraces exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium vambraces exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|indurium gloves exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium gloves exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|indurium vest exposed beneath layers of void-black gravecloth|name=&#039;&#039;&#039;indurium vest exposed beneath layers of void-black gravecloth&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the plate chest (which is on a bloody table)}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite greaves covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite greaves covered in an intricate asini reticulation&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite vambraces covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite vambraces covered in an intricate asini reticulation&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=a|firestained agonite gauntlets covered in an intricate asini reticulation|name=&#039;&#039;&#039;firestained agonite gauntlets covered in an intricate asini reticulation&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the chest reads: &amp;quot;This armor is enchanted with a blood armor flare.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the weapon rack}}&lt;br /&gt;
{{ShopItem|t=w|grimwood nightstick|name=&#039;&#039;&#039;grimwood nightstick&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|curved ka&#039;hurst dao|name=&#039;&#039;&#039;curved ka&#039;hurst dao&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|agonite predator&#039;s spear|name=&#039;&#039;&#039;agonite predator&#039;s spear&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|forgeheart iron kaskara|name=&#039;&#039;&#039;forgeheart iron kaskara&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|uthamar akabo|name=&#039;&#039;&#039;uthamar akabo&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopItem|t=w|diacan iltesh|name=&#039;&#039;&#039;diacan iltesh&#039;&#039;&#039;|2000}}&lt;br /&gt;
{{ShopFootnote|A note on the rack reads: &amp;quot;These weapons will become covered in blood and gore as you fight.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gold Showroom===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Gold Showroom&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a flashy display with several things on it, a bargain bin with a couple of things on it, a stack of parchment with several things on it, a large bloodwood wardrobe with a few things on it, a fancy silver document holder with several things on it, a toy silversteel castle with a couple of things on it, a polished oak desk with several things on it, a vibrant long counter with a few things on it and an enormous curio cabinet with a couple of things on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: south, west.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the flashy display}}&lt;br /&gt;
{{ShopItem|t=i|covellite whirlpool|note=who is centered within a spectral whirlpool|4150}}&lt;br /&gt;
{{ShopItem|t=i|burnished gold sunburst|note=who is surrounded by a corona of fiery light|4150}}&lt;br /&gt;
{{ShopItem|t=i|purple gold phofe flower|note=who is encircled by ethereal phofe flowers|4150}}&lt;br /&gt;
{{ShopItem|t=i|glimmering silversteel star|note=who is crowned by a ring of glimmering stars|4150}}&lt;br /&gt;
{{ShopItem|t=i|pickpocket&#039;s training bell dangling from a strip of torn titanese|4150}}&lt;br /&gt;
{{ShopFootnote|A note on the display reads: &amp;quot;The star, flower, sunburst, and whirlpool surround you with a fancy effect for all to see, while the training bell is an omni-hider that will conceal all that you wear.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the bargain bin}}&lt;br /&gt;
{{ShopItem|t=i|dark blue titanese fighting pants|300}}&lt;br /&gt;
{{ShopItem|t=i|stormy grey steelsilk fighting shirt|300}}&lt;br /&gt;
{{ShopFootnote|A note on the bin reads: &amp;quot;Fighting shirt, fighting pants, if you have to fight with your clothes, pick these!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the parchment stack}}&lt;br /&gt;
{{ShopItem|t=i|crumpled parchment|note=Duskruin Arena Heroine|25}}&lt;br /&gt;
{{ShopItem|t=i|marred parchment|note=Duskruin Arena Champion|25}}&lt;br /&gt;
{{ShopItem|t=i|scorched parchment|note=Duskruin Arena Combatant|25}}&lt;br /&gt;
{{ShopItem|t=i|stained parchment|note=Duskruin Arena Hero|25}}&lt;br /&gt;
{{ShopItem|t=i|torn parchment|note=Rat Catcher|25}}&lt;br /&gt;
{{ShopFootnote|A note on the stack reads: &amp;quot;Show the world you&#039;ve been here and didn&#039;t have to spend much to prove it!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the bloodwood wardrobe}}&lt;br /&gt;
{{ShopItem|t=i|canvas backpack with leather straps|575}}&lt;br /&gt;
{{ShopItem|t=i|linen backpack with leather straps|575}}&lt;br /&gt;
{{ShopItem|t=i|sailcloth backpack with leather straps|575}}&lt;br /&gt;
{{ShopFootnote|A note on the wardrobe reads: &amp;quot;The backpacks contain different sets of clothing!&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the document holder}}&lt;br /&gt;
{{ShopItem|t=i|rent parchment|note=Painforged|1775}}&lt;br /&gt;
{{ShopItem|t=i|rotting parchment|note=Beacon of Ruin|1775}}&lt;br /&gt;
{{ShopItem|t=i|tattered parchment|note=War&#039;s Fury|1775}}&lt;br /&gt;
{{ShopItem|t=i|ripped parchment|note=Contract Breacher|1775}}&lt;br /&gt;
{{ShopItem|t=i|withered parchment|note=Blight Bringer|1775}}&lt;br /&gt;
{{ShopItem|t=i|sandy credentials|note=Desert Fury|1775}}&lt;br /&gt;
{{ShopItem|t=i|icy credentials|note=Snow Twister|1775}}&lt;br /&gt;
{{ShopItem|t=i|fiery credentials|note=Cinder Flinger|1775}}&lt;br /&gt;
{{ShopItem|t=i|charred credentials|note=Pyrelord|1775}}&lt;br /&gt;
{{ShopFootnote|A note on the holder reads: &amp;quot;Fancier titles for those who purchase them!  These are NOT transferrable.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the silversteel castle}}&lt;br /&gt;
{{ShopItem|t=i|miniature skeleton wielding a rusted scimitar|name=&#039;&#039;&#039;miniature skeleton wielding a rusted scimitar&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopItem|t=i|miniature zombie dressed in a rotting finery|name=&#039;&#039;&#039;miniature zombie dressed in a rotting finery&#039;&#039;&#039;|600}}&lt;br /&gt;
{{ShopFootnote|A note on the castle reads: &amp;quot;The zombie and the skeleton are soldiers for the [[siegery]] game.&amp;quot;&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the oak desk}}&lt;br /&gt;
{{ShopItem|t=i|pale grey zenganne research notebook|name=&#039;&#039;&#039;pale grey zenganne research notebook&#039;&#039;&#039;|2400}}&lt;br /&gt;
{{ShopItem|t=i|plum-hued dreamweave adventure log|name=&#039;&#039;&#039;plum-hued dreamweave adventure log&#039;&#039;&#039;|2400}}&lt;br /&gt;
{{ShopItem|t=i|light blue kirmiko-wrapped personal ledger|name=&#039;&#039;&#039;light blue kirmiko-wrapped personal ledger&#039;&#039;&#039;|2400}}&lt;br /&gt;
{{ShopItem|t=i|blood-red smokewhorl battle chronicle|name=&#039;&#039;&#039;blood-red smokewhorl battle chronicle&#039;&#039;&#039;|2400}}&lt;br /&gt;
{{ShopFootnote|A note on the desk reads: &amp;quot;The different books on the desk all contain fifty pages to write in.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the long counter}}&lt;br /&gt;
{{ShopItem|t=i|homespun patchwork rat|note=&amp;lt;br&amp;gt;who has a mischief of rats scurrying underfoot&amp;lt;br&amp;gt;who is followed closely by a neatly organized mischief of rats&amp;lt;br&amp;gt;who is clouded in dust kicked up by a rambunctious mischief of rats|6000}}&lt;br /&gt;
{{ShopItem|t=i|obsidian crystal etched with a shadowy pattern|note=&amp;lt;br&amp;gt;whose arms are wreathed in snaking shadows&amp;lt;br&amp;gt;who is tracked from above by a crowning umbral shade&amp;lt;br&amp;gt;whose neck is encircled by an ever-shifting ouroboros of darkness|6000}}&lt;br /&gt;
{{ShopItem|t=i|iron badge etched with the image of a forge|note=&amp;lt;br&amp;gt;who emits clouds of forge dust with every movement&amp;lt;br&amp;gt;who is surrounded in a haze of forge dust and metallic debris&amp;lt;br&amp;gt;whose form is ablaze in a shroud of forge dust mixed with glowing ember motes|6000}}&lt;br /&gt;
{{ShopFootnote|A note on the counter reads: &amp;quot;The badge, rat, and crystal surround you with a fancy effect for all to see and have three variations in each for those who want options.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the finivire shelf (which is on an enormous curio cabinet)}}&lt;br /&gt;
{{ShopItem|t=i|elegant crystal-bone tsuba|25000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The items sold on the shelves of the cabinet will empower or complete the different types of assembled items found within Duskruin.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=On the diamondwood shelf (which is on an enormous curio cabinet)}}&lt;br /&gt;
{{ShopItem|t=i|moonsilver chain|20000}}&lt;br /&gt;
{{ShopItem|t=i|elegantly carved jade tsuba|20000}}&lt;br /&gt;
{{ShopItem|t=i|agonite boss engraved with a blazing fire storm|20000}}&lt;br /&gt;
{{ShopItem|t=i|ka&#039;hurst boss engraved with a jagged lightning storm|20000}}&lt;br /&gt;
{{ShopItem|t=i|uthamar boss engraved with an icy hail storm|20000}}&lt;br /&gt;
{{ShopFootnote|A note on the shelf reads: &amp;quot;The items sold on the shelves of the cabinet will empower or complete the different types of assembled items found within Duskruin.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Dispenser Central===&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, Dispenser Central&lt;br /&gt;
|desc=Hanging gaethzen globes cast an even glow along the tent walls.  Prizes fill a series of differently-shaped displays, attractively laid out to tempt passers-by into becoming buyers.  A large banner reads, &amp;quot;READ each surface to be sure you understand the nature of the item you&#039;re purchasing before you GET it.  No refunds!&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: north, east, south, west.}}&lt;br /&gt;
&lt;br /&gt;
See the [[Drathrok&#039;s Duskruin 442/Raffle|raffle page]] for rules, prizes, and winners.&lt;br /&gt;
&lt;br /&gt;
==Quiet Corner (Necromancer only)==&lt;br /&gt;
{{ShopDescription|roomname=Drathrok&#039;s Assemblage, A Quiet Corner&lt;br /&gt;
|desc=Much less cluttered than other areas within the sales floor, this section is unlit save for gaethzen orbs hung over a few displays.  A simple portrait on one wall depicts a hand loosely clasping a slender but elegant rapier against a murky backdrop.&lt;br /&gt;
&amp;lt;br/&amp;gt;You also see a wooden table with a gleaming viper ring with dark ruby chips for eyes on it and a low shelf with several things on it.&lt;br /&gt;
&amp;lt;br/&amp;gt;Obvious exits: southeast.}}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=wooden table}}&lt;br /&gt;
{{ShopItem|t=i|gleaming viper ring with dark ruby chips for eyes|2,525}}&lt;br /&gt;
{{ShopFootnote|A wooden table reads: &amp;quot;If disease has been a bother, this little ring may help.&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{ShopHeader|title=low shelf}}&lt;br /&gt;
{{ShopItem|t=i|fulginode key set with a single blood ruby|note=&amp;quot;Zoluren&amp;quot;|420}}&lt;br /&gt;
{{ShopItem|t=i|haledroth key embedded with a cabochon twilight sapphire|note=&amp;quot;Ilithi&amp;quot;|420}}&lt;br /&gt;
{{ShopItem|t=i|crystal-bone key traced with vardite accents|note=&amp;quot;Therengia&amp;quot;|420}}&lt;br /&gt;
{{ShopItem|t=i|finivire-handled key tipped in scale-patterned muracite|note=&amp;quot;Forfedhdar?&amp;quot;|420}}&lt;br /&gt;
{{ShopFootnote|A low shelf reads: &amp;quot;A more decorative way to access storage for those items that need it.&amp;quot;}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Red-handled_mirror_painted_with_sleepy_eyes&amp;diff=592335</id>
		<title>Item:Red-handled mirror painted with sleepy eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Red-handled_mirror_painted_with_sleepy_eyes&amp;diff=592335"/>
		<updated>2022-07-24T03:59:16Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;sleepy&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=red |ptype...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;sleepy&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=2&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Ocean-blue_mirror_painted_with_observant_eyes&amp;diff=592334</id>
		<title>Item:Ocean-blue mirror painted with observant eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Ocean-blue_mirror_painted_with_observant_eyes&amp;diff=592334"/>
		<updated>2022-07-24T03:59:01Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;observant&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=blue |p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;observant&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=blue&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Blue-handled_mirror_painted_with_alert_eyes&amp;diff=592332</id>
		<title>Item:Blue-handled mirror painted with alert eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Blue-handled_mirror_painted_with_alert_eyes&amp;diff=592332"/>
		<updated>2022-07-24T03:58:50Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;alert&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=blue |verby...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;alert&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=blue&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sky-blue_mirror_painted_with_vigilant_eyes&amp;diff=592331</id>
		<title>Item:Sky-blue mirror painted with vigilant eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sky-blue_mirror_painted_with_vigilant_eyes&amp;diff=592331"/>
		<updated>2022-07-24T03:58:32Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;vigilant&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=blue |pt...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;vigilant&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=blue&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Wine-red_mirror_painted_with_tired_eyes&amp;diff=592330</id>
		<title>Item:Wine-red mirror painted with tired eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Wine-red_mirror_painted_with_tired_eyes&amp;diff=592330"/>
		<updated>2022-07-24T03:58:18Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;tired&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=wine,red |p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;tired&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=wine,red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Blood-red_mirror_painted_with_battle-worn_eyes&amp;diff=592329</id>
		<title>Item:Blood-red mirror painted with battle-worn eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Blood-red_mirror_painted_with_battle-worn_eyes&amp;diff=592329"/>
		<updated>2022-07-24T03:58:14Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;battle-worn&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=red |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;battle-worn&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Brick-red_mirror_painted_with_sluggishly_lethargic_eyes&amp;diff=592327</id>
		<title>Item:Brick-red mirror painted with sluggishly lethargic eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Brick-red_mirror_painted_with_sluggishly_lethargic_eyes&amp;diff=592327"/>
		<updated>2022-07-24T03:57:50Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;sluggishly lethargic&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Brick-red_mirror_painted_with_sluggishly_lethargic_eyes&amp;diff=592326</id>
		<title>Item:Brick-red mirror painted with sluggishly lethargic eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Brick-red_mirror_painted_with_sluggishly_lethargic_eyes&amp;diff=592326"/>
		<updated>2022-07-24T03:57:39Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, sluggishly lethargic (EyeColor) eyes |CTag=re...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, sluggishly lethargic (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sanguine-hued_mirror_painted_with_menacing_eyes&amp;diff=592325</id>
		<title>Item:Sanguine-hued mirror painted with menacing eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sanguine-hued_mirror_painted_with_menacing_eyes&amp;diff=592325"/>
		<updated>2022-07-24T03:57:14Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;menacing&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sanguine-hued_mirror_painted_with_menacing_eyes&amp;diff=592324</id>
		<title>Item:Sanguine-hued mirror painted with menacing eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sanguine-hued_mirror_painted_with_menacing_eyes&amp;diff=592324"/>
		<updated>2022-07-24T03:56:51Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;menacing&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=red |ver...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;menacing&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=red&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Grass-green_mirror_painted_with_bug-like_eyes&amp;diff=592323</id>
		<title>Item:Grass-green mirror painted with bug-like eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Grass-green_mirror_painted_with_bug-like_eyes&amp;diff=592323"/>
		<updated>2022-07-24T03:56:41Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;bug-like&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=green&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Grass-green_mirror_painted_with_bug-like_eyes&amp;diff=592322</id>
		<title>Item:Grass-green mirror painted with bug-like eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Grass-green_mirror_painted_with_bug-like_eyes&amp;diff=592322"/>
		<updated>2022-07-24T03:56:31Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=mirror |look=Gazing into the mirror, you see yourself, but with an altered appearance:  You have a (FaceShape) face, &amp;#039;&amp;#039;&amp;#039;bug-like&amp;#039;&amp;#039;&amp;#039;&amp;#039; (EyeColor) eyes |CTag=green |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=mirror&lt;br /&gt;
|look=Gazing into the mirror, you see yourself, but with an altered appearance:&lt;br /&gt;
You have a (FaceShape) face, &#039;&#039;&#039;bug-like&#039;&#039;&#039;&#039; (EyeColor) eyes&lt;br /&gt;
|CTag=green&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=feature&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=-&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=125000&lt;br /&gt;
|uses=1&lt;br /&gt;
|lsize=3&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
This is a single use, permanent [[Feature Alteration]].&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Elegantly_draped_heartname_leather_cloak_edged_in_bone_warding_beads&amp;diff=592277</id>
		<title>Item:Elegantly draped heartname leather cloak edged in bone warding beads</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Elegantly_draped_heartname_leather_cloak_edged_in_bone_warding_beads&amp;diff=592277"/>
		<updated>2022-07-24T01:32:28Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=cloak |look=Given the cloak&amp;#039;s reverent construction utilizing the complete animal hide, its bone beads are likely also carved from the original creature to form a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=cloak&lt;br /&gt;
|look=Given the cloak&#039;s reverent construction utilizing the complete animal hide, its bone beads are likely also carved from the original creature to form a symbolically protective border around the garment.&lt;br /&gt;
|MTag=heartname leather,leather,bone&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pockets&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the leather cloak.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Naturally_plated_wyvern_hide_with_rich_dragon%27s_scale_sapphire_eyes&amp;diff=592276</id>
		<title>Item:Naturally plated wyvern hide with rich dragon&#039;s scale sapphire eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Naturally_plated_wyvern_hide_with_rich_dragon%27s_scale_sapphire_eyes&amp;diff=592276"/>
		<updated>2022-07-24T01:31:25Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=hide |look=The huge skull of the wyvern is afforded a lifelike vibrancy by the deep blue spheres with a scaly appearance stuffed into its eyesockets.  Dark leathe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=hide&lt;br /&gt;
|look=The huge skull of the wyvern is afforded a lifelike vibrancy by the deep blue spheres with a scaly appearance stuffed into its eyesockets.  Dark leather ties allow the skin to be secured, and the skull is arranged so the former predator&#039;s teeth clench the shoulder of the wearer when worn.&lt;br /&gt;
|MTag=wyvern hide,dragon&#039;s scale sapphire,sapphire&lt;br /&gt;
|CTag=blue&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pet&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the wyvern hide.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Sleek_firecat_skin_with_scintillating_fire_whirl_ruby_eyes&amp;diff=592262</id>
		<title>Item:Sleek firecat skin with scintillating fire whirl ruby eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Sleek_firecat_skin_with_scintillating_fire_whirl_ruby_eyes&amp;diff=592262"/>
		<updated>2022-07-24T01:18:45Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=skin |look=The large skull of the firecat is afforded a lifelike vibrancy by the rich, dark spheres with slitted pupil-like spiraling inclusions stuffed into its...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=skin&lt;br /&gt;
|look=The large skull of the firecat is afforded a lifelike vibrancy by the rich, dark spheres with slitted pupil-like spiraling inclusions stuffed into its eyesockets.  Crimson leather ties allow the skin to be secured, and the skull is arranged so the former predator&#039;s teeth clench the shoulder of the wearer when worn.&lt;br /&gt;
|MTag=firecat skin,fire whirl ruby,ruby&lt;br /&gt;
|CTag=crimson,red&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pet&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the firecat skin.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Thick_frostweyr_bearskin_with_gleaming_iceblink_peridot_eyes&amp;diff=592258</id>
		<title>Item:Thick frostweyr bearskin with gleaming iceblink peridot eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Thick_frostweyr_bearskin_with_gleaming_iceblink_peridot_eyes&amp;diff=592258"/>
		<updated>2022-07-24T01:16:52Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=bearskin |look=The enormous skull of the bear is afforded a lifelike vibrancy by the pale celadon spheres permeated by reflective crystal veins stuffed into its e...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=bearskin&lt;br /&gt;
|look=The enormous skull of the bear is afforded a lifelike vibrancy by the pale celadon spheres permeated by reflective crystal veins stuffed into its eyesockets.  Snowy leather ties allow the skin to be secured, and the skull is arranged so the former predator&#039;s teeth clench the shoulder of the wearer when worn.&lt;br /&gt;
|MTag=frostweyr bearskin,iceblink peridot,peridot&lt;br /&gt;
|CTag=celadon,blue,white&lt;br /&gt;
|STag=bear&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pockets&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the frostweyr bearskin&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Fully_maned_lion_hide_with_brilliant_godsmarked_turquoise_eyes&amp;diff=592250</id>
		<title>Item:Fully maned lion hide with brilliant godsmarked turquoise eyes</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Fully_maned_lion_hide_with_brilliant_godsmarked_turquoise_eyes&amp;diff=592250"/>
		<updated>2022-07-24T01:14:03Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |noun=hide |look=The massive skull of the lion is afforded a lifelike vibrancy by the brilliant, blue-green spheres laced in pupil-like, glittering silver thirteen raye...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=hide&lt;br /&gt;
|look=The massive skull of the lion is afforded a lifelike vibrancy by the brilliant, blue-green spheres laced in pupil-like, glittering silver thirteen rayed stars limned in gold stuffed into its eyesockets.  Caramel leather ties allow the hide to be secured, and the skull is arranged so the former predator&#039;s teeth clench the shoulder of the wearer when worn.&lt;br /&gt;
|MTag=lion hide,leather,godsmarked turquoise,turquoise&lt;br /&gt;
|CTag=blue-green,blue,green,caramel,brown&lt;br /&gt;
|STag=lion&lt;br /&gt;
|ptype=clothing&lt;br /&gt;
|verby=Yes&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=shoulders&lt;br /&gt;
|type=pockets&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=barbarian&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=20&lt;br /&gt;
|appcost=4062500&lt;br /&gt;
|lsize=12&lt;br /&gt;
|wsize=8&lt;br /&gt;
|hsize=1&lt;br /&gt;
|ilsize=3&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=200&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
Sometimes called a &#039;&#039;roar cloak&#039;&#039; this item has grants moderate Fear and Intimidation resist.&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You can {{com|PULL}} on the lion hide.&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Twisted_icethorn_wand_capped_with_a_cloud_turquoise&amp;diff=592245</id>
		<title>Item:Twisted icethorn wand capped with a cloud turquoise</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Twisted_icethorn_wand_capped_with_a_cloud_turquoise&amp;diff=592245"/>
		<updated>2022-07-24T01:08:27Z</updated>

		<summary type="html">&lt;p&gt;SPICYDIAPSID: Created page with &amp;quot;{{Item |look=Tiny crystalline icicles glistening against the finely grained, snow-white wood cast refractions of light that highlight white marbling upon the sky-blue stone at...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|look=Tiny crystalline icicles glistening against the finely grained, snow-white wood cast refractions of light that highlight white marbling upon the sky-blue stone at its apex.&lt;br /&gt;
|MTag=icethorn,cloud turquoise,turquoise&lt;br /&gt;
|CTag=white,blue&lt;br /&gt;
|STag=ice,cloud&lt;br /&gt;
|ptype=other&lt;br /&gt;
|verby=No&lt;br /&gt;
|atmos=No&lt;br /&gt;
|wearloc=-&lt;br /&gt;
|type=magic&lt;br /&gt;
|hidetype=-&lt;br /&gt;
|rtype=-&lt;br /&gt;
|gtype=warrior mage&lt;br /&gt;
|metal=no&lt;br /&gt;
|weight=5&lt;br /&gt;
|appcost=275000&lt;br /&gt;
|lsize=1&lt;br /&gt;
|wsize=1&lt;br /&gt;
|hsize=1&lt;br /&gt;
|enchanted=No&lt;br /&gt;
|spellcast=Rising Mists&lt;br /&gt;
|rarity=end loot&lt;br /&gt;
|sourcetype=-&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;br /&gt;
;{{com|STUDY}}&lt;br /&gt;
:You recognize that the wand is a spellcasting device.  The wand will produce a magical effect under its own power if properly triggered, leaving your own talent out of the equation.  Tales of humble heroes producing spectacular magic because of a trinket find their anchor in reality here.  There are few limits on the size or shape of spellcasting devices.  Wands, rattles, staves and charms are common, but masterful enchanters have used pebbles or even dried flowers as the device&#039;s physical vessel.  Most spellcasting devices contain a core of specially treated cambrinth to house the enchantment&#039;s charge, but a free-standing charge -- magical energy that simply hangs within its spell pattern -- is possible, at the cost of longevity.&lt;br /&gt;
:While the wand takes no spellcasting skill to work, invoking it is not effortless.  Spellcasting devices require, at the very least, elaborate gesturing to function (a safety mechanism).  Complex magic requires suitably complex preparations, often related to the realm of magic being used.  It is not rare for a device to be keyed to the invoker&#039;s pulse, emotional state, bodily stance, surface thoughts or even prayfulness.  The mixture of knowledge and discipline required to invoke these devices off hand demands practice.&lt;br /&gt;
:You figure the simplest way to describe how to trigger it is &amp;quot;pointing it at your target, shaking it at your target, waving it at your target or invoking it.&amp;quot;&lt;/div&gt;</summary>
		<author><name>SPICYDIAPSID</name></author>
	</entry>
</feed>