More stuff

This commit is contained in:
2023-05-18 10:22:59 -04:00
parent 623eae45e9
commit ed6df271d4
28 changed files with 564 additions and 105 deletions

View File

@@ -2,6 +2,7 @@
title: "HOSR Core Rules: Adventuring"
description:
date_pub: 2023-04-26T23:02:00-04:00
date_upd: 2023-05-18T10:16:00-04:00
section: rules
content_type: feature
short_code: rha
@@ -17,7 +18,7 @@ Starting HP is based class and race. When damage is taken, HP is lost.
- Monsters and NPCs usually die at 0 HP.
- PCs at 0 HP (or lower) make a **Saving Throw vs Death** each round of combat.
- PCs at 0 HP (or lower) make a **Saving Throw vs Death** at the end of each round of combat.
- 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.

View File

@@ -2,7 +2,7 @@
title: "HOSR Core Rules: Combat"
description:
date_pub: 2023-04-22T16:42:00-04:00
date_upd: 2023-04-26T23:02:00-04:00
date_upd: 2023-05-18T10:16:00-04:00
section: rules
content_type: feature
short_code: rhc
@@ -198,9 +198,76 @@ Most characters can move 40' in a combat round.
Engaged characters that wish to move away can either make a fighting retreat, or a full retreat.
- **Fighting Retreat** - Can move backwards at 1/2 their normal movement rate while still taking an attack or defend action, while avoiding giving enemies a free attack.
- **Fighting Retreat** - Can move backwards at 1/2 their normal movement rate and take an attack or defend action, while avoiding giving enemies a free attack.
- **Full Retreat** - Turning and fleeing from combat at their full movement rate, enemies can make a free attack at +2 bonus.
### Weapons
#### Melee Weapons
<div class="dividedTableWrapper">
| Weapon | Damage | [Properties](#weapon-properties) |
| :-----------------------------: | :----: | :----------------------------------------: |
| Battleaxe | 1d8 | Versatile (1d10) |
| Club | 1d4 | Blunt, Light |
| Dagger | 1d4 | Light, Thrown (10' / 20' / 30') |
| Flail | 1d6 | |
| Greatsword | 1d10 | Slow, Two-handed |
| Greatclub | 1d8 | Blunt, Two-handed |
| Handaxe | 1d6 | Light, Thrown (10' / 20' / 30') |
| Javelin | 1d6 | Thrown (30'/ 60' / 90') |
| Lance | 1d6 | Charge |
| Light Hammer | 1d4 | Blunt, Light, Thrown (10' / 20' / 30') |
| Longsword | 1d8 | Versatile (1d10) |
| Mace | 1d6 | Blunt |
| Morningstar | 1d8 | |
| Polearm (Glaive, Halberd, Pike) | 1d10 | Reach, Slow, Two-handed |
| Quarterstaff | 1d4 | Blunt, Two-handed |
| Rapier | 1d8 | |
| Scimitar | 1d6 | |
| Sickle | 1d4 | Light |
| Shortsword | 1d6 | |
| Spear | 1d6 | Thrown (20' / 40' / 60') , Versatile (1d8) |
| Trident | 1d6 | Thrown (10' / 20' / 30') , Versatile (!d8) |
| Warhammer | 1d8 | Versatile (1d10) |
| Whip | 1d4 | Reach |
[Melee Weapon Table]
</div>
#### Ranged Weapons
<div class="dividedTableWrapper">
| Weapon | Damage | Range | [Properties](#weapon-properties) |
| :-------------: | :----: | :---------------: | :------------------------------: |
| Blowgun | 1 | 25' / 50' / 100' | Reload |
| Crossbow, Hand | 1d4 | 20' / 40' / 80' | Light, Reload |
| Crossbow, Heavy | 1d8 | 80' / 160' / 240' | Reload, Slow, Two-handed |
| Crossbow, Light | 1d6 | 40' / 80' / 120' | Reload, Two-handed |
| Great Bow | 1d8 | 70' / 140' / 210' | Slow, Two-handed |
| Longbow | 1d6 | 70' / 140' / 210' | Two-handed |
| Shortbow | 1d6 | 50' / 100' / 150' | Two-handed |
| Sling | 1d4 | 40' / 80' / 160' | Blunt |
[Ranged Weapon Table]
</div>
#### Weapon Properties
- **Blunt**: Can be wielded by cleric.
- **Charge**: Doubles any damage done after moving at least 60' while mounted before attacking.
- **Light**: May be used in an off-hand to dual-wield.
- **Reach**: Grants a extra 5' reach for determining melee range.
- **Reload**: Takes a round to reload, can only be fired every other round.
- **Slow**: Always attacks last.
- **Thrown**: May be used as ranged weapon (short and medium range indicated).
- **Two-handed**: Requires two hands to use.
- **Versatile**: May gain _Slow_ and _Two-handed_ to deal indicated damage.
### Legal Information
> This work includes material taken from the System Reference Document 5.1 (“SRD 5.1”) by Wizards of the Coast LLC and available at https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.