mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-28 19:35:18 +00:00
[AB-63] adding templates for new fun and utility commands: roll, loveCalc, roulette, choose, 8ball
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Ask again later
|
||||
@@ -0,0 +1 @@
|
||||
Cannot predict now
|
||||
@@ -0,0 +1 @@
|
||||
Concentrate and ask again
|
||||
@@ -0,0 +1 @@
|
||||
Yes – definitely
|
||||
@@ -0,0 +1 @@
|
||||
Don't count on it
|
||||
@@ -0,0 +1 @@
|
||||
Very doubtful
|
||||
@@ -0,0 +1 @@
|
||||
Reply hazy, try again
|
||||
@@ -0,0 +1 @@
|
||||
It is certain
|
||||
@@ -0,0 +1 @@
|
||||
It is decidedly so
|
||||
@@ -0,0 +1 @@
|
||||
You may rely on it
|
||||
@@ -0,0 +1 @@
|
||||
Most likely
|
||||
@@ -0,0 +1 @@
|
||||
Better not tell you now
|
||||
@@ -0,0 +1 @@
|
||||
Outlook not so good
|
||||
@@ -0,0 +1 @@
|
||||
Outlook good
|
||||
@@ -0,0 +1 @@
|
||||
Signs point to yes
|
||||
@@ -0,0 +1 @@
|
||||
My reply is no
|
||||
@@ -0,0 +1 @@
|
||||
As I see it, yes
|
||||
@@ -0,0 +1 @@
|
||||
My sources say no
|
||||
@@ -0,0 +1 @@
|
||||
Without a doubt
|
||||
@@ -0,0 +1 @@
|
||||
Yes
|
||||
@@ -0,0 +1 @@
|
||||
Plays a game of magic 8-ball
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to receive a randomly chosen answer from a fixed set of positive, neutral or negative answers.
|
||||
The answers are formulated in a way to answer a yes/no question.
|
||||
@@ -0,0 +1 @@
|
||||
The question to ask the magic 8-ball
|
||||
@@ -0,0 +1 @@
|
||||
I have chosen: ${choice}.
|
||||
@@ -0,0 +1 @@
|
||||
Chooses one of the given inputs
|
||||
@@ -0,0 +1,4 @@
|
||||
This command can be used to select a choice from a provided list of choices.
|
||||
The choices need to be space separated and there can be an arbitrary amount of them.
|
||||
If a choice needs to have spaces in it, the complete choice needs to be wrapped in ". For example "this choice" is considered one object to be chosen.
|
||||
The wrapping " will not be part of the final output. Only one choice will be chosen, and a sole choice as input is also possible.
|
||||
@@ -0,0 +1 @@
|
||||
A space separated list of choices
|
||||
@@ -0,0 +1 @@
|
||||
Calculates the love percentage between two subjects
|
||||
@@ -0,0 +1,2 @@
|
||||
This commands takes to subjects int he form of text inputs (can be mentions as well) and calculates the love percentage between those.
|
||||
The percentage is only whole numbers.
|
||||
@@ -0,0 +1 @@
|
||||
The first subject in the love calculation
|
||||
@@ -0,0 +1 @@
|
||||
The second subject in the love calculation
|
||||
@@ -0,0 +1 @@
|
||||
:cupid: Love Chance between ${first} and ${second} is ${chance}%.
|
||||
@@ -0,0 +1 @@
|
||||
Rolls a virtual die
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to roll a virtual die providing a number as output. Per default this die is 6-sided, but parameters for the side count and the minimal possible value can be provided.
|
||||
@@ -0,0 +1 @@
|
||||
The max value of the die. Default: 6
|
||||
@@ -0,0 +1 @@
|
||||
The minimum value the die can have. Default: 1
|
||||
@@ -0,0 +1 @@
|
||||
Plays one round of solo russian roulette
|
||||
@@ -0,0 +1 @@
|
||||
This command simulates one round of russian roulette. When executed this command uses a random chance to determine if a shot is made.
|
||||
@@ -0,0 +1 @@
|
||||
:gun: :boom:, you died! :skull:
|
||||
@@ -0,0 +1 @@
|
||||
:gun: *click*, no bullet in there for you this round.
|
||||
@@ -0,0 +1 @@
|
||||
The amount of bullets the revolver holds. Default: ${defaultValue}
|
||||
Reference in New Issue
Block a user