merchant.tex 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. \documentclass[8pt]{extarticle}
  2. \input{assets/prelude}
  3. \newcommand{\Class}{Merchant}
  4. \newcommand{\BaseHP}{6}
  5. \newcommand{\BaseLoad}{9}
  6. \newcommand{\Damage}{4}
  7. \begin{document}
  8. \openup -0.2em
  9. \charbanner
  10. \begin{multicols}{2}
  11. \leftbanner{Folk}
  12. \begin{amove}{Elf}
  13. You know the academics and historians of the universities. You get
  14. the \textbf{Bookseller} connection in addition to any others you
  15. choose.
  16. \end{amove}
  17. \begin{amove}{Human}
  18. You know the artisans and tradespeople of the city. You get the
  19. \textbf{Artisan Goods} connection in addition to any others you
  20. choose.
  21. \end{amove}
  22. \begin{amove}{Kitt}
  23. You know the trappers and hunters on the outskirts of the city. You
  24. get the \textbf{Hunted Goods} connection in addition to any others
  25. you choose.
  26. \end{amove}
  27. \
  28. \leftbanner{Drive}
  29. \begin{amove}{???}
  30. foo
  31. \end{amove}
  32. \begin{amove}{???}
  33. bar
  34. \end{amove}
  35. \begin{amove}{???}
  36. baz
  37. \end{amove}
  38. \
  39. \leftbanner{Bonds}
  40. \vfill\null
  41. \columnbreak
  42. \rightbanner{Starting Moves}
  43. \begin{basicmove}{Capital}
  44. You begin with 3 Capital. When in a city large enough to have a
  45. market, you can once per day exchange 1 Capital for 100 gold, or
  46. exchange 100 gold for 1 Capital.
  47. \end{basicmove}
  48. \begin{basicmove}{Connections}
  49. You have connections who can supply you with goods that you can then
  50. sell at the market. Choose two of the following categories: you can
  51. always \textbf{Buy in Bulk} from them.
  52. \end{basicmove}
  53. \vfill\null
  54. \end{multicols}
  55. \clearpage
  56. \gearbanner
  57. \begin{multicols}{2}
  58. \begin{quote}
  59. \yourLoad{8}.
  60. \end{quote}
  61. \
  62. \columnbreak
  63. \
  64. \end{multicols}
  65. \begin{multicols}{2}
  66. \leftbanner{Advanced Moves (2-5)}
  67. When you \textbf{gain a level from 2--5}, choose from these moves.
  68. \begin{amove}{The Deals Warlock}
  69. foo
  70. \end{amove}
  71. \begin{amove}{Wager}
  72. foo
  73. \end{amove}
  74. \begin{amove}{Spice and Wolf}
  75. When you \textbf{escort a valuable trade good through the dangerous
  76. wilderness}, you can take +1 to rolls to \textbf{Take a Perilous
  77. Journey.}
  78. \end{amove}
  79. \vfill\null
  80. \columnbreak
  81. \rightbanner{Advanced Moves (6-10)}
  82. When you \textbf{gain a level from 6--10}, choose from these moves or
  83. the level 2--5 moves.
  84. \vfill\null
  85. \end{multicols}
  86. \end{document}