From 3970724a29a6dd20f664a317ae742cc5a15d988f Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 18 Sep 2020 01:23:18 +0100 Subject: [PATCH] wounds own config file yay --- config/wounds.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/wounds.txt diff --git a/config/wounds.txt b/config/wounds.txt new file mode 100644 index 0000000000..d28e380372 --- /dev/null +++ b/config/wounds.txt @@ -0,0 +1,7 @@ +## WOUNDS ## + +## wound damage exponent +WOUND_EXPONENT 1.2 + +## wound damage multiplier (injury rolls get limb damage multiplied by this, added) +WOUND_DAMAGE_MULTIPLIER 0.333 \ No newline at end of file