HeyItsGilbert / MazeRats

Create PC's, NPC's, and monsters in PowerShell!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MazeRats

A MazeRats PC and NPC generator in PowerShell!

PowerShell Gallery PowerShell Gallery Version GitHub Workflow Status PowerShell Gallery

Docs automatically updated at heyitsgilbert.github.io/MazeRats

Available via the PowerShell Gallery

Overview

This is a PowerShell module created to make it easy to spin up Maze Rats characters.

The source for this comes from Maze Rats Please support Ben by buying a copy of the game. While this module will make it easy to play digitally, you'll still want to have a copy of the rules.

Installation

Install-Module MazeRats

Or you can fetch it from the Powershell Gallery

Documentation

The docs are generated as part of the buid and are rendered into the Docs folder. These are available here :Help docs

Developing

  1. Clone the repo
  2. Download the necessary modules via
    • .\build.ps1 -Bootstrap
  3. I recommend using VSCode and the built in tasks.

Examples

PS > $joe = New-MazeRat
PS > $joe


Name           : Fitzhugh Crumpling
Level          : 1
XP             : 0
Strength       : 2
Dexterity      : 0
Will           : 1
Attack         : 0
Armor          : 0
Health         : 4
MaxHealth      : 4
SpellSlots     : 0
Appearance     : Brawny
PhysicalDetail : Bushy eyebrows
Background     : Sellsword
Clothing       : Practical
Personality    : Know-it-all
Mannerism      : Slow speech
Spells         : {}


PS >

About

Create PC's, NPC's, and monsters in PowerShell!

License:MIT License


Languages

Language:PowerShell 100.0%