8000 GitHub - greyblue9/pokemon-damage: Shows effective strength of attack types for specific pokémon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

greyblue9/pokemon-damage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon type damage calculation script

NOTE: Type names and effectiveness extracted from https://github.com/pret/pokeemerald project source code

Usage:

Windows:

py ./pokemon.py [pokemon]

Linux/Unix/Mac:

python3 ./pokemon.py [pokemon]

Or (make sure script is executable and check the shebang line):

./pokemon.py [pokemon]

If you don't supply the name of a pokémon, it will prompt you for one.

Dataset Sources:

About

Shows effective strength of attack types for specific pokémon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0