From 3f4bea9c5e36490661624ff0bb30cbf4fda9591b Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sat, 24 Jan 2026 08:39:00 +0100 Subject: Create basic ruleset The ruleset contains basics, character creation, combat, magic. Implement example one-shot campain. --- components/front.tex | 47 +++++++++++++++++++++++++++++++++++++++++++++++ components/sheet.tex | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 components/front.tex create mode 100644 components/sheet.tex (limited to 'components') 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 @@ +\begin{titlepage} +\centering +\vspace*{2cm} + +{\Huge\bfseries Simple Role-Playing Game Definition (SRPGD)\par} +\vspace{0.5cm} +\vfill + +\small +Copyleft 2026 Filip Wandzio + +This work is licensed under the +\textbf{Creative Commons Attribution--ShareAlike 4.0 International License} +(CC BY-SA 4.0). + +You are free to: +\begin{itemize} + \item Share --- copy and redistribute the material in any medium or format + \item Adapt --- remix, transform, and build upon the material + \item Use the material for any purpose, even commercially +\end{itemize} + +Under the following terms: +\begin{itemize} + \item \textbf{Attribution} --- You must give appropriate credit, provide a + link to the license, and indicate if changes were made. + \item \textbf{ShareAlike} --- If you remix, transform, or build upon the + material, you must distribute your contributions under the same license. +\end{itemize} + +The full license text is available at: + +\begin{center} +\texttt{https://creativecommons.org/licenses/by-sa/4.0/} +\end{center} + +\vspace{1cm} + +\vfill +\end{titlepage} + +\cleardoublepage +\pagenumbering{roman} +\setcounter{page}{1} +\tableofcontents +\cleardoublepage +\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 @@ +\newpage +\noindent +\begin{minipage}[t]{0.48\linewidth} +\textbf{Name:} \\ +\textbf{Race:} \\ +\textbf{Currency:} \\ +\textbf{Lvl:} \hspace{1em} \textbf{XP:} \\[2pt] + +\textbf{Attributes} \\ +Str \\ +Dex \\ +Con \\ +Int \\ +Fai\\ +Cha \\[1pt] + +\textbf{Combat} \\ +AC \hspace{1em} HP \hspace{1em} AB \hspace{1em} Mv \\[2pt] + +\textbf{ST} \\ +DR / Poison \\ +Temperature \\ +\end{minipage}% +\hfill +\begin{minipage}[t]{0.48\linewidth} +\textbf{Weapon} \\ +Wp \\ +AB \\ +Dmg \\ +Rng \\[2pt] + +\textbf{Spells} \\[1pt] +\vspace{4\baselineskip} + +\textbf{Equipment} \\[1pt] +\vspace{4\baselineskip} % flexible space for writing +\end{minipage} -- cgit v1.2.3