williambriggs

Old npc_name.yml

Aug 20th, 2022
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.31 KB | None | 0 0
  1. conversations:
  2.   Harker_the_Informant:
  3.     quester: 'Harker the Informant'
  4.     first: 'talkstart'
  5.    
  6.     NPC_options:
  7.       talkstart:
  8.         text: "Ah, you must be the adventurer I've heard so much about! Rumor has it you’re looking for info on vampires; if so, you came to the right guy. I've been hunting those fanged beasts since the moment I could walk. What are you looking to know?"
  9.         pointer: 'pr1,pr2'
  10.       info1:
  11.         text: "Name's Harker. As I said, I've been hunting vampires for longer than you’ve been alive. If there's anyone who's gonna have the dirt on those winged bastards, it's gonna be me. I learned from the best; that old man Murray over there has been showing me all he knows. I’ve got the skill and the knowledge, now I just need a couple a' extra hands."
  12.         pointer: 'pr3,pr2'
  13.       info2:
  14.         text: "Most of ‘em hang around that old cemetery in Cirallia, though I’ve also seen a few creeping around their shrine out in Rohvencost. I would go check around those parts if yer' feeling bold enough to take one of 'em on."
  15.         pointer: 'pr4,pr2'
  16.       info3:
  17.         text: "Well... I certainly wouldn’t take em' on alone. In my experience, those damn vamps fight in two different ways."
  18.         pointer: 'pr5,pr2'
  19.       info4:
  20.         text: "The most basic vamps will sneak up on you, disguised as a bat, then transform and attack you head-on. Try not to get hit by ‘em, those fangs are damn sharp. Takes me a week just to heal from 'em."
  21.         pointer: 'pr6,pr2'
  22.       info5:
  23.         text: "The other type is more long ranged, shooting some type of venom that heals them as it hurts you. There's also the Lord of the vampires, but even I can’t take on that beast alone."
  24.         pointer: 'pr7,pr2'
  25.       info6:
  26.         text: "Don’t even think about it unless you’re ready to risk your own life! That monster is much tougher than a normal vamp, and it would take dozens of us like me just to make 'em bleed."
  27.         pointer: 'pr8,pr2'
  28.       info7:
  29.         text: "Straight to the point, huh? Vampires are hard to kill, but not impossible. We've found fire to be extremely effective against the bastards, as well as anything laced with silver. Those leeches hate the sun even more than they hate you."
  30.         pointer: 'pr9,pr2'
  31.       info8:
  32.         text: "Just don’t be stupid - it takes a lot of will and strength to fight one of them vamps; if you ain’t got what it takes, don't throw your life away trying."
  33.         pointer: 'pr10'
  34.        
  35.        
  36.     player_options:
  37.       pr1:
  38.         text: "Who are you?"
  39.         pointer: 'info1'
  40.       pr2:
  41.         text: "I don't need any more information."
  42.       pr3:
  43.         text: "Where can I find one of these vampires?"
  44.         pointer: 'info2'
  45.       pr4:
  46.         text: "How dangerous can they be?"
  47.         pointer: 'info3'
  48.       pr5:
  49.         text: "Alright... how do they fight then?"
  50.         pointer: 'info4'
  51.       pr6:
  52.         text: "And how do the others fight?"
  53.         pointer: 'info5'
  54.       pr7:
  55.         text: "Vampire Lord, you say?"
  56.         pointer: 'info6'
  57.       pr8:
  58.         text: "Ok... so how do I kill one?"
  59.         pointer: 'info7'
  60.       pr9:
  61.         text: "Anything else?"
  62.         pointer: 'info8'
  63.       pr10:
  64.         text: "Thank you for your time and info, sir."
  65.  
  66.    
  67.        
  68.  
Add Comment
Please, Sign In to add comment