From dc013f5229da7627ab2cf5140bfb72fed9d3e71c Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 23 Apr 2024 08:05:22 +0200 Subject: [PATCH] make \Person command --- stats.sty | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/stats.sty b/stats.sty index e1dedd24..90699802 100644 --- a/stats.sty +++ b/stats.sty @@ -185,12 +185,26 @@ {% #4 }% - {#5} + {#5}% SKILLS {}% EQUIPMENT {#6}% ABILITIES } } +\newcommand\Person[7]{ + \statblock{ + \traits{#1}% + {#2}% + {#3}% + {% + #4 + }% SKILLS + {#5}% KNACKS + {#6}% EQUIPMENT + {#7}% ABILITIES + } +} + \newcommand\showBoxes{% \ifnum\value{mp}<1% \ifnum\value{hp}>11% -- GitLab