add dinosaurs, dragons, and werebeasts

add some more campaign info
add encounter generators (alpha)
This commit is contained in:
2024-04-27 17:09:53 -04:00
parent f9a3003d70
commit a58d40278b
86 changed files with 2354 additions and 345 deletions

View File

@@ -14,7 +14,7 @@ Giant herd mammal (ex: elk or moose) that inhabits the hills and plains of legen
| | |
| ----------------- | ----------------------- |
| **Hit Dice** | 8 (18hp) |
| **Hit Dice** | 8 (36hp) |
| **Armor Class** | 14 |
| **Attacks** | 1 (+7) @ 1d12 (butt) |
| **Movement** | 40' |

View File

@@ -1,9 +1,29 @@
---
title: Herd Animal, Small
description: A small herd animal creature for OSR gaming.
date_pub: 2024-04-14T14:02:38.000-04:00
title: Herd Mammal, Large
description: A large herd mammal creature for OSR gaming.
date_pub: 2024-04-20T11:24:32.000-04:00
section: bestiary
content_type: feature
short_code: bhas
status: draft
short_code: bhm1
---
Large herd mammal (ex: elk or moose).
<div class='headlessTableWrapper'>
| | |
| ----------------- | ----------------------- |
| **Hit Dice** | 4 (18hp) |
| **Armor Class** | 12 |
| **Attacks** | 1 (+3) @ 1d8 (butt) |
| **Movement** | 80' |
| **Saving Throws** | D12 W13 P14 B15 S16 (2) |
| **Morale** | 5 |
| **Alignment** | Neutral |
| **XP** | 75 |
</div>
### Herd Mammal
!!!include(bestiary/herd-mammal.md)!!!

View File

@@ -1,9 +1,29 @@
---
title: Herd Animal, Small
description: A small herd animal creature for OSR gaming.
date_pub: 2024-04-14T14:02:38.000-04:00
title: Herd Mammal, Medium
description: A medium herd mammal creature for OSR gaming.
date_pub: 2024-04-20T11:24:32.000-04:00
section: bestiary
content_type: feature
short_code: bhas
status: draft
short_code: bhmm
---
Medium herd mammal (ex: caribou or oxen).
<div class='headlessTableWrapper'>
| | |
| ----------------- | ----------------------- |
| **Hit Dice** | 3 (13hp) |
| **Armor Class** | 12 |
| **Attacks** | 1 (+2) @ 1d6 (butt) |
| **Movement** | 80' |
| **Saving Throws** | D12 W13 P14 B15 S16 (2) |
| **Morale** | 5 |
| **Alignment** | Neutral |
| **XP** | 35 |
</div>
### Herd Mammal
!!!include(bestiary/herd-mammal.md)!!!

View File

@@ -1,9 +1,29 @@
---
title: Herd Animal, Small
description: A small herd animal creature for OSR gaming.
date_pub: 2024-04-14T14:02:38.000-04:00
title: Herd Mammal, Small
description: A small herd mammal creature for OSR gaming.
date_pub: 2024-04-20T11:31:13.000-04:00
section: bestiary
content_type: feature
short_code: bhas
status: draft
short_code: bhms
---
Small herd mammal (ex: antelope or deer).
<div class='headlessTableWrapper'>
| | |
| ----------------- | ----------------------- |
| **Hit Dice** | 2 (9hp) |
| **Armor Class** | 12 |
| **Attacks** | 1 (+1) @ 1d4 (butt) |
| **Movement** | 80' |
| **Saving Throws** | D12 W13 P14 B15 S16 (2) |
| **Morale** | 5 |
| **Alignment** | Neutral |
| **XP** | 20 |
</div>
### Herd Mammal
!!!include(bestiary/herd-mammal.md)!!!

View File

@@ -0,0 +1,29 @@
---
title: Herd Mammal, Tiny
description: A tiny herd mammal creature for OSR gaming.
date_pub: 2024-04-20T11:39:23.000-04:00
section: bestiary
content_type: feature
short_code: bhmt
---
Tiny herd mammal (ex: goat or sheep).
<div class='headlessTableWrapper'>
| | |
| ----------------- | ----------------------- |
| **Hit Dice** | 1 (4hp) |
| **Armor Class** | 12 |
| **Attacks** | 1 (+0) @ 1d4 (butt) |
| **Movement** | 80' |
| **Saving Throws** | D12 W13 P14 B15 S16 (1) |
| **Morale** | 5 |
| **Alignment** | Neutral |
| **XP** | 10 |
</div>
### Herd Mammal
!!!include(bestiary/herd-mammal.md)!!!

View File

@@ -5,11 +5,16 @@ date_pub: 2024-04-14T14:02:38.000-04:00
section: bestiary
content_type: feature
short_code: bhm
status: hidden
---
One of a variety of mammals that live in large, grazing herds in the wild.
!!!include(bestiary/herd-mammal.md)!!!
- [Giant Herd Mammal](./herd-mammal-giant.html)
### Subtypes
- [Giant Herd Mammal](./herd-mammal-giant.html) (ex: giant elk)
- [Large Herd Mammal](./herd-mammal-large.html) (ex: elk or moose)
- [Medium Herd Mammal](./herd-mammal-medium.html) (ex: caribou or oxen)
- [Small Herd Mammal](./herd-mammal-small.html) (ex: antelope or deer)
- [Tiny Herd Mammal](./herd-mammal-tiny.html) (ex: goat or sheep)