npc-generator
v1.0.2
Published
Generator of randomized Non-Player Characters (NPCs) with attributes, in-depth and unique descriptions as well as a plot hook
Downloads
11
Readme
Non-Player Character generator
Generator of randomized Non-Player Characters (NPCs) with attributes, in-depth and unique descriptions as well as a plot hook
Usage
Installation
$ npm install npc-generator
Usage
import { generate } from "npc-generator";
const { npc } = generate();