From 262f3a8df49fc7bbf8b76956e981a00a38bd65d6 Mon Sep 17 00:00:00 2001 From: RohanRadia Date: Tue, 9 Apr 2019 13:26:58 +0100 Subject: Created the spooky8ball command and the corresponding .json responses file. --- bot/resources/halloween/responses.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bot/resources/halloween/responses.json (limited to 'bot/resources') diff --git a/bot/resources/halloween/responses.json b/bot/resources/halloween/responses.json new file mode 100644 index 00000000..99c64750 --- /dev/null +++ b/bot/resources/halloween/responses.json @@ -0,0 +1,14 @@ +{ + "responses": [ + ["No."], + ["Yes."], + ["I will seek and answer from the devil...", "...after requesting the devils knowledge the answer is far more complicated than a simple yes or no."], + ["This knowledge is not available to me, I will seek the answers from someone far more powerful...", "...there is no answer to this question, not even the Grim Reaper to locate an answer."], + ["The ghosts I summoned have confirmed that is is certain."], + ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his word...", "...the great cauldron can only confirm your beliefs."], + ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his word...", "...the great cauldron can only confirm that the answer to your question is no."], + ["If I tell you I will have to kill you..."], + ["I swear on my spider that you are correct."], + ["With certainty, under the watch of the Pumpkin King, I can confirm your suspicions."], + ["The undead have sworn me to secrecy. I can not answer your question."] +]} -- cgit v1.2.3 From 958adba6a80397d505b939b82b2a31f752ac42d3 Mon Sep 17 00:00:00 2001 From: Olson J Date: Wed, 10 Apr 2019 09:43:22 -0400 Subject: updated responses.json Change a few wording, as they were minor, linguistically speaking. --- bot/resources/halloween/responses.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bot/resources') diff --git a/bot/resources/halloween/responses.json b/bot/resources/halloween/responses.json index 99c64750..c0f24c1a 100644 --- a/bot/resources/halloween/responses.json +++ b/bot/resources/halloween/responses.json @@ -3,12 +3,12 @@ ["No."], ["Yes."], ["I will seek and answer from the devil...", "...after requesting the devils knowledge the answer is far more complicated than a simple yes or no."], - ["This knowledge is not available to me, I will seek the answers from someone far more powerful...", "...there is no answer to this question, not even the Grim Reaper to locate an answer."], + ["This knowledge is not available to me, I will seek the answers from someone far more powerful...", "...there is no answer to this question, not even the Grim Reaper could find an answer."], ["The ghosts I summoned have confirmed that is is certain."], - ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his word...", "...the great cauldron can only confirm your beliefs."], - ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his word...", "...the great cauldron can only confirm that the answer to your question is no."], + ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his question...", "...the great cauldron can only confirm your beliefs."], + ["Double, double, toil and trouble,\nFire burn and cauldron bubble.\nCool it with a baboon's blood,\nand tell me the answer to his question...", "...the great cauldron can only confirm that the answer to your question is no."], ["If I tell you I will have to kill you..."], ["I swear on my spider that you are correct."], - ["With certainty, under the watch of the Pumpkin King, I can confirm your suspicions."], + ["With great certainty, under the watch of the Pumpkin King, I can confirm your suspicions."], ["The undead have sworn me to secrecy. I can not answer your question."] ]} -- cgit v1.2.3