## Example ```json { "Marcus": { "replacements": ["Alex", "Ethan", "Jason", "Ryan", "Owen", "Nathaniel", "Adrian", "Colin"] }, "Elara": { "replacements": ["Thea", "Cora", "Nova", "Vega", "Astra", "Selene", "Orion", "Cassie"] }, "Ironfoot": { "replacements": ["Anvildrang", "Broadback", "Coalvein", "Cragmor", "Deepholm", "Redforge"] } } ``` ## Entry shapes Leave as `{}` if you have no naming constraints. There are two entry shapes: - **Name replacement:** map a banned name to lore-appropriate substitutes. The engine substitutes during narration. - **Word/phrase deletion:** set `replacements` to `[""]` to delete a phrase outright instead of replacing it. Useful for stripping recurring AI tics or undesired in-world phrases.