merchant.tex 2.1 KB

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