summaryrefslogtreecommitdiffstats
path: root/components/sheet.tex
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2026-01-24 08:39:00 +0100
committerFilip Wandzio <contact@philw.dev>2026-01-24 08:39:00 +0100
commit3f4bea9c5e36490661624ff0bb30cbf4fda9591b (patch)
treed55874db5ffc180f1a5377844e2c3a105a942cb5 /components/sheet.tex
downloadsrpgd-master.tar.gz
srpgd-master.zip
Create basic rulesetHEADmaster
The ruleset contains basics, character creation, combat, magic. Implement example one-shot campain.
Diffstat (limited to '')
-rw-r--r--components/sheet.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/components/sheet.tex b/components/sheet.tex
new file mode 100644
index 0000000..65f6217
--- /dev/null
+++ b/components/sheet.tex
@@ -0,0 +1,37 @@
1\newpage
2\noindent
3\begin{minipage}[t]{0.48\linewidth}
4\textbf{Name:} \\
5\textbf{Race:} \\
6\textbf{Currency:} \\
7\textbf{Lvl:} \hspace{1em} \textbf{XP:} \\[2pt]
8
9\textbf{Attributes} \\
10Str \\
11Dex \\
12Con \\
13Int \\
14Fai\\
15Cha \\[1pt]
16
17\textbf{Combat} \\
18AC \hspace{1em} HP \hspace{1em} AB \hspace{1em} Mv \\[2pt]
19
20\textbf{ST} \\
21DR / Poison \\
22Temperature \\
23\end{minipage}%
24\hfill
25\begin{minipage}[t]{0.48\linewidth}
26\textbf{Weapon} \\
27Wp \\
28AB \\
29Dmg \\
30Rng \\[2pt]
31
32\textbf{Spells} \\[1pt]
33\vspace{4\baselineskip}
34
35\textbf{Equipment} \\[1pt]
36\vspace{4\baselineskip} % flexible space for writing
37\end{minipage}