A myriad of updates

This commit is contained in:
William Moore 2024-06-16 10:37:06 -05:00
parent 221b551fd3
commit d0ad5e57f9

View File

@ -6,6 +6,8 @@
\usepackage{multicol}
\usepackage{hyperref}
\usepackage[dvipsnames]{xcolor}
\usepackage{fontspec}
\setmainfont{Arial}
\graphicspath{ {./src} }
\definecolor{parchment}{HTML}{FCF5E5}
\definecolor{title}{HTML}{664200}
@ -26,11 +28,8 @@
colback=parchment
}
\begin{document}
\pagecolor{parchment}
\twocolumn
\begin{center}
{\color{title} \huge The Cubic System}
\newline
{\huge The Cubic System} \\
{by William Moore}
\end{center}
@ -86,12 +85,8 @@ Here is a table of task difficulty values usable for determining in a vague sens
\end{center}
\textbf{Combat} is really a specialized task check. First, Agility rolls are made to determine turn order. Next, Agility dice are rolled to strike. The defender may spend 1 action to make a relevant Dodge or Parry roll to add dice results to their target value of 10. If the attacker's roll is higher than this value, they succeed and roll their relevant dice to determine damage. If the attack succeeds and damage is dealt by adding in the weapon damage, the defender rolls their Endurance dice and add in any armor.
\onecolumn
\newpage
\begin{minipage}[s][.7\paperheight][t]{\columnwidth}
\begin{multicols}{2}
When determining damage, the system uses wounds. The best way to figure out how many wounds are dealt is looking at the resulting damage from attack. When a character receives 5 wounds and do not receive medical attention within 10 seconds, they die. The following table shows the damage ranges:
When determining damage, the system uses wounds. The best way to figure out how many wounds are dealt is looking at the resulting damage from attack. When a character receives 5 wounds and do not receive medical attention within 10 seconds, they die. The following table shows the damage ranges:
\begin{center}
\begin{tabular}{c c}
@ -113,10 +108,12 @@ In your dice pool, one die, which should be identified in some fashion as differ
At creation, all characters have 5 character points. At the end of a game session, the game master/mistress should divvy out character points. After the players receive them, and between sessions, the players may spend the 3 points to improve a skill by +1. Alternatively, the player may spend character points equal to the dice to add a new skill based on the associated attribute. The cost is equal to the number of new dice for the skill. For example, a player wants to increase their 5D skill to 5D+2. If they want to proceed, they will need to spend 6 character points. Another example, the player wants to learn a new skill based on their Agility score of 2D. They will need to spend 2 character points to get +1 in the skill for a total of 2D+1.
\end{multicols}
\section*{Movement}
Movement is defined as how much a partcular character may move in meteres in a single combat round. For example, a human might move 10 meters in a single round. Movement usually consumes the action for a given character.
\vspace*{\fill}
\begin{tcolorbox}
{\color{black} The Cubic System © 2024 by William Moore is licensed under \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC BY-SA 4.0}}
\end{tcolorbox}
\end{minipage}
\end{document}