Conrad: Difference between revisions

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


[[Conrad]] is the owner of [[Conrad's Corn]] in [[Celadon City]]. Known for his enthusiasm and uncanny dedication to all things corn, he supplies a variety of corn-based goods to hungry adventurers and curious shoppers alike.
[[Conrad]] is the owner of [[Conrad's Corn]] in [[Celadon City]]. Known for his enthusiasm and uncanny dedication to all things corn, he supplies a variety of corn-based goods to hungry adventurers and curious shoppers alike.
== Conversations ==
  '''Conrad:''' Hey, want to buy some corn?  |  I got fresh corn and grilled corn, take your pick!
  '''Player:''' Sure I'll buy some corn
    <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 15}</code>
  '''Player:''' Can I sell you my corn instead?
    '''Conrad:''' Of course! &nbsp;|&nbsp; I just love corn
    <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 15}</code>
  '''Player:''' Got anything other than corn?
    '''Conrad:''' Nope, just corn!
    '''Player:''' Ok let's trade
      <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 15}</code>
    '''Player:''' No thanks then
      '''Conrad:''' Alright, but if you ever want some corn, you know where to find me!
  '''Player:''' I'm not interested in your corn
    '''Conrad:''' I see &nbsp;|&nbsp; Well if you change your mind, you'll know where to find me!

Revision as of 21:10, 15 June 2025

Conrad
Inspect A corn seller
Overworld 307,-15
Map

Conrad is the owner of Conrad's Corn in Celadon City. Known for his enthusiasm and uncanny dedication to all things corn, he supplies a variety of corn-based goods to hungry adventurers and curious shoppers alike.

Conversations

 Conrad: Hey, want to buy some corn?  |  I got fresh corn and grilled corn, take your pick!
 Player: Sure I'll buy some corn
   Event Action: {'type': 'StartShopping', 'shopId': 15}
 Player: Can I sell you my corn instead?
   Conrad: Of course!  |  I just love corn
   Event Action: {'type': 'StartShopping', 'shopId': 15}
 Player: Got anything other than corn?
   Conrad: Nope, just corn!
   Player: Ok let's trade
     Event Action: {'type': 'StartShopping', 'shopId': 15}
   Player: No thanks then
     Conrad: Alright, but if you ever want some corn, you know where to find me!
 Player: I'm not interested in your corn
   Conrad: I see  |  Well if you change your mind, you'll know where to find me!