From 30540c709b21dca25da67cf33a3f35cee852710c Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 14 Mar 2024 04:10:32 +0000 Subject: [PATCH] Create skill-pokemon.json --- skill-pokemon.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 skill-pokemon.json diff --git a/skill-pokemon.json b/skill-pokemon.json new file mode 100644 index 0000000..ad1aeae --- /dev/null +++ b/skill-pokemon.json @@ -0,0 +1,44 @@ +{ + "skill_id": "skill-pokemon.retrodaredevil", + "source": "https://github.com/OVOSHatchery/pokemon-skill", + "package_name": "ovos-skill-pokemon", + "extra_plugins": { + "core": [], + "PHAL": [], + "listener": [], + "audio": [], + "media": [], + "gui": [] + }, + "icon": "https://cdn.pixabay.com/photo/2016/07/23/13/18/pokemon-1536849_960_720.png", + "images": [], + "name": "Pokemon", + "description": "Aids you on your journey as a Pokemon Trainer. With this skill, you can ask Mycroft many different facts about Pokemon.", + "examples": [ + "What type is Pikachu?", + "How tall is Pikachu?", + "What is Pikachu's base happiness?", + "What is Pikachu's first evolution?", + "What is Pikachu's final evolution?", + "How much does Pikachu weigh in kilograms", + "What are eevee's evolutions?", + "What is Bulbasaur's base attack?", + "What does Bulbasaur evolve into?", + "What does Charizard evolve from?", + "How effective is a ground move against Pikachu?", + "What generation was Pichu introduced in?", + "What abilities does Pikachu have?", + "What is Static's flavor text in emerald", + "What is Intimidate's flavor text in diamond", + "Give me some info about the ability Static", + "Give me some detailed information about the ability Static", + "What generation was Static first introduced?" + ], + "tags": [ + "Pokemon", + "Pokedex", + "Video Games", + "Entertainment", + "Information" + ] +}