Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Cast8345 @lemmy.world
Posts 1
Comments 1

New user trying to do a unique function for rpg generator

I'm working on my first project using Perchance to create an RPG character generator. I want to add a feature where, if a generated character's race has subraces, there's a chance for a subrace to be generated as well.

For example, if the race "Elf" is generated, I want there to be a chance that it specifies "High Elf," "Wood Elf," or "Dark Elf" as a subrace. How can I implement this functionality in Perchance?

3