mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-25 16:54:57 -04:00
Added some more documentation
- Details on structure and d20 system - Updated Github Actions for Ubuntu - Fixed typo in README
This commit is contained in:
parent
6f6cb68d31
commit
4d39e7636a
5 changed files with 60 additions and 24 deletions
19
library/extra/d20/README.md
Normal file
19
library/extra/d20/README.md
Normal 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 |
|
Loading…
Add table
Add a link
Reference in a new issue