various updates

This commit is contained in:
2024-05-27 16:24:26 -04:00
parent a58d40278b
commit 65dc56c328
21 changed files with 341 additions and 57 deletions

View File

@@ -305,7 +305,31 @@ Characters can carry a number of "Important Items", based on their Strength (STR
### Health, Damage and Dying
Starting HP is based class and race. When damage is taken, HP is lost.
The state of a character's health is determined by their number of hit points (HP).
- Starting HP is usually determined by class and level.
- The type of Hit Dice to throw is determined by class
- The number of Hit Dice to throw is determined by level.
- Re-roll any 1s or 2s.
- Modify the rolled value of each die by CON as below:
<div class="dividedTableWrapper">
| CHA | Mod |
| :---: | :-: |
| 3 | -3 |
| 4-5 | -2 |
| 6-8 | -1 |
| 9-12 | +0 |
| 13-15 | +1 |
| 16-17 | +2 |
| 18+ | +3 |
[Constitution Modifier]
</div>
- When damage is taken, HP is lost.
#### Dying
@@ -314,6 +338,7 @@ Starting HP is based class and race. When damage is taken, HP is lost.
- On success, stabilize at 1 HP (no need to continue saving vs death), but can't fight and can only move 1/2 speed until treated or healed.
- On fail, lose 1 HP to blood loss and try again next round.
- At -(level) HP (or lower), save or die.
- PCs should never die from a single bad roll, but two bad rolls is enough.
#### Healing