https://github.com/heyitsgilbert/beneaththecanals
Generate all the horrors needed for your game! Catacombs, encounters, and items.
https://github.com/heyitsgilbert/beneaththecanals
Last synced: 9 months ago
JSON representation
Generate all the horrors needed for your game! Catacombs, encounters, and items.
- Host: GitHub
- URL: https://github.com/heyitsgilbert/beneaththecanals
- Owner: HeyItsGilbert
- License: mit
- Created: 2021-08-26T22:00:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T23:23:47.000Z (over 2 years ago)
- Last Synced: 2025-06-30T11:02:49.444Z (9 months ago)
- Language: PowerShell
- Size: 668 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BeneathTheCanals
   
Generate all the horrors needed for your game! Catacombs, encounters, and items.
## Overview
This module will help you generate items on the fly for use with your games.
## Installation
Currently you'll need to build this until I hook this into PS Gallery.
## Examples
Generate a random Catacomb
```powershell
> New-CanalCatacomb
Category : Opulent
Room : Chamber
Feature : Ambient colored glow
EncounterDie : 8
FeatureShift : 1
>
```
Generate a random catacomb item
```powershell
> New-CanalItem
ItemType : Tablet
Theme : Prosperity
DecorativeMaterial : Precious Metal
Detail : Always slightly damp
ItemEffect : Gravity
```
Generate random time of day
```powershell
> New-CanalTimeOfDay
Period Description
------ -----------
QuietDark Middle sunless period with moon falling from its zenith, when magic...
```