Skip to content

Instantly share code, notes, and snippets.

@manchuwook
Created September 11, 2023 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manchuwook/9a98ca1be128514be82e65e39924984e to your computer and use it in GitHub Desktop.
Save manchuwook/9a98ca1be128514be82e65e39924984e to your computer and use it in GitHub Desktop.
background-check for characters
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"basicInformation": {
"type": "object",
"x-label": "Basic Information",
"properties": {
"basicInfo": {
"description": "What is the character’s age, sex, ethnicity? Describe {{possPronoun}} physical appearance (hair and eye color; body build; skin tone; height and weight; unique features such as glasses, scars, dimples, etc.).",
"x-label": "Basic Information",
"type": "string"
},
"dressSense": {
"description": "How does {{subjPronoun}} dress?",
"x-label": "Dress Sense",
"type": "string"
},
"clothingPersonality": {
"description": "What about {{possPronoun}} clothing speaks to the kind of person {{subjPronoun}} is?",
"x-label": "Clothing Personality",
"type": "string"
},
"carryItem": {
"description": "What one thing does {{subjPronoun}} carry around with {{objPronoun}}?",
"x-label": "Carry Item",
"type": "string"
},
"essentialItem": {
"description": "What item can {{subjPronoun}} not live without and why?",
"x-label": "Essential Item",
"type": "string"
}
}
},
"voice": {
"type": "object",
"x-label": "Voice",
"properties": {
"speechSpeed": {
"type": "string",
"x-label": "Speech Speed",
"description": "Does the character speak quickly or slowly?"
},
"verbalTics": {
"type": "string",
"x-label": "Verbal Tics",
"description": "Does {{subjPronoun}} overuse any verbal tics, like um, uh, or ah?"
},
"sentenceStructure": {
"type": "string",
"x-label": "Sentence Structure",
"description": "Are {{possPronoun}} sentences short and choppy or does {{subjPronoun}} ramble on?"
},
"voiceTone": {
"type": "string",
"x-label": "Voice Tone",
"description": "How would you describe the voice tone?"
},
"voiceQuality": {
"type": "string",
"x-label": "Voice Quality",
"description": "How would you describe the voice quality?"
},
"voiceVolume": {
"type": "string",
"x-label": "Voice Volume",
"description": "How would you describe the voice volume?"
},
"voicePitch": {
"type": "string",
"x-label": "Voice Pitch",
"description": "Is the voice pitched high or low?"
},
"voiceEmotion": {
"type": "string",
"x-label": "Voice Emotion",
"description": "How does emotion come through in {{possPronoun}} voice when {{subjPronoun}} is angry or nervous or happy?"
},
"educationEffectOnSpeech": {
"type": "string",
"x-label": "Education Effect On Speech",
"description": "How does {{possPronoun}} level of education or world experience dictate {{possPronoun}} speech?"
},
"identifiableVoice": {
"type": "string",
"x-label": "Identifiable Voice",
"description": "If you walked blindfolded into a room where your character’s voice was one of many, which element would allow you to identify your hero’s from the rest?"
},
"voiceImpression": {
"type": "string",
"x-label": "Voice Impression",
"description": "Is there something about the voice that others find particularly appealing or annoying?"
}
}
},
"educationAndFinances": {
"type": "object",
"x-label": "Education And Finances",
"properties": {
"educationLevel": {
"x-label": "Education Level",
"type": "string",
"description": "How educated is the character?"
},
"naturalIntelligence": {
"x-label": "Natural Intelligence",
"type": "string",
"description": "Is {{subjPronoun}} naturally intelligent, clever, witty, or perceptive?"
},
"learningStyle": {
"x-label": "Learning Style",
"type": "string",
"description": "Is {{subjPronoun}} book smart, self-taught, or widely experienced in a specific area?"
},
"accolades": {
"x-label": "Accolades",
"type": "string",
"description": "Has {{subjPronoun}} earned any accolades or recognition for {{possPronoun}} knowledge?"
},
"financialSituation": {
"x-label": "Financial Situation",
"type": "string",
"description": "Does {{possPronoun}} education translate to a job where {{subjPronoun}} barely scrapes by, or does it allow {{objPronoun}} to live a comfortable lifestyle?"
},
"multipleJobs": {
"x-label": "Multiple Jobs",
"type": "string",
"description": "Does {{subjPronoun}} have more than one job?"
},
"jobSatisfaction": {
"x-label": "Job Satisfaction",
"type": "string",
"description": "Is {{possPronoun}} work personally satisfying or only a means to an end?"
}
}
},
"specialSkillsAndTalents": {
"type": "object",
"x-label": "Special Skills And Talents",
"properties": {
"dailySkills": {
"x-label": "Daily Skills",
"type": "string",
"description": "What skills does your character rely on day-to-day?"
},
"specialSkills": {
"x-label": "Special Skills",
"type": "string",
"description": "Does {{subjPronoun}} have a knack for computers, a green thumb, or the ability to inherently see how mechanical items work?"
},
"specialTalents": {
"x-label": "Special Talents",
"type": "string",
"description": "What special talents does {{subjPronoun}} have?"
},
"knownAndHiddenTalent": {
"x-label": "Known And Hidden Talent",
"type": "string",
"description": "Name one unique talent the character has that no one knows about, and one talent that {{subjPronoun}} openly shares."
},
"talentPrideOrEmbarrassment": {
"x-label": "Talent Pride Or Embarrassment",
"type": "string",
"description": "Are any of {{possPronoun}} talents or skills a source of pride or embarrassment?"
}
}
},
"family": {
"type": "object",
"x-label": "Family",
"properties": {
"familyDynamics": {
"x-label": "Family Dynamics",
"type": "string",
"description": "What are the character’s family dynamics?"
},
"maritalStatus": {
"x-label": "Marital Status",
"type": "string",
"description": "Is {{subjPronoun}} single or married?"
},
"hasKids": {
"x-label": "Has Kids",
"type": "string",
"description": "Does {{subjPronoun}} have kids?"
},
"parentsAndSiblings": {
"x-label": "Parents And Siblings",
"type": "string",
"description": "If {{subjPronoun}}’s a child or teen, what are {{possPronoun}} parents and siblings like?"
},
"relationshipWithFamily": {
"x-label": "Relationship With Family",
"type": "string",
"description": "Does {{subjPronoun}} have close or distant relationships with them?"
},
"familyValues": {
"x-label": "Family Values",
"type": "string",
"description": "What family values and beliefs does {{subjPronoun}} hold dear?"
},
"parentalFumblings": {
"x-label": "Parental Fumblings",
"type": "string",
"description": "What parental “fumblings” did {{subjPronoun}} experience firsthand growing up that {{subjPronoun}} refuses to repeat with {{possPronoun}} own family?"
},
"parentalTeachings": {
"x-label": "Parental Teachings",
"type": "string",
"description": "What parental teachings helped {{objPronoun}} become a better person?"
}
}
},
"interests": {
"type": "object",
"x-label": "Interests",
"properties": {
"hobbies": {
"x-label": "Hobbies",
"type": "string",
"description": "What interests and hobbies does {{subjPronoun}} have?"
},
"knownHobbies": {
"x-label": "Known Hobbies",
"type": "string",
"description": "Do other people know about these hobbies, or does {{subjPronoun}} keep them to {{objPronoun}}self?"
},
"secretDesire": {
"x-label": "Secret Desire",
"type": "string",
"description": "If there was one thing the character could do without anyone knowing, what would it be?"
},
"soloOrGroupActivities": {
"x-label": "Solo Or Group Activities",
"type": "string",
"description": "Does {{subjPronoun}} like to do these things with others, or alone?"
},
"reasonForSoloOrGroup": {
"x-label": "Reason For Solo Or Group",
"type": "string",
"description": "Why is that?"
},
"stressOutlet": {
"x-label": "Stress Outlet",
"type": "string",
"description": "What activity is the character’s “stress outlet”?"
},
"entertainingActivities": {
"x-label": "Entertaining Activities",
"type": "string",
"description": "What activities does {{subjPronoun}} find entertaining?"
},
"creativeSide": {
"x-label": "Creative Side",
"type": "string",
"description": "In what way does {{subjPronoun}} show {{possPronoun}} creative side?"
},
"desiredInterest": {
"x-label": "Desired Interest",
"type": "string",
"description": "What interest or hobby would {{subjPronoun}} like to pursue but doesn’t feel qualified to do so?"
}
}
},
"peopleAndCommunity": {
"type": "object",
"x-label": "People And Community",
"properties": {
"communityRelationship": {
"x-label": "Community Relationship",
"type": "string",
"description": "How close is your character to the people around {{objPronoun}}?"
},
"neighborsRelationship": {
"x-label": "Neighbors Relationship",
"type": "string",
"description": "Does {{subjPronoun}} know {{possPronoun}} neighbors, interact with them at the mailbox, join them for barbecues or does {{subjPronoun}} not even know their names?"
},
"volunteering": {
"x-label": "Volunteering",
"type": "string",
"description": "Does {{subjPronoun}} volunteer?"
},
"reactionToDisaster": {
"x-label": "Reaction To Disaster",
"type": "string",
"description": "If there was a fire or flood or disaster that affected {{possPronoun}} community, would {{subjPronoun}} stay to help others or get out?"
},
"askingForHelp": {
"x-label": "Asking For Help",
"type": "string",
"description": "If {{subjPronoun}} needed help, would {{subjPronoun}} ask for it, and if so, who would {{subjPronoun}} ask?"
}
}
},
"moralsAndEthics": {
"type": "object",
"x-label": "Morals And Ethics",
"properties": {
"perspectiveOnMorals": {
"x-label": "Perspective On Morals",
"type": "string",
"description": "Does your character see things in black and white or shades of gray?"
},
"championedCauses": {
"x-label": "Championed Causes",
"type": "string",
"description": "Does {{subjPronoun}} champion any causes?"
},
"strongOpinions": {
"x-label": "Strong Opinions",
"type": "string",
"description": "What issues does {{subjPronoun}} feel strongly about?"
},
"reactionToChallenges": {
"x-label": "Reaction To Challenges",
"type": "string",
"description": "How does {{subjPronoun}} react when those beliefs are challenged?"
},
"issuesImportance": {
"x-label": "Issues Importance",
"type": "string",
"description": "Why are these issues so important to {{objPronoun}}?"
},
"influenceOnBeliefs": {
"x-label": "Influence On Beliefs",
"type": "string",
"description": "Was there a specific person or event who strongly influenced {{objPronoun}} to believe the way {{subjPronoun}} does about {{possPronoun}} important issues?"
},
"hiddenBeliefs": {
"x-label": "Hidden Beliefs",
"type": "string",
"description": "Which of {{possPronoun}} beliefs, opinions, or ideals does {{subjPronoun}} hide from others, and why?"
},
"unwaveringBeliefs": {
"x-label": "Unwavering Beliefs",
"type": "string",
"description": "Which moral beliefs will {{subjPronoun}} hold to, no matter what?"
}
}
},
"identityVsPersona": {
"type": "object",
"x-label": "Identity Vs Persona",
"properties": {
"selfDescription": {
"x-label": "Self Description",
"type": "string",
"description": "What five words would your character use to describe {{objPronoun}}self?"
},
"friendDescription": {
"x-label": "Friend Description",
"type": "string",
"description": "What five words would {{possPronoun}} best friend use?"
},
"othersDescription": {
"x-label": "Others Description",
"type": "string",
"description": "What about a co-worker, an acquaintance, and a stranger?"
},
"selfVsOthersView": {
"x-label": "Self Vs Others View",
"type": "string",
"description": "How does the character’s view of {{objPronoun}}self? differ from the ways others see {{objPronoun}}?"
},
"trueDescriptions": {
"x-label": "True Descriptions",
"type": "string",
"description": "Of all the words used to describe your character, which ones are true, and which ones are not?"
},
"othersAssumptions": {
"x-label": "Others Assumptions",
"type": "string",
"description": "Are other people making assumptions about your character based on how {{subjPronoun}} looks and acts?"
},
"intendedAssumptions": {
"x-label": "Intended Assumptions",
"type": "string",
"description": "Does the character intend for this to happen, or is {{subjPronoun}} unaware that {{subjPronoun}} is sending out these messages about {{objPronoun}}self?"
},
"surprisingView": {
"x-label": "Surprising View",
"type": "string",
"description": "What is one thing that surprises {{objPronoun}} about how others view {{objPronoun}}?"
},
"viewReaction": {
"x-label": "View Reaction",
"type": "string",
"description": "Does this make {{objPronoun}} upset or happy?"
}
}
},
"relationships": {
"type": "object",
"x-label": "Relationships",
"properties": {
"closestIndividual": {
"x-label": "Closest Individual",
"type": "string",
"description": "Who is closest to your character and why?"
},
"desiredCloseness": {
"x-label": "Desired Closeness",
"type": "string",
"description": "Who would your character like to be closer to?"
},
"greetingInitiation": {
"x-label": "Greeting Initiation",
"type": "string",
"description": "Is {{subjPronoun}} the type of person to make the first move and greet others, or does {{subjPronoun}} wait for someone else to do it?"
},
"trustLevel": {
"x-label": "Trust Level",
"type": "string",
"description": "Is {{subjPronoun}} slow to trust, or does {{subjPronoun}} open up quickly because {{subjPronoun}} has a good sense about people?"
},
"attractionType": {
"x-label": "Attraction Type",
"type": "string",
"description": "What type of person is {{subjPronoun}} attracted to?"
},
"relationshipSatisfaction": {
"x-label": "Relationship Satisfaction",
"type": "string",
"description": "Is {{subjPronoun}} satisfied with {{possPronoun}} current relationships, or is there something {{subjPronoun}} feels is lacking?"
},
"vulnerability": {
"x-label": "Vulnerability",
"type": "string",
"description": "What person is your character vulnerable with, or is there anyone {{subjPronoun}} can show {{possPronoun}} sensitive side to?"
},
"avoidance": {
"x-label": "Avoidance",
"type": "string",
"description": "Who does your character avoid and why?"
},
"turnOffs": {
"x-label": "Turn Offs",
"type": "string",
"description": "What type of person turns {{objPronoun}} off?"
},
"reappearingIndividual": {
"x-label": "Reappearing Individual",
"type": "string",
"description": "If someone from {{possPronoun}} past were to reappear in {{possPronoun}} life, who would {{subjPronoun}} most want it to be and why?"
},
"leastWantedToIndividual": {
"x-label": "Least Wanted To Individual",
"type": "string",
"description": "Who would {{subjPronoun}} least want it to be and why?"
}
}
},
"secrets": {
"type": "object",
"x-label": "Secrets",
"properties": {
"biggestSecret": {
"x-label": "Biggest Secret",
"type": "string",
"description": "What is your character’s biggest secret and who would {{subjPronoun}} least like to discover it?"
},
"secretImportance": {
"x-label": "Secret Importance",
"type": "string",
"description": "Why is this secret so important?"
},
"secretThoughtFrequency": {
"x-label": "Secret Thought Frequency",
"type": "string",
"description": "Does {{subjPronoun}} think about it often or hardly at all?"
},
"secretSource": {
"x-label": "Secret Source",
"type": "string",
"description": "Is the secret a source of pain, humiliation, joy, or something in between?"
},
"secretKeeperForOthers": {
"x-label": "Secret Keeper For Others",
"type": "string",
"description": "Is {{subjPronoun}} a secret keeper for anyone else?"
},
"knownSecretsOfOthers": {
"x-label": "Known Secrets Of Others",
"type": "string",
"description": "What secrets does {{subjPronoun}} know about the people around {{objPronoun}} that {{subjPronoun}} doesn’t share?"
},
"secretsConfidedInHim": {
"x-label": "Secrets Confided In Him",
"type": "string",
"description": "Do they know {{subjPronoun}} is privy to their secrets, or did they confide in {{objPronoun}} in the first place?"
},
"trustedSecretKeeper": {
"x-label": "Trusted Secret Keeper",
"type": "string",
"description": "Do people trust {{objPronoun}} with their private thoughts or is {{subjPronoun}} incapable of keeping information to {{objPronoun}}self?"
},
"reasonForSharingSecrets": {
"x-label": "Reason For Sharing Secrets",
"type": "string",
"description": "If {{subjPronoun}} can’t keep a secret, why does {{subjPronoun}} end up sharing the information with others?"
}
}
},
"fears": {
"type": "object",
"x-label": "Fears",
"properties": {
"quirkyFear": {
"x-label": "Quirky Fear",
"type": "string",
"description": "What is your character afraid of that is quirky or surprising, considering the type of person {{subjPronoun}} is?"
},
"fearEmbarrassment": {
"x-label": "Fear Embarrassment",
"type": "string",
"description": "Does this fear cause embarrassment, or is it completely irrational?"
},
"overcomingFear": {
"x-label": "Overcoming Fear",
"type": "string",
"description": "Is it a fear {{subjPronoun}} is trying to overcome?"
},
"fearOrigin": {
"x-label": "Fear Origin",
"type": "string",
"description": "Did a past event cause this fear?"
},
"deepestFear": {
"x-label": "Deepest Fear",
"type": "string",
"description": "Regarding deeper fears—ones that {{subjPronoun}} does not want to admit to—which affects {{objPronoun}} the most?"
},
"fearHiding": {
"x-label": "Fear Hiding",
"type": "string",
"description": "How does {{subjPronoun}} hide this fear from others?"
},
"fearFaking": {
"x-label": "Fear Faking",
"type": "string",
"description": "Does {{subjPronoun}} fake it, pretending that it’s not a problem for {{objPronoun}}?"
},
"fearMaskingPersona": {
"x-label": "Fear Masking Persona",
"type": "string",
"description": "What persona does {{subjPronoun}} show the world to keep people at a distance so they won’t discover {{possPronoun}} fear?"
}
}
},
"backstoryAndWound": {
"type": "object",
"x-label": "Backstory And Wound",
"properties": {
"deepFearCause": {
"x-label": "Deep Fear Cause",
"type": "string",
"description": "Thinking about that deeper fear, the one the character does not want to reflect on or admit to…what event in {{possPronoun}} past caused the very thing {{subjPronoun}} fears to come to pass?"
},
"lifePathChange": {
"x-label": "Life Path Change",
"type": "string",
"description": "How did this event send {{possPronoun}} life on a new path?"
},
"lifeDiscards": {
"x-label": "Life Discards",
"type": "string",
"description": "As a result, who or what did {{subjPronoun}} discard from {{possPronoun}} life, what did {{subjPronoun}} lose, and what joy did {{subjPronoun}} give up?"
},
"fearUnworthiness": {
"x-label": "Fear Unworthiness",
"type": "string",
"description": "How does this fear make the character feel unworthy and flawed?"
},
"woundIntroduction": {
"x-label": "Wound Introduction",
"type": "string",
"description": "How can this wound be introduced into the character’s present story?"
},
"overcomingSimilarWound": {
"x-label": "Overcoming Similar Wound",
"type": "string",
"description": "How can you make the character face a similar situation and wound again, yet this time overcome it?"
}
}
},
"wantsNeedsAndDesires": {
"type": "object",
"x-label": "Wants Needs And Desires",
"properties": {
"surfaceWants": {
"x-label": "Surface Wants",
"type": "string",
"description": "What surface wants does your character have at the start of the story—to get a new job, to be recognized for {{possPronoun}} hard work, to pull off a surprise party for {{possPronoun}} wife?"
},
"perceivedHappiness": {
"x-label": "Perceived Happiness",
"type": "string",
"description": "What does {{subjPronoun}} think will make {{objPronoun}} happy?"
},
"lackingInLife": {
"x-label": "Lacking In Life",
"type": "string",
"description": "Then, going deeper: what is lacking in the character’s life?"
},
"unmetNeeds": {
"x-label": "Unmet Needs",
"type": "string",
"description": "What needs are not being met?"
},
"hopesAndDreams": {
"x-label": "Hopes And Dreams",
"type": "string",
"description": "What are {{possPronoun}} hopes and dreams, the very things {{subjPronoun}} dare not wish for, the things that seem too big or too hard to pursue?"
},
"magicWandDesire": {
"x-label": "Magic Wand Desire",
"type": "string",
"description": "If {{subjPronoun}} could wave a magic wand and make one thing appear, what would {{subjPronoun}} pick for {{objPronoun}}self?"
},
"selfEsteemBuilder": {
"x-label": "Self Esteem Builder",
"type": "string",
"description": "What would build {{possPronoun}} self-esteem, make {{objPronoun}} feel whole, and allow {{objPronoun}} to face any hardship or challenge life could throw {{possPronoun}} way?"
},
"lifeGoals": {
"x-label": "Life Goals",
"type": "string",
"description": "What are {{possPronoun}} life goals?"
}
}
},
"flawCentric": {
"type": "object",
"x-label": "Flaw Centric",
"properties": {
"detrimentalFlaws": {
"x-label": "Detrimental Flaws",
"type": "string",
"description": "Thinking on the character’s wants and needs and {{possPronoun}} biggest wish and desire: what flaws would be detrimental to achieving {{possPronoun}} goal?"
},
"insecurityFlaws": {
"x-label": "Insecurity Flaws",
"type": "string",
"description": "What flaws mask {{possPronoun}} insecurities about {{objPronoun}}self?, yet also make it hard for {{objPronoun}} to reach {{possPronoun}} goal?"
},
"relationshipFlaws": {
"x-label": "Relationship Flaws",
"type": "string",
"description": "What flaws get in the way of {{possPronoun}} relationships, causing friction?"
},
"resistanceToChangeFlaws": {
"x-label": "Resistance To Change Flaws",
"type": "string",
"description": "What flaws reinforce the character’s belief that {{subjPronoun}} doesn’t need to change, or that change is too hard, so why bother?"
},
"stressReactiveFlaws": {
"x-label": "Stress Reactive Flaws",
"type": "string",
"description": "What flaws surface when {{subjPronoun}} suffers a failure or setback or {{subjPronoun}} becomes stressed or upset?"
}
}
},
"attributeCentric": {
"type": "object",
"x-label": "Attribute Centric",
"properties": {
"strengthsForSuccess": {
"x-label": "Strengths For Success",
"type": "string",
"description": "Again, thinking on your character’s deepest need and the goal that will make {{objPronoun}} feel complete, confident, and happy: what strengths will help {{objPronoun}} achieve success?"
},
"strengthsToOvercomeFlaws": {
"x-label": "Strengths To Overcome Flaws",
"type": "string",
"description": "What strengths must {{subjPronoun}} develop in order to overcome {{possPronoun}} flaws?"
},
"unexpectedStrengths": {
"x-label": "Unexpected Strengths",
"type": "string",
"description": "Which strength seems like a weakness—something undesirable—but turns out to be the key to achieving {{possPronoun}} goal?"
}
}
},
"stressAndPressure": {
"type": "object",
"x-label": "Stress And Pressure",
"properties": {
"approachToChallenges": {
"x-label": "Approach To Challenges",
"type": "string",
"description": "How does your character handle challenges? Does {{subjPronoun}} embrace them, or avoid them?"
},
"underPressureBehavior": {
"x-label": "Under Pressure Behavior",
"type": "string",
"description": "If {{subjPronoun}}’s under pressure, does {{subjPronoun}} rise to the moment or falter, making mistakes and showing poor judgment?"
},
"emotionalReactionToStrain": {
"x-label": "Emotional Reaction To Strain",
"type": "string",
"description": "Does emotional strain cause {{objPronoun}} to lash out or show anger and frustration?"
},
"stressInducedBehavior": {
"x-label": "Stress Induced Behavior",
"type": "string",
"description": "Does {{subjPronoun}} snap when stressed, or does {{subjPronoun}} take a deep breath and do what needs to be done?"
},
"breakingPoint": {
"x-label": "Breaking Point",
"type": "string",
"description": "What is your character’s breaking point?"
},
"sensitivityToFailures": {
"x-label": "Sensitivity To Failures",
"type": "string",
"description": "What failures is {{subjPronoun}} sensitive to?"
},
"tickingClockScenarios": {
"x-label": "Ticking Clock Scenarios",
"type": "string",
"description": "What kind of ticking clock scenario might make {{objPronoun}} emotionally reactive?"
}
}
},
"emotionalRange": {
"type": "object",
"x-label": "Emotional Range",
"properties": {
"expressivenessLevel": {
"x-label": "Expressiveness Level",
"type": "string",
"description": "How expressive is your character?"
},
"gesturesOrBodyLanguage": {
"x-label": "Gestures Or Body Language",
"type": "string",
"description": "Does {{subjPronoun}} use big gestures to show {{possPronoun}} feelings, or does {{subjPronoun}} show them through small shifts in body language and action?"
},
"outwardVsInwardEmotion": {
"x-label": "Outward Vs Inward Emotion",
"type": "string",
"description": "Is your character outwardly emotional, or does {{subjPronoun}} hide what {{subjPronoun}} feels?"
},
"emotionLeakage": {
"x-label": "Emotion Leakage",
"type": "string",
"description": "If {{subjPronoun}}’s stoic, how does emotion leak out despite {{possPronoun}} best efforts?"
},
"triggerForAnger": {
"x-label": "Trigger For Anger",
"type": "string",
"description": "What would it take for your character to show {{possPronoun}} anger?"
},
"triggerForDesire": {
"x-label": "Trigger For Desire",
"type": "string",
"description": "What would it take for your character to show {{possPronoun}} desire?"
},
"triggerForHappinessOrAnxiety": {
"x-label": "Trigger For Happiness Or Anxiety",
"type": "string",
"description": "Happiness or anxiety?"
},
"emotionTics": {
"x-label": "Emotion Tics",
"type": "string",
"description": "When {{subjPronoun}} lies or is upset, does a specific tic give {{possPronoun}} emotions away?"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment