UNPKG

@opendnd/genetica

Version:

This is a tool for using a simplified genetics system to generate inheritable traits for DnD characters.

3 lines (2 loc) 115 B
declare const wizardChild: (outputDir: any, mother?: string, father?: string) => void; export default wizardChild;