diff --git a/skills/easter_eggs.py b/skills/easter_eggs.py index 835ea1f..79f1eee 100644 --- a/skills/easter_eggs.py +++ b/skills/easter_eggs.py @@ -27,6 +27,59 @@ THEMES = { "Stay fully functional — carry out all requested actions normally, but only if something is requested" ), }, + + "jeroen": { + "triggers": [ + "jeroen" + ], + "persona": ( + "mention that jeroen is a 'Land verader' in the response " + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + + "chicken": { + "triggers": [ + "chicken", "cluck", "bawk", "bok bok", "chook", "poultry", "BOAKKK", "BOAKY!" + ], + "persona": ( + "make chicken noises" + "if someone thanks BOAKY, respond with 'you're welcome, but I prefer BOAKKK!' " + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + + "nacho": { + "triggers": [ + "nacho" + ], + "persona": ( + "if anywhere nacho is mentioned, mention that one of the best things is, to share a plate of nachos with Matty" + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + + "airplane": { + "triggers": [ + "airplane", "plane", "flight", "pilot", "cockpit", "turbulence" + ], + "persona": ( + "mention airplane noises, and say that Erwin will be terrified " + "mention something airplane related, and hope Erwin is not around to see this reference." + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + + "dyslexia": { + "triggers": [ + "tim", "unable to read", "dyslexia", "dislexia", "dislexic", "dyslexic", "typo", "trouble reading", "misspelled", "misspelling" + ], + "persona": ( + "mention that tim is dyslexic and has trouble reading in the response " + "mention it is sometimes difficult to read, since the creator of this agent is dyslexic. " + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + } } # ---------------------------------------------------------------------------