Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. % !TEX TS-program = XeLaTeX
  2. \documentclass[10pt]{book}
  3.  
  4. \usepackage{enumitem}
  5. \usepackage{fancyhdr}
  6. \usepackage{fontspec}
  7. \usepackage{geometry}
  8. \usepackage{graphicx}
  9. \usepackage[11pt]{moresize}
  10. \usepackage{titlesec}
  11. \usepackage{multicol}
  12. \usepackage{xfrac}
  13.  
  14. \setmainfont{ITC Souvenir Std Light}
  15.  
  16. \titleformat*{\section}{\setmainfont{Souvenir Demi}}
  17. \titleformat*{\subsection}{\setmainfont{Souvenir Demi}}
  18. \titlespacing\section{0pt}{0pt plus 4pt minus 2pt}{0pt plus 2pt minus 2pt}
  19. \titlespacing\subsection{0pt}{0pt plus 4pt minus 2pt}{0pt plus 2pt minus 2pt}
  20. \titlespacing\subsubsection{0pt}{0pt plus 4pt minus 2pt}{0pt plus 2pt minus 2pt}
  21.  
  22. \setlength{\parskip}{1em}
  23. \setlength{\parindent}{0em}
  24. \setlist{nosep}
  25.  
  26. \begin{document}
  27. \newgeometry{left=0.5in,right=2.5in,top=0.5in,bottom=0.5in}
  28. \pagestyle{fancy}
  29. \renewcommand{\sectionmark}[1]{\markright{#1}}
  30. \renewcommand{\subsectionmark}[1]{}
  31. \renewcommand\thesection{PART \arabic{section}:$\!\!\!$}
  32. \fancyhf{}
  33. \fancyhead[LO,RE]{\setmainfont{Souvenir Demi}\textsl{\rightmark}}
  34. \fancyhead[LE,RO]{\setmainfont{Souvenir Demi}D\&H: SUPPLEMENT}
  35. \fancyfoot[CE,CO]{S\thepage}
  36. \renewcommand{\headrulewidth}{0pt}
  37. \setcounter{section}{10}
  38.  
  39. \section{Magic Swords}
  40.  
  41.  
  42.  
  43.  
  44. \textbf{Magic Swords}
  45.  
  46. \begin{tabular}{rlrlllllll}
  47. & & \textbf{Exp.} & & \textbf{Special} & \multicolumn{5}{c}{\textbf{Spells}} \\
  48. \textbf{Level} & \textbf{Title} & \textbf{Points} & \textbf{Bonus} & \textbf{Bonus} & \textbf{1} & \textbf{2} & \textbf{3} & \textbf{4} & \textbf{5} \\
  49. \hline
  50. 1 & Sentient Blade & 0 & +1 & +2 \\
  51. 2 & Sapient Blade & 2,000 & +1 & +3 & 1 & \\
  52. 3 & Self-aware Blade & 4,000 & +2 & +3 & 1 & \\
  53. 4 & Intentional Blade & 8,000 & +2 & +4 & 2 & \\
  54. 5 & Egotistical Blade & 16,000 & +3 & +4 & 2 & \\
  55. 6 & Blade of Suggestion & 32,000 & +3 & +5 & 2 & 1\\
  56. 7 & Blade of Persuasian & 64,000 & +4 & +5 & 2 & 1\\
  57. 8 & Blade of Deception & 120,000 & +4 & +5 & 2 & 2\\
  58. 9 & Sword of Commanding & 240,000 & +5 & +5 & 2 & 2\\
  59. 10 & Sword of Controlling & 360,000 & +5 & +5 & 2 & 2 & 1\\
  60. 11 & Sword of Destruction & 480,000 & +5 & +5 & 2 & 2 & 2\\
  61. 12 & Sword of Creation & 600,000 & +5 & +5 & 3 & 2 & 2 & 1\\
  62. 13 & Sword of the Universal Nexus & 720,000 & +5 & +5 & 3 & 3 & 2 & 2\\
  63. 14 & Sword of Time, Space, and Matter & 840,000 & +5 & +5 & 3 & 3 & 3 & 2 & 1\
  64. \end{tabular}
  65.  
  66. Magic swords only have two character abilities: intelligence and ego. If a player decides to play a magic sword, then his or her intelligence and wisdom scores are used for intelligence and ego respectively and the other scores are discarded.
  67.  
  68. A magic sword with an intelligence of 7 or higher communicates by empathy. An empathic sword can control the person wielding it if the sum of the intelligence and wisdom of the wielder is less than the sum of the intelligence and ego of the sword.
  69.  
  70. A magic sword of 10 or higher can also communicate by speech. A magic sword capable of speech can cast the spell \textbf{Suggestion} three times per day.
  71.  
  72. A magic sword with intelligence 7 or higher has an alignment and a purpose. These can be chosen by the player. If the purpose is to slay a class of creatures, then the sword gets the higher special bonus when fighting that class of creature.
  73.  
  74. Magic daggers cannot advance higher than 8th level.
  75.  
  76.  
  77.  
  78.  
  79.  
  80. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement