random-rpg-stuff
v0.1.2
Published
A library to randomly generate names, characters, monsters and all manner of rpg stuff
Downloads
41
Readme
random-rpg-stuff
A Javascript library for generating random names, characters, and all sorts of other things.
Usage
const import randomRpgStuff from 'random-rpg-stuff'
randomRpgStuff('animal') //dog
randomRpgStuff('weapon') //sword
randomRpgStuff(['barbarianName', 'bodyPart']) //wrist
Methods
Generators
'animal'
- String
'barbarianName' - String
'bodypart' - String
'class' - String 'descriptor' - String 'job' - String 'noun' - String 'oath' - String 'weapon' - String
umdaarCharacter - Object