Added some more documentation

- Details on structure and d20 system
- Updated Github Actions for Ubuntu
- Fixed typo in README
This commit is contained in:
Tony Bark 2024-05-13 17:53:05 -04:00
parent 6f6cb68d31
commit 4d39e7636a
5 changed files with 60 additions and 24 deletions

View file

@ -0,0 +1,19 @@
# d20 System
Normally, skills are used for reward interactions, repairs and increased payment. The d20 library is intended to agument this system by adding in a level of chance to certain.
## Scale
| Point | Modifier |
| ----- | -------- |
| 0 | -3 |
| 1-2 | -2 |
| 3-4 | -1 |
| 5-6 | +0 |
| 7-8 | +1 |
| 9-10 | +2 |
| 11-12 | +3 |
| 13-14 | +4 |
| 15-16 | +5 |
| 17-18 | +6 |
| 19-20 | +7 |