Skip to content

oesiledivad/Pokedex-Anki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex Anki

This deck will help you to memorize all 1025 Pokemon.

Download and import it

Go to releases download the .apkg file open it and import it.
Main deck is Pokedex it has subdecks by generations (1 to 9). If you dont wanna use subdecks, delete them and import the full .csv of your choice.
Example:
I want to use Español go to csv folder search es folder and download pokedex_full_es.csv import it, select the Note Type Pokedex and Pokedex deck import it and you should be good.

Screenshots

Name



Types



Silhouette [type-in]



Types [select]


Working on AnkiDroid 2.19.beta3 and Anki Windows 24.06.3

Using other languages

If you want to use other languages, import Pokedex_Anki.apkg, delete all cards, import the .csv with the language you want.

Now you'll need to modify applyTypeColors() in the Front part of all templates.

Instructions

Here you have the Pokemon's types in different languages. Now go to modify Front of the template and follow the example.
Example:
I want to use French, go to type_fr.csv see what the english type name is in French. Bug (English) is Insecte (French) .
Localize applyTypeColors()in the template and modify this variable typesAndColors.
Default is english

var typesAndColors = {
		electric: 'var(--electric-color)',
		water: 'var(--water-color)',
		grass: 'var(--grass-color)',
		ice: 'var(--ice-color)',
		fighting: 'var(--fighting-color)',
		poison: 'var(--poison-color)',
		ground: 'var(--ground-color)',
		flying: 'var(--flying-color)',
		psychic: 'var(--psychic-color)',
		bug: 'var(--bug-color)',
		rock: 'var(--rock-color)',
		ghost: 'var(--ghost-color)',
		dragon: 'var(--dragon-color)',
		dark: 'var(--dark-color)',
		steel: 'var(--steel-color)',
		fairy: 'var(--fairy-color)',
		fire: 'var(--fire-color)',
		normal: 'var(--normal-color)'
	};

We follow type_fr.csv and replace all names (always lowercase) like this:

var typesAndColors = {
		électrik: 'var(--electric-color)',
		eau: 'var(--water-color)',
		plante: 'var(--grass-color)',
		glace: 'var(--ice-color)',
		combat: 'var(--fighting-color)',
		poison: 'var(--poison-color)',
		sol: 'var(--ground-color)',
		vol: 'var(--flying-color)',
		psy: 'var(--psychic-color)',
		insecte: 'var(--bug-color)',
		roche: 'var(--rock-color)',
		spectre: 'var(--ghost-color)',
		dragon: 'var(--dragon-color)',
		ténèbres: 'var(--dark-color)',
		acier: 'var(--steel-color)',
		fée: 'var(--fairy-color)',
		feu: 'var(--fire-color)',
		normal: 'var(--normal-color)'
	};

This should be done in all of Front Card Types. After doing this everything should work.

Credits

Sprites
PokeAPI for cries, other languages.
Font
Original idea by: /u/nunixnunix04
Improvements and mass import by gleisonKZ and Akilez from Brazil
I added generation 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published