Update to 0.15

Prep for One Night in Ravenloft
Add lots of magic items
This commit is contained in:
2024-10-27 00:57:40 -04:00
parent 41d11390bc
commit 29b8107409
38 changed files with 516 additions and 56 deletions

View File

@@ -338,7 +338,7 @@ Characters can carry a number of "Important Items", based on their Strength (STR
- Packing or unpacking items takes 1 turn.
- Characters can carry a number of at-ready items up to their Strength (STR), to a minimum of 7.
- Additionally, characters may carry a number of packed items up to their Strength (STR), to a minimum of 7.
- Leather armor counts as 1 item, mail counts as 2 items, plate counts as 3 items.
- Leather armor (with or without studs) counts as 1 item, chain mail and half plate each count as 2 items, and full plate counts as 3 items.
- 2-handed weapons count as 2 items.
- 100 coins or gems count as 1 item.
- Carrying more ready or packed items than allowed can be done, but movement is halved (or worse).
@@ -478,14 +478,16 @@ A creature's size is usually defined by one of the following categories based on
<div class="dividedTableWrapper">
| Size | Max Height | Control Radius |
| :--------: | :--------: | :------------: |
| Tiny | 2' | 2.5' |
| Small | 4' | 5' |
| Medium | 8' | 5' |
| Large | 16' | 10' |
| Huge | 32' | 15' |
| Gargantuan | 32'+ | 20'+ |
| Size | Max Height | Max Weight | Control Radius |
| :--------: | :--------: | :----------: | :------------: |
| Diminutive | 1' | 1 lb | 1' |
| Tiny | 2' | 8 lbs | 2.5' |
| Small | 4' | 60 lbs | 5' |
| Medium | 8' | 500 lbs | 5' |
| Large | 16' | 4000 lbs | 10' |
| Huge | 32' | 32,000 lbs | 15' |
| Gargantuan | 64' | 250,000 lbs | 20' |
| Colossal | 65'+ | 250,001+ lbs | 30' |
[Creature Sizes]