From 4eddffe8d20b7b4a17876afd96e398b94b2e0444 Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Sat, 24 Oct 2020 17:23:12 -1000 Subject: [PATCH] Support for ability scores 19+ --- src/module/actor/entity.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/module/actor/entity.js b/src/module/actor/entity.js index 21a157b..f7b3790 100644 --- a/src/module/actor/entity.js +++ b/src/module/actor/entity.js @@ -746,6 +746,13 @@ export class AcksActor extends Actor { 13: 1, 16: 2, 18: 3, + 19: 4, + 20: 5, + 21: 6, + 22: 7, + 23: 8, + 24: 9, + 25: 10 }; data.scores.str.mod = AcksActor._valueFromTable( standard,