update readme

merge-requests/1/head
James Miller 2019-08-02 21:32:19 -05:00
parent 598fbb6581
commit 541b07da24
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ sqlite database.
| INT | 8 | | INT | 8 |
| WIS | 16 | | WIS | 16 |
| CHA | 32 | | 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 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 not have to have more database