Commit c602f2cd by Jonathan Thomas

Doubled the number of character personality traits (to balance things out)

parent b7bdb13e
Pipeline #12207 passed with stage
in 1 minute 54 seconds
...@@ -7,6 +7,7 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -7,6 +7,7 @@ All notable changes to **CreatureChat** are documented in this file. The format
## [Unreleased] ## [Unreleased]
### Added ### Added
- Doubled the number of character personality traits (to balance things out)
- Added new `/creaturechat timeout set <seconds>` command - Added new `/creaturechat timeout set <seconds>` command
- Added support for commands to use different data types (`String`, `Integer`) - Added support for commands to use different data types (`String`, `Integer`)
......
...@@ -63,17 +63,23 @@ public class Randomizer { ...@@ -63,17 +63,23 @@ public class Randomizer {
"This message is temporarily out of order. Order yours at http://discord.creaturechat.com" "This message is temporarily out of order. Order yours at http://discord.creaturechat.com"
); );
private static List<String> characterAdjectives = Arrays.asList( private static List<String> characterAdjectives = Arrays.asList(
"mystical", "fiery", "ancient", "cursed", "ethereal", "mystical", "fiery", "ancient", "cursed", "ethereal", "clumsy", "stealthy",
"clumsy", "stealthy", "legendary", "toxic", "enigmatic", "legendary", "toxic", "enigmatic", "celestial", "rambunctious", "shadowy",
"celestial", "rambunctious", "shadowy", "brave", "brave", "screaming", "radiant", "savage", "whimsical", "positive", "turbulent",
"screaming", "radiant", "savage", "whimsical", "positive", "ominous", "jubilant", "arcane", "hopeful", "rugged", "venomous", "timeworn",
"turbulent", "ominous", "jubilant", "arcane", "hopeful", "heinous", "friendly", "humorous", "silly", "goofy", "irate", "furious",
"rugged", "venomous", "timeworn", "heinous", "friendly", "wrathful", "nefarious", "sinister", "malevolent", "sly", "roguish", "deceitful",
"humorous", "silly", "goofy", "irate", "furious", "untruthful", "loving", "noble", "dignified", "righteous", "defensive",
"wrathful", "nefarious", "sinister", "malevolent", "protective", "heroic", "amiable", "congenial", "happy", "sarcastic", "funny",
"sly", "roguish", "deceitful", "untruthful", "loving", "short", "zany", "cooky", "wild", "fearless insane", "cool", "chill",
"noble", "dignified", "righteous", "defensive", "protective", "cozy", "comforting", "stern", "stubborn", "scatterbrain", "scaredy", "aloof",
"heroic", "amiable", "congenial", "intelligent", "wicked" "gullible", "mischievous", "prankster", "trolling", "clingy", " manipulative",
"weird", "famous", "persuasive", "sweet", "wholesome", "innocent", "annoying",
"trusting", "hyper", "egotistical", "slow", "obsessive", "compulsive", "impulsive",
"unpredictable", "wildcard", "stuttering", "hypochondriac", "hypocritical",
"optimistic", "overconfident", "jumpy", "brief", "flighty", "visionary", "adorable",
"sparkly", "bubbly", "unstable", "sad", "angry", "bossy", "altruistic", "quirky",
"nostalgic", "essentially", "emotional", "enthusiastic", "unusual", "conspirator"
); );
private static List<String> frequencyTerms = Arrays.asList( private static List<String> frequencyTerms = Arrays.asList(
"always", "frequently", "usually", "often", "sometimes", "always", "frequently", "usually", "often", "sometimes",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment