Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* -INFORMATION-
- Subject: Ancient One
- 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
- Sheet: v13 (2023-07-10)
- */
- var iFileName = "Ancient Ones.js";
- RequiredSheetVersion(13);
- SourceList["DDWikiHB"] = {
- name : "Ancient One",
- abbreviation : "DDWikiHB",
- group : "Dandwiki Homebrew",
- date : "2023/07/10"
- };
- BackgroundList["ancient one"] = {
- regExpSearch : /^(?=.*ancient)(?=.*one).*$/i,
- name : "Ancient One",
- source : [["DDWikiHB"]],
- skills : ["History", "Insight"],
- gold : 15,
- equipleft : [
- ["Traveller's Clothes", "", 4],
- ["Robe", "1", 4],
- ["a small trinket from past", "", ""],
- ["Belt pouch with coins", "", 1]
- ],
- feature : "Lifetimes of Experience",
- trait : [
- "I obsess about my appearance. If I'm this old, I refuse to look it!",
- "My worldview is old and obtuse to many, but I won't change it for children.",
- "Having seen most everything, I spent time away from the world, to let it catch up. What new things can I explore?",
- "I cannot, for the lives of me, replicate the cause of my immortality. I'm so close, though!",
- "The world is doomed to repeat itself, and my melancholy attitude makes few friends.",
- "My odd mannerisms tend to make people uneasy, though my knowledge tends to eventually make allies.",
- "I have a tendency to get bored with what many consider new, and seem disrespectful because of this.",
- "Others are unimportant compared to the grand designs of the universe, and I plan to be more than a cog."
- ],
- ideal : [
- ["Knowledge",
- "Knowledge. My knowledge is meant to be gathered and shared freely, with all who wish to know. (Good)"
- ],
- ["Prophecy",
- "Prophecy. There are things far beyond the ken of mortals, and I will carry out what must be done. (Lawful)"
- ],
- ["Entropy",
- "Entropy. Infinite time means infinite plans to serve my ends... and mine shall come to fruition soon. (Chaos)"
- ],
- ["Calamity",
- "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)"
- ],
- ["Rest",
- "Rest. I only wish to find a way to end this cycle, and finally make peace. (Neutral)"
- ],
- ["Beyond",
- "Beyond. I have obtained immortality... but what could be even further beyond? (Any)"
- ],
- ],
- bond : [
- "Bonds are hard to form, as other mortals have such short lives.",
- "My immortality is the closest of my secrets, and the knowledge slipping away could do irreversible harm.",
- "I do not form alliances easily, and trust slowly.",
- "I revere the one that gave me immortality, and seek to understand them.",
- "I resent the one that thrust immortality upon me, and seek to undermine them.",
- "I wish to find those from my past - or their kin - and rekindle the bonds, but worry they won't realize who I am."
- ],
- flaw : [
- "I tire of the world, and find no joy in things.",
- "Anything new sends me into an overexcited frenzy.",
- "I obsess over knowledge of all kinds, and must seek out anything new.",
- "My immortality and drive leave me somewhat callous, and underlings tend to get churned up in my wake.",
- "Time wears on the mind, looping over and over and over, until the madness sets in. Oh, the glorious madness!",
- "I know all. I am not wrong, and any who disagree with me are foolish whelps."
- ],
- languageProfs : [2], // able to choose 2x languages
- };
- BackgroundFeatureList["lifetimes of experience"] = {
- 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.",
- source : [["DDWikiHB"]],
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement