Joe: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


[[Joe]] is the owner of [[Joe's Fish]], located in [[High Cove]]. While he does sell a couple varieties of freshly caught fish, his shop is primarily a convenient place for players to sell any raw fish they've caught themselves.
[[Joe]] is the owner of [[Joe's Fish]], located in [[High Cove]]. While he does sell a couple varieties of freshly caught fish, his shop is primarily a convenient place for players to sell any raw fish they've caught themselves.
== Conversations ==
  '''Player:''' Hello
    '''Joe:''' Howdy partner, any seafood you'd like to buy or sell?
    '''Player:''' Absolutely
      <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 13}</code>
    '''Player:''' No
      '''Joe:''' Alright, well come back any time you'd like to trade!
  '''Player:''' Let's trade
    '''Joe:''' Let's!
    <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 13}</code>

Revision as of 21:04, 15 June 2025

Joe
Inspect A fish trader
Overworld -237,-336
Map

Joe is the owner of Joe's Fish, located in High Cove. While he does sell a couple varieties of freshly caught fish, his shop is primarily a convenient place for players to sell any raw fish they've caught themselves.

Conversations

 Player: Hello
   Joe: Howdy partner, any seafood you'd like to buy or sell?
   Player: Absolutely
     Event Action: {'type': 'StartShopping', 'shopId': 13}
   Player: No
     Joe: Alright, well come back any time you'd like to trade!
 Player: Let's trade
   Joe: Let's!
   Event Action: {'type': 'StartShopping', 'shopId': 13}