Last active
May 24, 2025 11:50
-
-
Save TheNextGuy32/3c4094f709c5065d9e05176287d88092 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Bad": { | |
"Bored": ["Indifferent", "Apathetic"], | |
"Busy": ["Pressured", "Rushed"], | |
"Stressed": ["Overwhelmed", "Out of control"], | |
"Tired": ["Sleepy", "Unfocussed"] | |
}, | |
"Fearful": { | |
"Scared": ["Helpless", "Frightened"], | |
"Anxious": ["Overwhelmed", "Worried"], | |
"Insecure": ["Inadequate", "Inferior"], | |
"Rejected": ["Excluded", "Persecuted"], | |
"Threatened": ["Nervous", "Exposed"] | |
}, | |
"Angry": { | |
"Let down": ["Betrayed", "Resentful"], | |
"Humiliated": ["Disrespected", "Ridiculed"], | |
"Bitter": ["Indignant", "Violated"], | |
"Mad": ["Furious", "Jealous"], | |
"Aggressive": ["Provoked", "Hostile"], | |
"Frustrated": ["Infuriated", "Annoyed"], | |
"Distant": ["Withdrawn", "Numb"], | |
"Critical": ["Skeptical", "Dismissive"] | |
}, | |
"Disgusted": { | |
"Disapproving": ["Judgmental", "Embarrassed"], | |
"Disappointed": ["Appalled", "Revolted"], | |
"Awful": ["Nauseated", "Detestable"], | |
"Repelled": ["Horrified", "Hesitant"] | |
}, | |
"Sad": { | |
"Hurt": ["Disappointed", "Embarrassed"], | |
"Depressed": ["Inferior", "Empty"], | |
"Guilty": ["Remorseful", "Ashamed"], | |
"Despair": ["Powerless", "Grief"], | |
"Vulnerable": ["Fragile", "Victimized"], | |
"Lonely": ["Abandoned", "Isolated"] | |
}, | |
"Happy": { | |
"Playful": ["Aroused", "Cheeky"], | |
"Content": ["Free", "Joyful"], | |
"Interested": ["Curious", "Inquisitive"], | |
"Proud": ["Successful", "Confident"], | |
"Accepted": ["Respected", "Valued"], | |
"Powerful": ["Courageous", "Creative"], | |
"Peaceful": ["Loving", "Thankful"], | |
"Trusting": ["Sensitive", "Intimate"], | |
"Optimistic": ["Hopeful", "Inspired"] | |
}, | |
"Surprised": { | |
"Excited": ["Eager", "Energetic"], | |
"Amazed": ["Awe", "Astonished"], | |
"Confused": ["Perplexed", "Disillusioned"], | |
"Startled": ["Shocked", "Dismayed"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment