drop caps and font sizes
Build Adventurer's Guide / Build-PDF (push) Failing after 1m0s Details

main
HeNine 1 year ago
parent 4970bdc5d4
commit 4511be3e63

@ -46,7 +46,9 @@ Classes are described in \cref{ch:combat-classes,ch:noncombat-classes}. The desc
\chapter{Combat Classes}\label{ch:combat-classes} \chapter{Combat Classes}\label{ch:combat-classes}
The first set of classes focuses on combat. Each of them specializes in their own way of dealing damage and controlling the battlefield. \begin{firstpar}
The first set of classes focuses on combat. Each of them specializes in their own way of dealing damage and controlling the battlefield.
\end{firstpar}
\section*{Fighter} \section*{Fighter}

@ -1,9 +1,10 @@
\chapter{Stats}\label{ch:stats} \chapter{Stats}\label{ch:stats}
\section*{Basic Stats} \begin{firstpar}
S{tats} describe your character mechanically. When a situation arises where your success is not certain, your future is in the hands of fate, in the form of dice.
\end{firstpar}
Stats describe your character mechanically. When a situation arises where your success is not certain, your future is in the hands of fate, in the form of dice. \section*{Basic Stats}
The basic stats are divided into two categories. The physical stats -- Strength, Dexterity, Constitution and Stability -- represent the physical state and fitness of your character, while the mental stats -- Intelligence, Knowledge, Composure and Charisma -- describe your mental capabilities. The basic stats are divided into two categories. The physical stats -- Strength, Dexterity, Constitution and Stability -- represent the physical state and fitness of your character, while the mental stats -- Intelligence, Knowledge, Composure and Charisma -- describe your mental capabilities.

@ -1,6 +1,8 @@
\chapter{Combat} \chapter{Combat}
Combat is a form of an extended test (\cref{sec:extended_test}) where characters take turns, trying to achieve their goals through physical means. \begin{firstpar}
C{ombat} is a form of an extended test (\cref{sec:extended_test}) where characters take turns, trying to achieve their goals through physical means.
\end{firstpar}
\section*{Initiating Combat} \section*{Initiating Combat}
@ -92,4 +94,4 @@ If the desired action takes more than \SIlist{5}{\second} to complete, the GR mi
\section*{Dodge} \section*{Dodge}
Instead of taking an action, your character can brace for an upcoming attack. You do this by declaring which attack you would like to defend against, in the form of a conditional statement. For example: ``if Barry the Guard attacks me with his halberd, I will dodge.'' This grants you temporary AC against that attack -- if it actually occurs -- equal to half your \stat{dex}, until your next turn. Instead of taking an action, your character can brace for an upcoming attack. You do this by declaring which attack you would like to defend against, in the form of a conditional statement. For example: ``if Barry the Guard attacks me with his halberd, I will dodge.'' This grants you temporary AC against that attack -- if it actually occurs -- equal to half your \stat{dex}, until your

@ -1,4 +1,4 @@
\documentclass[a4paper,11pt,pagesize, openany]{scrbook} \documentclass[a4paper,12pt,pagesize, openany]{scrbook}
\KOMAoptions{ \KOMAoptions{
numbers=noenddot, numbers=noenddot,
@ -41,6 +41,8 @@
\usepackage[mode=match]{siunitx} \usepackage[mode=match]{siunitx}
\usepackage[lraise=0.1,nindent=0.0em]{lettrine}
% \renewcommand*\sfdefault{ugq} % \renewcommand*\sfdefault{ugq}
\usepackage[scaled]{helvet} \usepackage[scaled]{helvet}
% \usepackage{tgadventor} % \usepackage{tgadventor}
@ -91,17 +93,17 @@
\newcommand{\tochange}[1]{\textcolor{red}{#1}} \newcommand{\tochange}[1]{\textcolor{red}{#1}}
\newcommand{\dc}[1]{\textsc{\large d}#1} \usepackage{relsize}
\newcommand*{\stat}[1]{\textsc{\Large \MakeLowercase {#1}}} \newcommand{\dc}[1]{\textsc{\larger d}#1}
% \newcommand*{\str}{\stat{stb}}
% \newcommand*{\dex}{\stat{stb}} \newcommand*{\stat}[1]{\textsc{\larger[2]\MakeLowercase{#1}}}
% \newcommand*{\con}{\stat{stb}}
% \newcommand*{\stb}{\stat{stb}} \usepackage{etoolbox}
% \newcommand*{\stb}{\stat{stb}} \AtBeginEnvironment{multicols}{\small}
% \newcommand*{\stb}{\stat{stb}}
% \newcommand*{\stb}{\stat{stb}}
% \newcommand*{\stb}{\stat{stb}} \newenvironment{firstpar}{\large\lettrine}{\normalsize\par}
\begin{document} \begin{document}
% \fontdimen2\font=1.25\fontdimen2\font % \fontdimen2\font=1.25\fontdimen2\font

Loading…
Cancel
Save