Merge branch 'canismarko:master' into master

This commit is contained in:
bw-mutley
2021-09-02 09:17:16 -03:00
committed by GitHub
20 changed files with 1897 additions and 916 deletions
+5 -5
View File
@@ -6,7 +6,7 @@ h1, h2, h3, h4, h5, h6 {
}
body {
/* background: #f4ecdb; */
background-image: url("../images/paper.jpg");
/* background-image: url("../images/paper.jpg"); */
background-size: 100%;
}
p {
@@ -156,14 +156,14 @@ table p {
}
th {
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
td {
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 67 KiB

+25 -1
View File
@@ -21,7 +21,19 @@
\usepackage[dvipsnames]{color}
\setlength{\zerosep}{-1em}
[% endif %]
\definecolor{mygrey}{gray}{0.7}
\definecolor{mygrey}{gray}{0.7}
%% Unicode definitions for superscripts/subscripts
\DeclareUnicodeCharacter{00B9}{\textsuperscript{1}}
\DeclareUnicodeCharacter{00B2}{\textsuperscript{2}}
\DeclareUnicodeCharacter{00B3}{\textsuperscript{3}}
\DeclareUnicodeCharacter{2074}{\textsuperscript{4}}
\DeclareUnicodeCharacter{2075}{\textsuperscript{5}}
\DeclareUnicodeCharacter{2076}{\textsuperscript{6}}
\DeclareUnicodeCharacter{2077}{\textsuperscript{7}}
\DeclareUnicodeCharacter{2078}{\textsuperscript{8}}
\DeclareUnicodeCharacter{2079}{\textsuperscript{9}}
\DeclareUnicodeCharacter{2070}{\textsuperscript{0}}
%%% Fallback definitions for Docutils-specific commands
[% raw %]
@@ -39,6 +51,18 @@
\end{center}
\fi
}
\newenvironment{DUlineblock}[1]{%
\list{}{\setlength{\partopsep}{\parskip}
\addtolength{\partopsep}{\baselineskip}
\setlength{\topsep}{0pt}
\setlength{\itemsep}{0.15\baselineskip}
\setlength{\parsep}{0pt}
\setlength{\leftmargin}{#1}}
\raggedright
}
% titlereference standard role
\providecommand*{\DUroletitlereference}[1]{\textsl{#1}}
% title for topics, admonitions, unsupported section levels, and sidebar
\providecommand*{\DUtitle}[2][class-arg]{%
+4 -535
View File
@@ -1,539 +1,8 @@
<h1 id="gm-random-tables">Random Tables</h1>
[% if conjure_animals %]
[% for table in tables %]
<h2 id="gm-random-tables-[[ table.name | to_heading_id ]]">[[ table.name ]]</h2>
<!-- https://the-azure-triskele.obsidianportal.com/wikis/conjure-animals-table -->
<h2 id="gm-random-tables-conjure-animals">Conjure Animals</h2>
[[ table.__doc__ | rst_to_html(format_dice=False) ]]
<!-- Which category of beasts to summon -->
<table>
<tr>
<th>1d4</th>
<th>Number of Beasts</th>
</tr>
<tr>
<td>1</td>
<td>One beast of challenge rating 2</td>
</tr>
<tr>
<td>2</td>
<td>Two beasts of challenge rating 1</td>
</tr>
<tr>
<td>3</td>
<td>Four beasts of challenge rating 1/2</td>
</tr>
<tr>
<td>4</td>
<td>Eight beasts of challenge rating 1/4 or lower</td>
</tr>
</table>
<!-- CR2 Beasts -->
<table>
<tr>
<th>1d20</th>
<th>CR2 Beasts</th>
</tr>
<tr>
<td>1-2</td>
<td>Allosaurus</td>
</tr>
<tr>
<td>3-4</td>
<td>Giant Boar</td>
</tr>
<tr>
<td>5-6</td>
<td>Giant Constrictor Snake</td>
</tr>
<tr>
<td>7-8</td>
<td>Giant Elk</td>
</tr>
<tr>
<td>9-10</td>
<td>Hunter Shark</td>
</tr>
<tr>
<td>11</td>
<td>Plesiosaurus</td>
</tr>
<tr>
<td>12-13</td>
<td>Polar Bear</td>
</tr>
<tr>
<td>14-15</td>
<td>Rhinoceros</td>
</tr>
<tr>
<td>16-17</td>
<td>Saber-toothed Tiger</td>
</tr>
<tr>
<td>18-19</td>
<td>Swarm of Poisonous Snakes</td>
</tr>
<tr>
<td>20</td>
<td>Roll on CR 1 Beast Table</td>
</tr>
</table>
<!-- CR1 Beasts -->
<table>
<tr>
<th>1d12</th>
<th>Challenge Rating 1 Beasts</th>
</tr>
<tr>
<td>1</td>
<td>Brown Bear</td>
</tr>
<tr>
<td>2</td>
<td>Dire Wolf</td>
</tr>
<tr>
<td>3</td>
<td>Fire Snake</td>
</tr>
<tr>
<td>4</td>
<td>Giant Eagle</td>
</tr>
<tr>
<td>5</td>
<td>Giant Hyena</td>
</tr>
<tr>
<td>6</td>
<td>Giant Octopus</td>
</tr>
<tr>
<td>7</td>
<td>Giant Spider</td>
</tr>
<tr>
<td>8</td>
<td>Giant Toad</td>
</tr>
<tr>
<td>9</td>
<td>Giant Vulture</td>
</tr>
<tr>
<td>10</td>
<td>Lion</td>
</tr>
<tr>
<td>11</td>
<td>Tiger</td>
</tr>
<tr>
<td>12</td>
<td>Roll on CR ½ Beast Table</td>
</tr>
</table>
<table>
<tr>
<th>1d20</th>
<th>Challenge Rating ½ Beasts</th>
</tr>
<tr>
<td>1-2</td>
<td>Ape</td>
</tr>
<tr>
<td>3-4</td>
<td>Black Bear</td>
</tr>
<tr>
<td>5-6</td>
<td>Crocodile</td>
</tr>
<tr>
<td>7-8</td>
<td>Giant Goat</td>
</tr>
<tr>
<td>9-10</td>
<td>Giant Sea Horse</td>
</tr>
<tr>
<td>11-12</td>
<td>Giant Wasp</td>
</tr>
<tr>
<td>13-14</td>
<td>Reef Shark</td>
</tr>
<tr>
<td>15-16</td>
<td>Swarm of Insects (below)</td>
</tr>
<tr>
<td>17-18</td>
<td>Warhorse</td>
</tr>
<tr>
<td>19</td>
<td>Worg</td>
</tr>
<tr>
<td>20</td>
<td>Roll on Lesser Beast Menu Table</td>
</tr>
</table>
<!-- Swarm of insects (mostly for flavor) -->
<table>
<tr>
<th>1d6</th>
<th>Swarm of Insects</th>
</tr>
<tr>
<td>1</td>
<td>Ant</td>
</tr>
<tr>
<td>2</td>
<td>Beatles</td>
</tr>
<tr>
<td>3</td>
<td>Centipedes</td>
</tr>
<tr>
<td>4</td>
<td>Locusts</td>
</tr>
<tr>
<td>5</td>
<td>Spiders</td>
</tr>
<tr>
<td>6</td>
<td>Wasps</td>
</tr>
</table>
<!-- Challenge Rating 1/4 and Lesser Beasts -->
<table>
<tr>
<th>1d6</th>
<th>CR ¼ and Lesser Beast Menu</th>
</tr>
<tr>
<td>1-2</td>
<td>Menu A</td>
</tr>
<tr>
<td>3-4</td>
<td>Menu B</td>
</tr>
<tr>
<td>5-6</td>
<td>Menu C</td>
</tr>
</table>
<!-- CR1/4 and Lesser Beasts -->
<table>
<tr>
<th>1d20</th>
<th>Lesser Beast Menu A</th>
</tr>
<tr>
<td>1</td>
<td>Axe Beak</td>
</tr>
<tr>
<td>2</td>
<td>Baboon</td>
</tr>
<tr>
<td>3</td>
<td>Badger</td>
</tr>
<tr>
<td>4</td>
<td>Bat</td>
</tr>
<tr>
<td>5</td>
<td>Blood Hawk</td>
</tr>
<tr>
<td>6</td>
<td>Boar</td>
</tr>
<tr>
<td>7</td>
<td>Camel</td>
</tr>
<tr>
<td>8</td>
<td>Cat</td>
</tr>
<tr>
<td>9</td>
<td>Chicken*</td>
</tr>
<tr>
<td>10</td>
<td>Constrictor Snake</td>
</tr>
<tr>
<td>11</td>
<td>Crab</td>
</tr>
<tr>
<td>12</td>
<td>Deer</td>
</tr>
<tr>
<td>13</td>
<td>Draft Horse</td>
</tr>
<tr>
<td>14</td>
<td>Eagle</td>
</tr>
<tr>
<td>15</td>
<td>Elk</td>
</tr>
<tr>
<td>16</td>
<td>Flying Snake</td>
</tr>
<tr>
<td>17</td>
<td>Frog</td>
</tr>
<tr>
<td>18</td>
<td>Giant Badger</td>
</tr>
<tr>
<td>19</td>
<td>Giant Bat</td>
</tr>
<tr>
<td>20</td>
<td>Giant Centipede</td>
</tr>
</table>
<dl class="random-table-definitions">
<dt>*Chicken</dt>
<dd>Raven stats with Advantage on checks to wake
up targets instead of mimicry</dd>
</dl>
<!-- CR1/4 and Lesser Beasts -->
<table>
<tr>
<th>1d20</th>
<th>Lesser Beast Menu B</th>
</tr>
<tr>
<td>1</td>
<td>Giant Crab </td>
</tr>
<tr>
<td>2</td>
<td>Giant Fire Beetle </td>
</tr>
<tr>
<td>3</td>
<td>Giant Frog</td>
</tr>
<tr>
<td>4</td>
<td>Giant Lizard</td>
</tr>
<tr>
<td>5</td>
<td>Giant Owl</td>
</tr>
<tr>
<td>6</td>
<td>Giant Poisonous Snake</td>
</tr>
<tr>
<td>7</td>
<td>Giant Rat</td>
</tr>
<tr>
<td>8</td>
<td>Giant Weasel</td>
</tr>
<tr>
<td>9</td>
<td>Giant Wolf Spider</td>
</tr>
<tr>
<td>10</td>
<td>Goat</td>
</tr>
<tr>
<td>11</td>
<td>Hawk</td>
</tr>
<tr>
<td>12</td>
<td>Hyena</td>
</tr>
<tr>
<td>13</td>
<td>Jackal</td>
</tr>
<tr>
<td>14</td>
<td>Lemur*</td>
</tr>
<tr>
<td>15</td>
<td>Lizard</td>
</tr>
<tr>
<td>16</td>
<td>Mastiff</td>
</tr>
<tr>
<td>17</td>
<td>Mule</td>
</tr>
<tr>
<td>18</td>
<td>Newt**</td>
</tr>
<tr>
<td>19</td>
<td>Octopus</td>
</tr>
<tr>
<td>20</td>
<td>Octopus, Cascadian Tree***</td>
</tr>
</table>
<dl class="random-table-definitions">
<dt>*Lemur</dt>
<dd>Weasel stats with a common Climb speed instead of a
bite attack</dd>
<dt>**Newt</dt>
<dd>Lizard stats with Amphibious instead of a bite
attack</dd>
<dt>***Octopus, Cascadian Tree</dt>
<dd>Octopus stats with Amphibious
and a 10 ft land speed instead of camouflage</dd>
</dl>
<!-- CR1/4 and Lesser Beasts -->
<table>
<tr>
<th>1d20</th>
<th>Lesser Beast Menu C</th>
</tr>
<tr>
<td>1</td>
<td>Owl</td>
</tr>
<tr>
<td>2</td>
<td>Panther</td>
</tr>
<tr>
<td>3</td>
<td>Poisonous Snake</td>
</tr>
<tr>
<td>4</td>
<td>Pony</td>
</tr>
<tr>
<td>5</td>
<td>Pteranodon</td>
</tr>
<tr>
<td>6</td>
<td>Quipper</td>
</tr>
<tr>
<td>7</td>
<td>Rat</td>
</tr>
<tr>
<td>8</td>
<td>Raven</td>
</tr>
<tr>
<td>9</td>
<td>Riding Horse</td>
</tr>
<tr>
<td>10</td>
<td>Scorpion</td>
</tr>
<tr>
<td>11</td>
<td>Sea Horse</td>
</tr>
<tr>
<td>12</td>
<td>Shocker Lizard*</td>
</tr>
<tr>
<td>13</td>
<td>Spider</td>
</tr>
<tr>
<td>14</td>
<td>Swarm of Bats</td>
</tr>
<tr>
<td>15</td>
<td>Swarm of Rats</td>
</tr>
<tr>
<td>16</td>
<td>Swarm of Ravens</td>
</tr>
<tr>
<td>17</td>
<td>Turtle**</td>
</tr>
<tr>
<td>18</td>
<td>Vulture</td>
</tr>
<tr>
<td>19</td>
<td>Weasel</td>
</tr>
<tr>
<td>20</td>
<td>Wolf</td>
</tr>
</table>
<dl class="random-table-definitions">
<dt>*Shocker Lizard</dt>
<dd>Lizard stats with Static Electricity ranged attack of 1d6
Electricity damage Close/Medium.</dd>
<dt>**Turtle</dt>
<dd>Lizard stats with 14 natural armor and no climb speed.</dd>
</dl>
[% endif %]
[% endfor %]
+5 -272
View File
@@ -1,277 +1,10 @@
\pdfbookmark[0]{Random Tables}{Random Tables}
\section*{Random Tables}
[% if conjure_animals %]
[% for table in tables %]
\pdfbookmark[0]{[[ table.name ]]}{Random Table - [[ table.name ]]}
\subsection*{[[ table.name ]]}
%% https://the-azure-triskele.obsidianportal.com/wikis/conjure-animals-table
\pdfbookmark[1]{Conjure Animals}{Random Tables - Conjure Animals}
\subsection*{Conjure Animals}
[[ table.__doc__ | rst_to_latex(format_dice=False, use_dnd_decorations=use_dnd_decorations) ]]
%% Which category of beasts to summon
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d4 & Number of Beasts \\
[% else %]
\begin{tabular}{c | l}
1d4 & Number of Beasts \\
\hline\hline
[% endif %]
1 & One beast of challenge rating 2 \\
2 & Two beasts of challenge rating 1 \\
3 & Four beasts of challenge rating 1/2 \\
4 & Eight beasts of challenge rating 1/4 or lower \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% CR2 Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d20 & CR2 Beasts \\
[% else %]
\begin{tabular}{c | l}
1d20 & Challenge Rating 2 Beasts \\
\hline\hline
[% endif %]
1-2 & Allosaurus \\
3-4 & Giant Boar \\
5-6 & Giant Constrictor Snake \\
7-8 & Giant Elk \\
9-10 & Hunter Shark \\
11 & Plesiosaurus \\
12-13 & Polar Bear \\
14-15 & Rhinoceros \\
16-17 & Saber-toothed Tiger \\
18-19 & Swarm of Poisonous Snakes \\
20 & Roll on CR 1 Beast Table \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% CR1 Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d12 & Challenge Rating 1 Beasts \\
[% else %]
\begin{tabular}{c | l}
1d12 & Challenge Rating 1 Beasts \\
\hline\hline
[% endif %]
1 & Brown Bear \\
2 & Dire Wolf \\
3 & Fire Snake \\
4 & Giant Eagle \\
5 & Giant Hyena \\
6 & Giant Octopus \\
7 & Giant Spider \\
8 & Giant Toad \\
9 & Giant Vulture \\
10 & Lion \\
11 & Tiger \\
12 & Roll on CR 1/2 Beast Table \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% CR1/2 Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d20 & Challenge Rating $\frac{1}{2}$ Beasts \\
[% else %]
\begin{tabular}{c | l}
1d20 & Challenge Rating $\frac{1}{2}$ Beasts \\
\hline\hline
[% endif %]
1-2 & Ape \\
3-4 & Black Bear \\
5-6 & Crocodile \\
7-8 & Giant Goat \\
9-10 & Giant Sea Horse \\
11-12 & Giant Wasp \\
13-14 & Reef Shark \\
15-16 & Swarm of Insects (below) \\
17-18 & Warhorse \\
19 & Worg \\
20 & Roll on Lesser Beast Menu Table \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% Swarm of insects (mostly for flavor)
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d6 & Swarm of Insects \\
[% else %]
\begin{tabular}{c | l}
1d6 & Swarm of Insects \\
\hline\hline
[% endif %]
1 & Ant \\
2 & Beatles \\
3 & Centipedes \\
4 & Locusts \\
5 & Spiders \\
6 & Wasps \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% Challenge Rating 1/4 and Lesser Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d6 & CR $\frac{1}{4}$ and Lesser Beast Menu \\
[% else %]
\begin{tabular}{c | l}
1d6 & CR $\frac{1}{4}$ and Lesser Beast Menu \\
\hline\hline
[% endif %]
1-2 & Menu A \\
3-4 & Menu B \\
5-6 & Menu C \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
%% CR1/4 and Lesser Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d20 & Lesser Beast Menu A \\
[% else %]
\begin{tabular}{c | l}
1d12 & Lesser Beast Menu A \\
\hline\hline
[% endif %]
1 & Axe Beak \\
2 & Baboon \\
3 & Badger \\
4 & Bat \\
5 & Blood Hawk \\
6 & Boar \\
7 & Camel \\
8 & Cat \\
9 & Chicken* \\
10 & Constrictor Snake \\
11 & Crab \\
12 & Deer \\
13 & Draft Horse \\
14 & Eagle \\
15 & Elk \\
16 & Flying Snake \\
17 & Frog \\
18 & Giant Badger \\
19 & Giant Bat \\
20 & Giant Centipede \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
\begin{description}
\item [*Chicken:] Raven stats with Advantage on checks to wake
up targets instead of mimicry
\end{description}
%% CR1/4 and Lesser Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d20 & Lesser Beast Menu B \\
[% else %]
\begin{tabular}{c | l}
1d12 & Lesser Beast Menu B \\
\hline\hline
[% endif %]
1 & Giant Crab \\
2 & Giant Fire Beetle \\
3 & Giant Frog \\
4 & Giant Lizard \\
5 & Giant Owl \\
6 & Giant Poisonous Snake \\
7 & Giant Rat \\
8 & Giant Weasel \\
9 & Giant Wolf Spider \\
10 & Goat \\
11 & Hawk \\
12 & Hyena \\
13 & Jackal \\
14 & Lemur* \\
15 & Lizard \\
16 & Mastiff \\
17 & Mule \\
18 & Newt** \\
19 & Octopus \\
20 & Octopus, Cascadian Tree*** \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
\begin{description}
\item [*Lemur] Weasel stats with a common Climb speed instead of a
bite attack
\item [**Newt:] Lizard stats with Amphibious instead of a bite
attack
\item [***Octopus, Cascadian Tree:] Octopus stats with Amphibious
and a 10 ft land speed instead of camouflage
\end{description}
%% CR1/4 and Lesser Beasts
[% if use_dnd_decorations %]
\begin{DndTable}{c l}
1d20 & Lesser Beast Menu C \\
[% else %]
\begin{tabular}{c | l}
1d12 & Lesser Beast Menu C \\
\hline\hline
[% endif %]
1 & Owl \\
2 & Panther \\
3 & Poisonous Snake \\
4 & Pony \\
5 & Pteranodon \\
6 & Quipper \\
7 & Rat \\
8 & Raven \\
9 & Riding Horse \\
10 & Scorpion \\
11 & Sea Horse \\
12 & Shocker Lizard* \\
13 & Spider \\
14 & Swarm of Bats \\
15 & Swarm of Rats \\
16 & Swarm of Ravens \\
17 & Turtle** \\
18 & Vulture \\
19 & Weasel \\
20 & Wolf \\
[% if use_dnd_decorations %]
\end{DndTable}
[% else %]
\end{tabular}
[% endif %]
\begin{description}
\item [*Shocker Lizard] Lizard stats with Static Electricity ranged
attack of 1d6 Electricity damage Close/Medium.
\item [**Turtle] Lizard stats with 14 natural armor and no climb
speed.
\end{description}
[% endif %]
[% endfor %]