Advertisement
Thoragh

Ancient One

Jul 10th, 2023 (edited)
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*  -INFORMATION-
  2.     Subject:    Ancient One
  3.     Effect:     This is a script to install the Ancient One background located at https://www.dandwiki.com/wiki/Ancient_One_(5e_Background) into the MPMB pdf as transcribed by Thoragh
  4.     Sheet:      v13 (2023-07-10)
  5. */
  6. var iFileName = "Ancient Ones.js";
  7. RequiredSheetVersion(13);
  8.  
  9. SourceList["DDWikiHB"] = {
  10.     name : "Ancient One",
  11.     abbreviation : "DDWikiHB",
  12.     group : "Dandwiki Homebrew",
  13.     date : "2023/07/10"
  14. };
  15.  
  16.  
  17. BackgroundList["ancient one"] = {
  18.     regExpSearch : /^(?=.*ancient)(?=.*one).*$/i,
  19.     name : "Ancient One",
  20.     source : [["DDWikiHB"]],
  21.     skills : ["History", "Insight"],
  22.     gold : 15,
  23.     equipleft : [
  24.         ["Traveller's Clothes", "", 4],
  25.         ["Robe", "1", 4],
  26.         ["a small trinket from past", "", ""],
  27.         ["Belt pouch with coins", "", 1]
  28.     ],
  29.     feature : "Lifetimes of Experience",
  30.     trait : [
  31.         "I obsess about my appearance. If I'm this old, I refuse to look it!",
  32.         "My worldview is old and obtuse to many, but I won't change it for children.",
  33.         "Having seen most everything, I spent time away from the world, to let it catch up. What new things can I explore?",
  34.         "I cannot, for the lives of me, replicate the cause of my immortality. I'm so close, though!",
  35.         "The world is doomed to repeat itself, and my melancholy attitude makes few friends.",
  36.         "My odd mannerisms tend to make people uneasy, though my knowledge tends to eventually make allies.",
  37.         "I have a tendency to get bored with what many consider new, and seem disrespectful because of this.",
  38.         "Others are unimportant compared to the grand designs of the universe, and I plan to be more than a cog."
  39.     ],
  40.     ideal : [
  41.         ["Knowledge",
  42.             "Knowledge. My knowledge is meant to be gathered and shared freely, with all who wish to know. (Good)"
  43.         ],
  44.         ["Prophecy",
  45.             "Prophecy. There are things far beyond the ken of mortals, and I will carry out what must be done. (Lawful)"
  46.         ],
  47.         ["Entropy",
  48.             "Entropy. Infinite time means infinite plans to serve my ends... and mine shall come to fruition soon. (Chaos)"
  49.         ],
  50.         ["Calamity",
  51.             "Calamity. The only way to end my cycle is to end the world, and I shall be the one to usher in the end of eras. (Evil)"
  52.         ],
  53.         ["Rest",
  54.             "Rest. I only wish to find a way to end this cycle, and finally make peace. (Neutral)"
  55.         ],
  56.         ["Beyond",
  57.             "Beyond. I have obtained immortality... but what could be even further beyond? (Any)"
  58.         ],
  59.     ],
  60.     bond : [
  61.         "Bonds are hard to form, as other mortals have such short lives.",
  62.         "My immortality is the closest of my secrets, and the knowledge slipping away could do irreversible harm.",
  63.         "I do not form alliances easily, and trust slowly.",
  64.         "I revere the one that gave me immortality, and seek to understand them.",
  65.         "I resent the one that thrust immortality upon me, and seek to undermine them.",
  66.         "I wish to find those from my past - or their kin - and rekindle the bonds, but worry they won't realize who I am."
  67.     ],
  68.     flaw : [
  69.         "I tire of the world, and find no joy in things.",
  70.         "Anything new sends me into an overexcited frenzy.",
  71.         "I obsess over knowledge of all kinds, and must seek out anything new.",
  72.         "My immortality and drive leave me somewhat callous, and underlings tend to get churned up in my wake.",
  73.         "Time wears on the mind, looping over and over and over, until the madness sets in. Oh, the glorious madness!",
  74.         "I know all. I am not wrong, and any who disagree with me are foolish whelps."
  75.     ],  
  76.  
  77.     languageProfs : [2], // able to choose 2x languages
  78. };
  79.  
  80. BackgroundFeatureList["lifetimes of experience"] = {  
  81.     description : "Ancient perspectives give one a grant knowledge and history to draw from, they often cloud new ideas from being formed though. I can often recall information about places that many others have never ventured, or extrapolate based off similar events. Historical facts come naturally to me, and many value my counsel if I make it available.",
  82.     source : [["DDWikiHB"]],
  83. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement