Contains all information needed to create a complete NPC
including personality, appearance, and background details.
GeneratedNPC
Example
constnpc: GeneratedNPC = { name:'Thorin Ironforge', race:'Dwarf', class:'Fighter', personality: ['Gruff but loyal', 'Speaks little but acts decisively'], appearance:'Short and stocky with a magnificent braided beard', motivations: ['Protect the clan honor', 'Forge the perfect weapon'] };
Structure for AI-generated NPC data
Contains all information needed to create a complete NPC including personality, appearance, and background details.
GeneratedNPC
Example