1 | 1 |
\documentclass[8pt]{extarticle}
|
2 | |
\usepackage{color}
|
3 | |
\usepackage{lmodern}
|
4 | |
\usepackage{amssymb,amsmath}
|
5 | |
\usepackage{ifxetex,ifluatex}
|
6 | |
\usepackage{anyfontsize}
|
7 | |
\usepackage[percent]{overpic}
|
8 | |
\usepackage[margin=0.5in]{geometry}
|
9 | |
\usepackage{multicol}
|
10 | |
\setlength{\columnsep}{0.05cm}
|
11 | |
\usepackage[T1]{fontenc}
|
12 | |
\usepackage[utf8]{inputenc}
|
13 | |
\usepackage{fontspec} % For loading fonts
|
14 | |
\usepackage{titlesec}
|
15 | |
\setmainfont{PT Serif}
|
16 | |
\newfontfamily\headingfont[]{Metamorphous}
|
17 | |
\titleformat*{\section}{\LARGE\headingfont}
|
18 | |
\titleformat*{\subsection}{\Large\headingfont}
|
19 | |
|
20 | |
\newenvironment{amove}[1]
|
21 | |
{\Checkbox{6pt}\ {\headingfont #1}\begin{quote}
|
22 | |
}
|
23 | |
{\end{quote}
|
24 | |
}
|
25 | |
|
26 | |
\pagestyle{empty}
|
27 | |
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
28 | |
% use microtype if available
|
29 | |
\IfFileExists{microtype.sty}{%
|
30 | |
\usepackage[]{microtype}
|
31 | |
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
|
32 | |
}{}
|
33 | |
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref
|
34 | |
|
35 | |
\makeatother
|
36 | |
% Scale images if necessary, so that they will not overflow the page
|
37 | |
% margins by default, and it is still possible to overwrite the defaults
|
38 | |
% using explicit options in \includegraphics[width, height, ...]{}
|
39 | |
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
40 | |
\IfFileExists{parskip.sty}{%
|
41 | |
\usepackage{parskip}
|
42 | |
}{% else
|
43 | |
\setlength{\parindent}{0pt}
|
44 | |
\setlength{\parskip}{6pt plus 2pt minus 1pt}
|
45 | |
}
|
46 | |
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
47 | |
\providecommand{\tightlist}{%
|
48 | |
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
49 | |
\setcounter{secnumdepth}{0}
|
50 | |
% Redefines (sub)paragraphs to behave more like sections
|
51 | |
\ifx\paragraph\undefined\else
|
52 | |
\let\oldparagraph\paragraph
|
53 | |
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
|
54 | |
\fi
|
55 | |
\ifx\subparagraph\undefined\else
|
56 | |
\let\oldsubparagraph\subparagraph
|
57 | |
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
|
58 | |
\fi
|
59 | |
|
60 | |
% set default figure placement to htbp
|
61 | |
\makeatletter
|
62 | |
\def\fps@figure{htbp}
|
63 | |
\makeatother
|
64 | |
|
65 | |
|
66 | |
\date{}
|
67 | |
|
68 | |
\usepackage{etoolbox}
|
69 | |
\patchcmd{\quote}{\rightmargin}{\leftmargin 1em \rightmargin}{}{}
|
70 | |
|
71 | |
\usepackage{tikz}
|
72 | |
\newcommand{\Checkbox}[1]{\tikz{\path[draw=black] (0,0) rectangle (#1,#1);}}
|
| 2 |
|
| 3 |
\input{prelude.tex}
|
73 | 4 |
|
74 | 5 |
% Modify this commands to define Class name, Base HP, Base Load and Damage Dice (only number)
|
75 | 6 |
\newcommand{\Class}{Bard}
|
|
77 | 8 |
\newcommand{\BaseLoad}{9}
|
78 | 9 |
\newcommand{\Damage}{6}
|
79 | 10 |
|
80 | |
% Don't replace here, replace before every section
|
81 | |
\newcommand{\SectionTitle}{4}
|
82 | |
|
83 | |
|
84 | |
|
85 | 11 |
|
86 | 12 |
\begin{document}
|
87 | 13 |
\openup -0.3em
|
88 | 14 |
|
89 | 15 |
\input{figuras/TopBanner}
|
90 | |
%\input{figuras/TopBanner10Plus} %Use this instead when damage dice has 10 or more faces
|
91 | 16 |
|
92 | 17 |
\begin{multicols}{2}
|
93 | |
\renewcommand{\SectionTitle}{\headingfont Folk}
|
94 | |
\input{figuras/LeftBanner}
|
95 | |
|
96 | |
|
97 | |
\Checkbox{6pt} \textbf{Elf}
|
98 | |
\begin{quote}
|
| 18 |
\leftbanner{Folk}
|
| 19 |
|
| 20 |
|
| 21 |
\begin{amove}{Elf}
|
99 | 22 |
When you enter an important location (your call) you can ask the GM for one fact from the history of that location.
|
100 | |
\end{quote}
|
101 | |
|
102 | |
\Checkbox{6pt} \textbf{Human}
|
103 | |
\begin{quote}
|
| 23 |
\end{amove}
|
| 24 |
|
| 25 |
\begin{amove}{Human}
|
104 | 26 |
When you first enter a civilized settlement someone who respects the custom of hospitality to minstrels will take you in as their guest.
|
105 | |
\end{quote}
|
106 | |
|
107 | |
\Checkbox{6pt} \textbf{Rihamm}
|
108 | |
\begin{quote}
|
| 27 |
\end{amove}
|
| 28 |
|
| 29 |
\begin{amove}{Rihamm}
|
109 | 30 |
When you speak frankly and openly with someone, ask them two questions instead of one.
|
110 | |
\end{quote}
|
111 | |
|
112 | |
\
|
113 | |
|
114 | |
\renewcommand{\SectionTitle}{\headingfont Alignment}
|
115 | |
\input{figuras/LeftBanner}
|
116 | |
|
117 | |
|
118 | |
\Checkbox{6pt} \textbf{Good}
|
| 31 |
\end{amove}
|
| 32 |
|
| 33 |
\
|
| 34 |
|
| 35 |
\leftbanner{Alignment}
|
| 36 |
|
| 37 |
\choice \textbf{Good}
|
119 | 38 |
\begin{quote}
|
120 | 39 |
Perform your art to aid someone else.
|
121 | 40 |
\end{quote}
|
122 | 41 |
|
123 | |
\Checkbox{6pt} \textbf{Neutral}
|
| 42 |
\choice \textbf{Neutral}
|
124 | 43 |
\begin{quote}
|
125 | 44 |
Avoid a conflict or defuse a tense situation.
|
126 | 45 |
\end{quote}
|
127 | 46 |
|
128 | |
\Checkbox{6pt} \textbf{Chaotic}
|
| 47 |
\choice \textbf{Chaotic}
|
129 | 48 |
\begin{quote}
|
130 | 49 |
Spur others to significant and unplanned decisive action.
|
131 | 50 |
\end{quote}
|
|
133 | 52 |
|
134 | 53 |
\
|
135 | 54 |
|
136 | |
\renewcommand{\SectionTitle}{\headingfont Bonds}
|
137 | |
\input{figuras/LeftBanner}
|
| 55 |
\leftbanner{Bonds}
|
138 | 56 |
|
139 | 57 |
\begin{quote}
|
140 | 58 |
\textbf{V:}\enspace\hrulefill
|
|
163 | 81 |
\columnbreak
|
164 | 82 |
|
165 | 83 |
|
166 | |
\renewcommand{\SectionTitle}{\headingfont Starting Moves}
|
167 | |
\input{figuras/RightBanner}
|
| 84 |
\rightbanner{Starting Moves}
|
168 | 85 |
|
169 | 86 |
\begin{quote}
|
170 | 87 |
{\headingfont Arcane Art}
|
|
187 | 104 |
\end{quote}
|
188 | 105 |
\end{quote}
|
189 | 106 |
|
190 | |
\begin{quote}
|
191 | |
{\headingfont Bardic Lore}
|
192 | |
\begin{quote}
|
193 | |
|
| 107 |
\begin{basicmove}{Bardic Lore}
|
194 | 108 |
Choose an area of expertise:
|
195 | 109 |
|
196 | 110 |
• Spells and Magicks
|
|
208 | 122 |
• Gods and Their Servants
|
209 | 123 |
|
210 | 124 |
When you \textbf{first encounter an important creature, location, or item (your call) covered by your bardic lore} you can ask the GM any one question about it; the GM will answer truthfully. The GM may then ask you what tale, song, or legend you heard that information in.
|
211 | |
\end{quote}
|
212 | |
\end{quote}
|
213 | |
|
214 | |
\begin{quote}
|
215 | |
{\headingfont Charming and Open}
|
216 | |
|
217 | |
\begin{quote}
|
| 125 |
\end{basicmove}
|
| 126 |
|
| 127 |
\begin{basicmove}{Charming and Open}
|
218 | 128 |
When you \textbf{speak frankly with someone}, you can ask their player a question from the list below. They must answer it truthfully, then they may ask you a question from the list (which you must answer truthfully).
|
219 | 129 |
|
220 | 130 |
• Whom do you serve?
|
|
226 | 136 |
• What are you really feeling right now?
|
227 | 137 |
|
228 | 138 |
• What do you most desire?
|
229 | |
\end{quote}\end{quote}
|
230 | |
|
231 | |
\begin{quote}
|
232 | |
{\headingfont A Port in the Storm}
|
233 | |
\begin{quote}
|
| 139 |
\end{basicmove}
|
| 140 |
|
| 141 |
\begin{basicmove}{A Port in the Storm}
|
234 | 142 |
When you \textbf{arrive at a civilized settlement spoken of in
|
235 | 143 |
lore or song}, tell the GM something you've heard about the
|
236 | 144 |
place. They’ll tell you how it’s changed since the Shattering.
|
237 | |
\end{quote}
|
238 | |
\end{quote}
|
| 145 |
\end{basicmove}
|
239 | 146 |
|
240 | 147 |
\vfill\null
|
241 | 148 |
\end{multicols}
|
242 | 149 |
\clearpage
|
243 | 150 |
|
244 | |
\renewcommand{\SectionTitle}{\headingfont Gear}
|
245 | |
\input{figuras/RightBannerEquipment}
|
| 151 |
\gearbanner
|
246 | 152 |
|
247 | 153 |
\begin{multicols}{2}
|
248 | 154 |
|
249 | 155 |
\begin{quote}
|
250 | 156 |
Your load is 9+Str. You have dungeon rations (5 uses, 1 weight). Choose one instrument, all are 0 weight for you:
|
251 | 157 |
|
252 | |
\Checkbox{6pt} Your father’s mandolin, repaired
|
253 | |
|
254 | |
\Checkbox{6pt} A fine lute, a gift from a noble
|
255 | |
|
256 | |
\Checkbox{6pt} The pipes with which you courted your first love
|
257 | |
|
258 | |
\Checkbox{6pt} A stolen horn
|
259 | |
|
260 | |
\Checkbox{6pt} A fiddle, never before played
|
261 | |
|
262 | |
\Checkbox{6pt} A songbook in a forgotten tongue
|
| 158 |
\choice Your father’s mandolin, repaired
|
| 159 |
|
| 160 |
\choice A fine lute, a gift from a noble
|
| 161 |
|
| 162 |
\choice The pipes with which you courted your first love
|
| 163 |
|
| 164 |
\choice A stolen horn
|
| 165 |
|
| 166 |
\choice A fiddle, never before played
|
| 167 |
|
| 168 |
\choice A songbook in a forgotten tongue
|
263 | 169 |
|
264 | 170 |
\end{quote}
|
265 | 171 |
|
|
269 | 175 |
\begin{quote}
|
270 | 176 |
Choose your clothing:
|
271 | 177 |
|
272 | |
\Checkbox{6pt} Leather armor (1 armor, 1 weight)
|
273 | |
|
274 | |
\Checkbox{6pt} Ostentatious clothes (0 weight)
|
| 178 |
\choice Leather armor (1 armor, 1 weight)
|
| 179 |
|
| 180 |
\choice Ostentatious clothes (0 weight)
|
275 | 181 |
|
276 | 182 |
Choose your armament:
|
277 | 183 |
|
278 | |
\Checkbox{6pt} Dueling rapier (close, precise, 2 weight)
|
279 | |
|
280 | |
\Checkbox{6pt} Worn bow (near, 2 weight), bundle of arrows (3 ammo,
|
| 184 |
\choice Dueling rapier (close, precise, 2 weight)
|
| 185 |
|
| 186 |
\choice Worn bow (near, 2 weight), bundle of arrows (3 ammo,
|
281 | 187 |
1 weight), and short sword (close, 1 weight)
|
282 | 188 |
|
283 | 189 |
Choose one:
|
284 | 190 |
|
285 | |
\Checkbox{6pt} Adventuring gear (1 weight)
|
286 | |
|
287 | |
\Checkbox{6pt} Bandages (0 weight)
|
288 | |
|
289 | |
\Checkbox{6pt} Halfling pipeleaf (0 weight)
|
290 | |
|
291 | |
\Checkbox{6pt} 3 coins
|
| 191 |
\choice Adventuring gear (1 weight)
|
| 192 |
|
| 193 |
\choice Bandages (0 weight)
|
| 194 |
|
| 195 |
\choice Halfling pipeleaf (0 weight)
|
| 196 |
|
| 197 |
\choice 3 coins
|
292 | 198 |
|
293 | 199 |
|
294 | 200 |
\end{quote}
|
|
296 | 202 |
\end{multicols}
|
297 | 203 |
|
298 | 204 |
\begin{multicols}{2}
|
299 | |
\renewcommand{\SectionTitle}{\headingfont Advanced Moves (2-5)}
|
300 | |
\input{figuras/LeftBanner}
|
| 205 |
\leftbanner{Advanced Moves (2-5)}
|
301 | 206 |
|
302 | 207 |
When you \textbf{gain a level from 2--5}, choose from these moves.
|
303 | 208 |
|
|
369 | 274 |
\vfill\null
|
370 | 275 |
\columnbreak
|
371 | 276 |
|
372 | |
\renewcommand{\SectionTitle}{\headingfont Advanced Moves (6-10)}
|
373 | |
\input{figuras/RightBanner}
|
| 277 |
\rightbanner{Advanced Moves (6-10)}
|
374 | 278 |
|
375 | 279 |
When you \textbf{gain a level from 6--10}, choose from these moves or
|
376 | 280 |
the level 2--5 moves.
|