forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill-pokemon.json
44 lines (44 loc) · 1.42 KB
/
skill-pokemon.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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 OVOS 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"
]
}