\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{bigdasht} \pdfinfo{ /Title (gts-rpg.pdf) /Creator (Cheatography) /Author (bigdasht) /Subject (GTS RPG Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{GTS RPG Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{bigdasht} via \textcolor{DarkBackground}{\uline{cheatography.com/198825/cs/42116/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}bigdasht \\ \uline{cheatography.com/bigdasht} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 19th January, 2024.\\ Updated 1st May, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{tabularx}{17.67cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{17.67cm}}{\bf\textcolor{white}{Intro}} \tn \SetRowColor{white} \mymulticolumn{1}{x{17.67cm}}{This documented is created by GTS RPG Game Master BigDashT, also known as Seele. It is intended to present a condensed and easier to read version of combat mechanics and list global actions available to both larger and smaller characters. \newline % Row Count 5 (+ 5) While this documented was created by a GM with input from other GMs, it is not (yet) official and does not supplant the combat codex.% Row Count 8 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.0445 cm} x{11.2255 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Standard Roll Commands}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{\$roll 1d20}} & Rolls a single d20 dice \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{\$roll 1d20 adv}} & Rolls a single d20 dice with advantage \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{\$roll 1d20 dis}} & Rolls a single d20 with disadvantage \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\bf{\$roll 2d6}} & Rolls two d6s (a common damage roll) \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{\$roll 1d20+1}} & Rolls a single d20 dice, adding 1 to the result \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} {\bf{ \$roll (1d6+3)*1.5}} & Rolls a single 1d6 dice, adding 3 to the result then multiplying the result by 1.5, effectively adding 50\% to the roll. Useful for calculating damage due to SD. {\bf{Note:}} You must use brackets due to order of operations \tn % Row Count 18 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{3.1086 cm} x{14.1614 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Avaliable Actions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{{\bf{On each turn you may:}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Act}} & Attack, cast a spell, use an ability, etc \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Move}} & Run, climb, hide, fly, etc \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\bf{React}} & Preform a special action that meets certain conditions, this can be done anytime, even outside your turn but only 1 reaction can be triggered per triggering event, you cannot trigger two reactions on the same event \tn % Row Count 12 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.3537 cm} x{11.9163 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Common Rolls}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Attack Roll}} & Success on meeting or exceeding target's AC \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Damage Roll}} & Only rolled after succeeding on an {\emph{Attack Roll}}, damage dice roll defined by weapon or ability \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{Saving Throw}} & Success on meeting or exceeding a set save target \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} {\bf{Contested Roll}} & Highest roll between contestants wins, if tied the attacker wins \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{Ability Check}} & Success on matching or exceeding set difficulty by GM or defined in ability \tn % Row Count 14 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.7358 cm} x{7.4228 cm} x{3.7114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{Size Categories and Size Scores}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Character's Height}} & {\bf{Character's Size Category}} & {\bf{Size Score}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Smaller than 3cm & Minima & 0 \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 3cm to 18cm & Minus & 1 \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} 19cm to 1.1m & Naara & 2 \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} 1.2m to 2.5m & Terran & 3 \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} 2.5m to 8.9m & Amazon & 4 \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} 9m to 29m & Monumental & 5 \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} 30m to 79m & Obelisk & 6 \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} 80m to 239m & Castello & 7 \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} 240m to 500m & Tyrant & 8 \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{17.67cm}}{\bf\textcolor{white}{Size Difference (SD)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{17.67cm}}{To calculate the {\bf{SD}} between you and another character, take your character's {\bf{size score}} and subtract the other character's {\bf{size score}} from it. If you get a negative number, make it a positive.} \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{17.67cm}}{When you are {\emph{bigger}} than the other character, each point of {\bf{SD}} between you and them gives you {\bf{-1 AC}} and {\bf{-10\% damage taken}} when targeted by attacks from that character. (Upto a {\emph{maximum}} of {\bf{-5 AC}} and {\bf{-50\% damage taken)}} When you target that character with an attack, for each point of {\bf{SD}} between you and them they will gain {\bf{+1 AC to defend against your attack}} but take {\bf{+10\% extra damage.}} (Upto a maximum of {\bf{+5 AC}} and {\bf{+50\% damage taken)}}} \tn % Row Count 15 (+ 10) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{17.67cm}}{When you are {\emph{smaller}} than the other character, each point of {\bf{SD}} between you and them gives you {\bf{+1 AC to defend against their attacks}} and {\bf{+10\% damage taken from their attacks}}. (Upto a {\emph{maximum}} of {\bf{+5 AC}} and {\bf{+50\% damage taken)}} When you target that character with an attack, for each point of SD between you and them they will lose {\bf{-1 AC to defend against your attacks}} but take {\bf{10\% less damage}} from your attacks. (Upto a {\emph{maximum}} of {\bf{-5 AC}} and {\bf{-50\% damage taken}})} \tn % Row Count 25 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{17.67cm}}{\bf\textcolor{white}{Scaling Counter (SC) and Climbing}} \tn \SetRowColor{white} \mymulticolumn{1}{x{17.67cm}}{You can climb a larger character where there is at least {\bf{2 SD}} between you and that character. \newline % Row Count 2 (+ 2) When you scale a larger character, you start with a value of 1 to your {\bf{SC}} (unless a friendly larger character allows you to start with an {\bf{SC}} of 2) \newline % Row Count 6 (+ 4) Moving up or down {\bf{1 SC}} requires you to use your turn's movement. If your {\bf{SC}} becomes 0, you dismount the larger character. If you move up, you gain {\bf{+1 SC}} while if you move down you lose {\bf{-1 SC.}} \newline % Row Count 11 (+ 5) For every {\bf{2 SC}} you have, you reduce the effective {\bf{SD}} between you and the larger character for the purpose of damage reduction by 1 {\bf{SD}}. So a Naara size category character climbing a Tyrant who has an {\bf{5 SC}} would do 70\% damage to a Tyrant size category character instead of 50\%. \newline % Row Count 17 (+ 6) When climbing a larger character, you have {\emph{disadvantage}} to attack anyone that isnt also climbing the larger character or the larger character itself. Other characters have {\emph{disadvantage}} on to attack you unless they are also climbing the same character or they are using an unarmed strike. All unarmed strike attacks against you have {\emph{advantage}} while you are climbing and if you are hit by one, you will incur a -1 penalty to resist {\emph{Shake Off}} attempts against you for the rest of that climb. \newline % Row Count 27 (+ 10) If the character you are climbing knocks you{\emph{ Prone}} during their turn, you are knocked off of them and fall to the ground. If you are knocked {\emph{Prone}} by any other means, you are not knocked off but you cannot use any Movement actions for 1 turn. \newline % Row Count 32 (+ 5) } \tn \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{17.67cm}}{\bf\textcolor{white}{Scaling Counter (SC) and Climbing (cont)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{17.67cm}}{If you jump off a character you are climbing yourself, you take damage equal to {\bf{10 + The level of the character you jumped off of + 10\% for every }}1 SC{\bf{ you had prior to jumping off.}}% Row Count 4 (+ 4) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.3537 cm} x{11.9163 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Unarmed Attack}} & Using an action, you make a 1d20 melee attack roll against a character and deal 1d2+guts if it hits \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.908 cm} x{10.362 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Smaller Characters}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Detect Weak Point}} & Using an action, you can target a larger character with at least {\bf{2 SD}} between you and detect the location of the lowest weakpoint to the ground of that creature, allowing it to be exploited. If you have allies, you can share this information with them as part of your action. \tn % Row Count 12 (+ 12) % Row 1 \SetRowColor{white} {\bf{Weak Point Exploitation}} & Using an action, you target a known weak point of a character with at least {\bf{2 SD}} between you and attack it. If you attack in melee, you must be {\emph{climbing}} the target. If you attack with a ranged attack, your attack needs to beat an {\bf{AC of 9+$\frac{1}{2}$ SD}}. If your attack hits, it ignores any damage reduction effects (including {\bf{SD}}) After a weak point is exploited, it closes for 3 rounds and cannot be exploited by anyone until it opens again. \tn % Row Count 31 (+ 19) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.908 cm} x{10.362 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Smaller Characters (cont)}} \tn % Row 2 \SetRowColor{LightBackground} {\bf{Take Me Instead}} & When one of your allies is about to be pinned, you can use a reaction to roll a 1d20+cunning (max bonus +5) check vs the pinning character's pin roll. If your roll is higher, you are pinned instead of your ally. If this roll fails by 5 or less, your ally is pinned. If you fail this roll by more than 5, both you and your ally are pinned and whenever the pinning character deals crush damage to one of you, both take the damage. You have advantage on this roll if your ally is smaller, but disadvantage if your ally is bigger. \tn % Row Count 22 (+ 22) % Row 3 \SetRowColor{white} {\bf{Find Cover}} & If you are being targetted by a larger character with a non-mental ability that deals damage on a failed save, you can use your reaction to add half the {\bf{SD}} between you and the larger character to your saving throw. If your save still fails, the damage you take is reduced by 25\%. If you succeed but that success still results in damage, that damage is reduced by 50\%. \tn % Row Count 38 (+ 16) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.908 cm} x{10.362 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Smaller Characters (cont)}} \tn % Row 4 \SetRowColor{LightBackground} {\bf{Struggle}} & If you are pinned by a character, you can spend your entire turn squirming and struggling to escape. You must succeed a DC14 d20 save and if you do, you released from the pin and cannot be pinned again by that character for 1 round (3 in duels). If you fail, you will gain a +1 bonus to all escape attempts for the rest of this pin. This bonus is cumulative with itself, so after 3 failed attempts you have +3 to escape attempts. \tn % Row Count 18 (+ 18) % Row 5 \SetRowColor{white} {\bf{Poke}} & If you are being pinned, you can use your action to make an unarmed or melee attack against your pinning foe. This attack automatically hits and ignores {\bf{SD}} and any other source of damage resistance but its damage is reduced by 50\% \tn % Row Count 28 (+ 10) % Row 6 \SetRowColor{LightBackground} {\bf{Brace for Impact}} & If you are pinned by a character, you can use your action to reduce any damage you receive by a number equal to your level until the start of your next turn. You gain +2 to your first {\emph{Struggle}} attempt on your next turn. \tn % Row Count 38 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.8718 cm} x{11.3982 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Larger Characters}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Squish}} & If there is at least {\bf{1 SD}} between you and the target, you can use your action to make an attack roll (1d20+stat of choice) against a target's base AC. If you hit, you deal 1d3+guts or 1d3+cunning to your target and the target must roll a 1d20+guts check vs your 1d20+guts+SD check. If you win, the smaller fighter becomes prone. The damage you deal with this increases by 1d3 at level 4 and another 1d3 for every 3 levels thereafter \tn % Row Count 17 (+ 17) % Row 1 \SetRowColor{white} {\bf{Tremor}} & If there is at least {\bf{2 SD}} between you and at least 1 target, you can target any number of smaller characters by striking the ground with a body part or tool you have to create a shockwave. All characters must make a 1d20 saving throw {\bf{(DC10+SD)}}. If they succeed, they will take half of {\bf{SD}} rounded up as damage. If they fail by 3 or less, they will take {\bf{SD}} as damage. If they fail by 4 or more, they will take {\bf{SD}} in damage and knocked Prone \tn % Row Count 35 (+ 18) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.8718 cm} x{11.3982 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Larger Characters (cont)}} \tn % Row 2 \SetRowColor{LightBackground} {\bf{Pin}} & If there is at least {\bf{2 SD}} between you and the target, you can use your action to make a 1d20 roll against a target's base AC. If you succeed you use one or multiple parts of your body to firmly pin your target against an object or your own body. Pinned targets are unable to Act or Move but can use special pinned actions. While they are pinned by you they are immune to all sources of damage except from you when using special abilities you get from pinning them. If your target escapes your pin, you cannot attempt to pin them again for 1 round (3 in duels) \tn % Row Count 22 (+ 22) % Row 3 \SetRowColor{white} {\bf{Crush}} & If you are pinning a target, you can use your action to deal your crush damage to the target \tn % Row Count 26 (+ 4) % Row 4 \SetRowColor{LightBackground} {\bf{Playful Squeeze}} & If you are pinning a target, you can use your action to deal half of your crush damage to the target and force the target to make a contested roll (you choose the attribute) and if you win, you impose a -2 penalty to their next {\emph{Struggle}} attempt \tn % Row Count 36 (+ 10) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.8718 cm} x{11.3982 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Larger Characters (cont)}} \tn % Row 5 \SetRowColor{LightBackground} {\bf{Collaborative Pin}} & If an ally is pinning another character and you would be able to pin that character normally, you can use your action to assist your ally with pinning and squishing a pinned target. If they are willing to accept your help, you deal half of your crush damage to the pinned character and impose a -2 penalty on your target's attempts to escape the pin until you or you ally stops pinning them. If you dealt crush damage to a target using this ability, crush damage dealt to that target by your ally is halved for that round. If either character abandons the collaborative pin, they are considered pinned by the remaining character and will no longer have the -2 penalty imposed on their attempts to escape \tn % Row Count 28 (+ 28) % Row 6 \SetRowColor{white} {\bf{Vore}} & If your target is pinned by you and there is at least {\bf{3 SD}} between you and your target, you can use an action to throw them inside of your mouth (or similar orifice) They are still pinned but at the start of your next turn, you unlock the ability to {\emph{Swallow}} them. If your target escapes this pin, they will escape your mouth \tn % Row Count 41 (+ 13) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.8718 cm} x{11.3982 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Larger Characters (cont)}} \tn % Row 7 \SetRowColor{LightBackground} {\bf{Swallow}} & If your target is inside your mouth (or similar orifice), as a result of the {\bf{Vore}} ability, you can freely attempt (no action required) to send everyone inside your mouth down to your stomach. You and your target(s) must make a contested guts roll (max bonus +5) and you swallow anyone who fails. Any targets who succeeds the contest remain pinned inside your mouth. If you used the crush action on your previous turn against them, you have advantage on this contested roll. Characters inside your stomach cannot leave by any means except for you letting them out or them damaging your stomach and forcing you to spit them out. Characters inside your stomach take 2d4+your level in digestion damage automatically at the start of their turn. A smaller character can force you to spit them out by doing damage to you equal to your Stomach HP. Your Stomach HP is equal to one quarter of your Maximum HP and attacks against your Stomach HP will automatically hit. If your Stomach HP reaches 0, you are forced to spit out all characters you have swallowed and each of them will get to make a single free weapon or free unarmed strike on your throat, which automatically hits and is treated as a weak point hit. Once a character has escaped from your stomach, they cannot be swallowed again for 3 turns (5 in duels) \tn % Row Count 51 (+ 51) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.8718 cm} x{11.3982 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{Global Actions for Larger Characters (cont)}} \tn % Row 8 \SetRowColor{LightBackground} {\bf{Shake Off}} & If any creatures are climbing your body, you can use your action to attempt to knock off anyone who is currently climbing you. You can select specific parts of your body not to shake if you don't want to shake off any allies. Anyone on a part of your body you are shaking must make a contested roll against you (max bonus +5), the climbers using guts or cunning for their roll while you use guts only. Climbers have a -1 penalty to this check for every unarmed attack made against them during that climbing session and a -1 penalty for every Shake Off contest roll they have succeeded against you previously during that climbing session. If you succeed in this contest roll, the climbers who fail are knocked off. You can immediately attempt to Pin one of them as a free action, rolling to Pin them as normal. The rest will fall onto the ground and take half of your crush damage. Instead of adding the SD bonus to your crush damage, they take 10\% extra crush damage for every SC they had prior to being knocked off \tn % Row Count 40 (+ 40) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \end{document}