Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
c602f2cd
Commit
c602f2cd
authored
May 15, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doubled the number of character personality traits (to balance things out)
parent
b7bdb13e
Pipeline
#12207
passed with stage
in 1 minute 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
CHANGELOG.md
CHANGELOG.md
+1
-0
Randomizer.java
src/main/java/com/owlmaddie/utils/Randomizer.java
+17
-11
No files found.
CHANGELOG.md
View file @
c602f2cd
...
...
@@ -7,6 +7,7 @@ All notable changes to **CreatureChat** are documented in this file. The format
## [Unreleased]
### Added
-
Doubled the number of character personality traits (to balance things out)
-
Added new
`/creaturechat timeout set <seconds>`
command
-
Added support for commands to use different data types (
`String`
,
`Integer`
)
...
...
src/main/java/com/owlmaddie/utils/Randomizer.java
View file @
c602f2cd
...
...
@@ -63,17 +63,23 @@ public class Randomizer {
"This message is temporarily out of order. Order yours at http://discord.creaturechat.com"
);
private
static
List
<
String
>
characterAdjectives
=
Arrays
.
asList
(
"mystical"
,
"fiery"
,
"ancient"
,
"cursed"
,
"ethereal"
,
"clumsy"
,
"stealthy"
,
"legendary"
,
"toxic"
,
"enigmatic"
,
"celestial"
,
"rambunctious"
,
"shadowy"
,
"brave"
,
"screaming"
,
"radiant"
,
"savage"
,
"whimsical"
,
"positive"
,
"turbulent"
,
"ominous"
,
"jubilant"
,
"arcane"
,
"hopeful"
,
"rugged"
,
"venomous"
,
"timeworn"
,
"heinous"
,
"friendly"
,
"humorous"
,
"silly"
,
"goofy"
,
"irate"
,
"furious"
,
"wrathful"
,
"nefarious"
,
"sinister"
,
"malevolent"
,
"sly"
,
"roguish"
,
"deceitful"
,
"untruthful"
,
"loving"
,
"noble"
,
"dignified"
,
"righteous"
,
"defensive"
,
"protective"
,
"heroic"
,
"amiable"
,
"congenial"
,
"intelligent"
,
"wicked"
"mystical"
,
"fiery"
,
"ancient"
,
"cursed"
,
"ethereal"
,
"clumsy"
,
"stealthy"
,
"legendary"
,
"toxic"
,
"enigmatic"
,
"celestial"
,
"rambunctious"
,
"shadowy"
,
"brave"
,
"screaming"
,
"radiant"
,
"savage"
,
"whimsical"
,
"positive"
,
"turbulent"
,
"ominous"
,
"jubilant"
,
"arcane"
,
"hopeful"
,
"rugged"
,
"venomous"
,
"timeworn"
,
"heinous"
,
"friendly"
,
"humorous"
,
"silly"
,
"goofy"
,
"irate"
,
"furious"
,
"wrathful"
,
"nefarious"
,
"sinister"
,
"malevolent"
,
"sly"
,
"roguish"
,
"deceitful"
,
"untruthful"
,
"loving"
,
"noble"
,
"dignified"
,
"righteous"
,
"defensive"
,
"protective"
,
"heroic"
,
"amiable"
,
"congenial"
,
"happy"
,
"sarcastic"
,
"funny"
,
"short"
,
"zany"
,
"cooky"
,
"wild"
,
"fearless insane"
,
"cool"
,
"chill"
,
"cozy"
,
"comforting"
,
"stern"
,
"stubborn"
,
"scatterbrain"
,
"scaredy"
,
"aloof"
,
"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
(
"always"
,
"frequently"
,
"usually"
,
"often"
,
"sometimes"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment