Simplify character dossier fields, add ShowPronouns setting
CI / build-and-push (push) Successful in 51s
CI / deploy (push) Successful in 9s

Collapse Want/Need into Motivation and Internal/External Conflict into
Conflict, drop Arc summary field, and move tags below open questions on
the character page. Gate Pronouns display behind new UiSettings:ShowPronouns
config (default off).
This commit is contained in:
James Wampler
2026-08-19 15:33:14 -07:00
parent bbd5e66777
commit 45afc980d3
18 changed files with 1425 additions and 147 deletions
+2 -7
View File
@@ -26,14 +26,9 @@ public class Character
public string? Personality { get; set; }
public string? Backstory { get; set; }
public string? Want { get; set; }
public string? Motivation { get; set; }
public string? Need { get; set; }
public string? InternalConflict { get; set; }
public string? ExternalConflict { get; set; }
public string? ArcSummary { get; set; }
public string? Conflict { get; set; }
public string? Voice { get; set; }