Hank: Difference between revisions

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


[[Hank]] is the owner of [[Hank's Helmets]] in [[Cairn]]. He offers a variety of helmets for adventurers at different stages of their journey, combining solid protection with reliable craftsmanship.
[[Hank]] is the owner of [[Hank's Helmets]] in [[Cairn]]. He offers a variety of helmets for adventurers at different stages of their journey, combining solid protection with reliable craftsmanship.
== Conversations ==
  '''Player:''' Hello
    '''Hank:''' Hi
    '''Player:''' Who are you?
      '''Hank:''' Hank
      '''Player:''' Oh, nice name
      '''Player:''' So what do you do Hank
        '''Hank:''' I sell helmets, want to buy some?
        '''Player:''' Sure
          <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 1}</code>
        '''Player:''' No
    '''Player:''' Nice weather we're having
      '''Hank:''' Sure is
        '''Hank:''' By the way, that is a mighty fine helmet you have on your head!
  '''Player:''' Can I buy some helmets?
    '''Hank:''' Sure!
    <code style="color: red;">''Event Action:'' {'type': 'StartShopping', 'shopId': 1}</code>

Revision as of 19:59, 15 June 2025

Hank
Inspect The helmet man
Overworld 172,427
Map

Hank is the owner of Hank's Helmets in Cairn. He offers a variety of helmets for adventurers at different stages of their journey, combining solid protection with reliable craftsmanship.

Conversations

 Player: Hello
   Hank: Hi
   Player: Who are you?
     Hank: Hank
     Player: Oh, nice name
     Player: So what do you do Hank
       Hank: I sell helmets, want to buy some?
       Player: Sure
         Event Action: {'type': 'StartShopping', 'shopId': 1}
       Player: No
   Player: Nice weather we're having
     Hank: Sure is
       Hank: By the way, that is a mighty fine helmet you have on your head!
 Player: Can I buy some helmets?
   Hank: Sure!
   Event Action: {'type': 'StartShopping', 'shopId': 1}