summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--components/front.tex47
-rw-r--r--components/sheet.tex37
2 files changed, 84 insertions, 0 deletions
diff --git a/components/front.tex b/components/front.tex
new file mode 100644
index 0000000..fc717b4
--- /dev/null
+++ b/components/front.tex
@@ -0,0 +1,47 @@
1\begin{titlepage}
2\centering
3\vspace*{2cm}
4
5{\Huge\bfseries Simple Role-Playing Game Definition (SRPGD)\par}
6\vspace{0.5cm}
7\vfill
8
9\small
10Copyleft 2026 Filip Wandzio
11
12This work is licensed under the
13\textbf{Creative Commons Attribution--ShareAlike 4.0 International License}
14(CC BY-SA 4.0).
15
16You are free to:
17\begin{itemize}
18 \item Share --- copy and redistribute the material in any medium or format
19 \item Adapt --- remix, transform, and build upon the material
20 \item Use the material for any purpose, even commercially
21\end{itemize}
22
23Under the following terms:
24\begin{itemize}
25 \item \textbf{Attribution} --- You must give appropriate credit, provide a
26 link to the license, and indicate if changes were made.
27 \item \textbf{ShareAlike} --- If you remix, transform, or build upon the
28 material, you must distribute your contributions under the same license.
29\end{itemize}
30
31The full license text is available at:
32
33\begin{center}
34\texttt{https://creativecommons.org/licenses/by-sa/4.0/}
35\end{center}
36
37\vspace{1cm}
38
39\vfill
40\end{titlepage}
41
42\cleardoublepage
43\pagenumbering{roman}
44\setcounter{page}{1}
45\tableofcontents
46\cleardoublepage
47\pagenumbering{arabic}
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}