From 4f05851ae6b872cd2cebb390fd89d206eafe01ac Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Fri, 21 Feb 2025 18:37:56 -0500 Subject: [PATCH] Update Home --- Home.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 2a35d21..a58f365 100644 --- a/Home.md +++ b/Home.md @@ -15,6 +15,11 @@ This process needs to be done by the author of a story because it requires conte - `prn/h` is for honorifics, such as mister, miss, mix, and doctor - `prn/N` is for adult nouns, such as man, woman, and person - `prn/n` is for child nouns, such as boy, girl, and kid +- `prn/F` for adult family, such as father, mother, parent +- `prn/f` for child family, such as son, daughter, child +- `prn/k` for kin, such as brother, sister, sibling +- `prn/W` for wedded partners, such as husband, wife, and spouse +- `prn/w` for unwedded partners, such as boyfriend, girlfriend, and partner Note that these are case-sensitive! If written beginning with a capital letter, the replacement will be capitalized. As an example, `prn/s` would become "he" and `Prn/s` would become "He" if the reader had their pronouns set that way. @@ -47,5 +52,5 @@ Use `pov/` replacements when narrating, but `prn/` when another character is ref Some verbs need to be conjugated differently between actors. Verb exceptions are formatted as `vrb/`verb (first-person, present tense)`/`tense`/`. Plural verbs always conjugate the same and don't need to be replaced. - `vrb/has/present/` becomes "has" or "have" -- `vrb/is/present/` becomes "is" or "are" -- `vrb/is/past/` becomes "was" or "were" \ No newline at end of file +- `vrb/be/present/` becomes "is" or "are" +- `vrb/be/past/` becomes "was" or "were" \ No newline at end of file