From 541b07da241e9779f1276e74b66889413e7a5041 Mon Sep 17 00:00:00 2001 From: James Miller Date: Fri, 2 Aug 2019 21:32:19 -0500 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f7d8ce..194468c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ sqlite database. | INT | 8 | | WIS | 16 | | CHA | 32 | +| Free 1 | 64 | +| Free 2 | 128 | If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and CHA, that would be 1 + 16 + 32 = `49`. This is to not have to have more database