ui changes for modularity and npc generation

This commit is contained in:
grimsace
2026-06-30 10:43:15 -05:00
parent b178513870
commit 6520e215ba
3 changed files with 34 additions and 30 deletions
+12
View File
@@ -3,10 +3,22 @@ retry_prefix = "Previous attempts failed. Please try again and ensure you follow
# NPC Generation Prompts
[description_from_name_and_level]
question = "Based on the name '{name}' and character level {level}, write a short description for this character."
constraints = "Respond with a descriptive paragraph (2-4 sentences). Do not include any other text or metadata."
[name]
question = "Based on the description, what is a fitting name for this character?"
constraints = "Respond with only the name."
[name_from_description_and_level]
question = "Based on the description {description} and level {level}, what is a fitting name for this character?"
constraints = "Respond with only the name."
[name_from_level]
question = "Based on the character level {level}, what is a fitting name for this character?"
constraints = "Respond with only the name."
[ability_score_modifier]
question = "Based on the description, how would you rate the {modifierTier} ability score modifier for a level {level} character in {system}?"
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."