tweak to README.md regarding int rep

merge-requests/13/head
James Miller 2019-08-06 11:20:11 -05:00
parent 3c412d8717
commit 6032308c31
1 changed files with 2 additions and 2 deletions

View File

@ -44,5 +44,5 @@ sqlite database.
| Free 2 | 128 | | Free 2 | 128 |
If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and 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 CHA, that would be 1 + 16 + 32 = `49`. This is to give a program-focused data
tables than necessary when trying to list one or more ability scores. return in addition to the textual representation.