This is an automated archive made by the Lemmit Bot.

The original was posted on /r/perchance by /u/CriticalMemory on 2023-07-07 20:24:25+00:00.


Hello! Hoping to get some guidance. I’m working on an NPC generator for a game. One element of this are ‘traits’ of the NPC. These include things like the build, complexion, eyes, or voice and each contain a list of adjectives. I’ve got these set up like this:

build
  fat
  lithe
  slim

complexion
  alabaster
  rough
  dark

eyes
  sharp
  knowing
  alluring

voice
  haughty
  shrill
  mellow

I want to pick two traits for each NPC, but once I pick one ‘type’ of trait, I don’t want to pick it again – that is, if the first trait is one of the ‘VOICE’ traits, I don’t want the second trait to be any of the voice traits. How do I set this up in perchance?