0.1.0 • Published 5 months ago

osr-generators v0.1.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
5 months ago

Suppport

  • Knave 1e
  • Knave 2e
  • OSE
  • Basic Fantasy RPG
  • Outcast Silver Raiders
  • Cairn
  • Mork Borg
  • Shadowdark

Usage

Install

npm i osr-generators

Create a Knave character

import { KnaveCharacter } from 'osr-generators'

// Generate a new character
const character = new KnaveCharacter()

// Regenerate character
character.generate()

// Regenerate traits only
character.generateTraits()

Contributing

Prerequisites

Install nodejs

Use asdf to install the node version listed in .tool-verisons

asdf install

Install dependencies

yarn

Testing

Tests are written using Vitest and can be run with yarn test

0.1.0

5 months ago

0.0.5-canary.2

5 months ago

0.0.1

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.0.3

1 year ago

0.0.4-canary.1

1 year ago

0.0.2

1 year ago

0.0.4-canary.0

1 year ago

1.0.0

1 year ago