constants for pokemon-related commands
This commit is contained in:
parent
ef2a2d1a0c
commit
bd0f53c1ed
2 changed files with 43 additions and 20 deletions
43
bot/assets/constants/pokemon.json
Normal file
43
bot/assets/constants/pokemon.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"typeArray": [
|
||||
"Normal",
|
||||
"Fire",
|
||||
"Water",
|
||||
"Electric",
|
||||
"Grass",
|
||||
"Ice",
|
||||
"Fighting",
|
||||
"Poison",
|
||||
"Ground",
|
||||
"Flying",
|
||||
"Psychic",
|
||||
"Bug",
|
||||
"Rock",
|
||||
"Ghost",
|
||||
"Dragon",
|
||||
"Dark",
|
||||
"Steel",
|
||||
"Fairy"
|
||||
],
|
||||
|
||||
"colours": {
|
||||
"Normal": "#A8A77A",
|
||||
"Fire": "#EE8130",
|
||||
"Water": "#6390F0",
|
||||
"Electric": "#F7D02C",
|
||||
"Grass": "#7AC74C",
|
||||
"Ice": "#96D9D6",
|
||||
"Fighting": "#C22E28",
|
||||
"Poison": "#A33EA1",
|
||||
"Ground": "#E2BF65",
|
||||
"Flying": "#A98FF3",
|
||||
"Psychic": "#F95587",
|
||||
"Bug": "#A6B91A",
|
||||
"Rock": "#B6A136",
|
||||
"Ghost": "#735797",
|
||||
"Dragon": "#6F35FC",
|
||||
"Dark": "#705746",
|
||||
"Steel": "#B7B7CE",
|
||||
"Fairy": "#D685AD"
|
||||
}
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"Normal": "#A8A77A",
|
||||
"Fire": "#EE8130",
|
||||
"Water": "#6390F0",
|
||||
"Electric": "#F7D02C",
|
||||
"Grass": "#7AC74C",
|
||||
"Ice": "#96D9D6",
|
||||
"Fighting": "#C22E28",
|
||||
"Poison": "#A33EA1",
|
||||
"Ground": "#E2BF65",
|
||||
"Flying": "#A98FF3",
|
||||
"Psychic": "#F95587",
|
||||
"Bug": "#A6B91A",
|
||||
"Rock": "#B6A136",
|
||||
"Ghost": "#735797",
|
||||
"Dragon": "#6F35FC",
|
||||
"Dark": "#705746",
|
||||
"Steel": "#B7B7CE",
|
||||
"Fairy": "#D685AD"
|
||||
}
|
Loading…
Reference in a new issue