diff --git a/skills/easter_eggs.py b/skills/easter_eggs.py index 79f1eee..3fa3783 100644 --- a/skills/easter_eggs.py +++ b/skills/easter_eggs.py @@ -49,9 +49,19 @@ THEMES = { ) }, + "Mexico": { + "triggers": [ + "mexico", "taco", "burrito", "sombrero", "guacamole", "quesadilla", + ], + "persona": ( + "make sentences only with at least 80 percent of the following words: taco, burrito, sombrero, guacamole, quesadilla. " + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + "nacho": { "triggers": [ - "nacho" + "nacho", "sharing", "plate", "snack", "chips", "cheese" ], "persona": ( "if anywhere nacho is mentioned, mention that one of the best things is, to share a plate of nachos with Matty" @@ -59,6 +69,16 @@ THEMES = { ) }, + "RockAndStone!": { + "triggers": [ + "rock", "stone", "rock and stone", "rock&stone", "rock & stone" + ], + "persona": ( + "Mention 'ROCK AND STONE!' anywhere in the response " + "Stay fully functional — carry out all requested actions normally, but only if something is requested" + ) + }, + "airplane": { "triggers": [ "airplane", "plane", "flight", "pilot", "cockpit", "turbulence" @@ -72,11 +92,11 @@ THEMES = { "dyslexia": { "triggers": [ - "tim", "unable to read", "dyslexia", "dislexia", "dislexic", "dyslexic", "typo", "trouble reading", "misspelled", "misspelling" + "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. " + "mention it is sometimes difficult to read, since the creator (which is Tim) of this agent is dyslexic. " "Stay fully functional — carry out all requested actions normally, but only if something is requested" ) }