Commit 997be02d by Jonathan Thomas

Update Randomizer.java with better adjectives (more positive, and some dumb ones removed)

parent 233661b3
Pipeline #12045 passed with stage
in 20 seconds
...@@ -65,16 +65,15 @@ public class Randomizer { ...@@ -65,16 +65,15 @@ public class Randomizer {
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", "legendary", "toxic", "enigmatic", "clumsy", "stealthy", "legendary", "toxic", "enigmatic",
"frosty", "celestial", "rambunctious", "shadowy", "golden", "celestial", "rambunctious", "shadowy", "brave",
"invisible", "screaming", "radiant", "savage", "whimsical", "screaming", "radiant", "savage", "whimsical", "positive",
"turbulent", "crystalline", "ominous", "jubilant", "arcane", "turbulent", "ominous", "jubilant", "arcane", "hopeful",
"rugged", "luminous", "venomous", "timeworn", "zephyr", "rugged", "venomous", "timeworn", "heinous", "friendly",
"humorous", "silly", "goofy", "irate", "furious", "humorous", "silly", "goofy", "irate", "furious",
"wrathful", "nefarious", "sinister", "malevolent", "tricky", "wrathful", "nefarious", "sinister", "malevolent",
"sly", "roguish", "deceitful", "untruthful", "duplicitous", "sly", "roguish", "deceitful", "untruthful", "loving",
"noble", "dignified", "righteous", "defensive", "guardian", "noble", "dignified", "righteous", "defensive", "protective",
"shielding", "amiable", "congenial", "affable", "wicked", "heroic", "amiable", "congenial", "intelligent", "wicked"
"maleficent", "heinous"
); );
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