This web application calculates the type multipliers for types of Pokemon. It takes two Pokemon types as input and provides a list of multipliers based on their strengths and weaknesses. Know a Pokémon's Weak Against Types
Understanding type multipliers is crucial in Pokemon battles, as they affect the effectiveness of attacks. This calculator simplifies the process of determining the multipliers for Pokemon-type.
Types | 0.5x | 2x |
---|---|---|
Bug | Fighting, Grass, Ground | Fire, Flying, Rock |
Dark | Dark, Ghost, Psychic | Bug, Fairy, Fighting |
Dragon | Electric, Fire, Grass, Water | Dragon, Fairy, Ice |
Electric | Electric, Flying, Steel | Ground |
Fairy | Bug, Dark, Dragon, Fighting | Poison, Steel |
Fighting | Bug, Dark, Rock | Fairy, Flying, Psychic |
Fire | Bug, Fire, Fairy, Grass, Ice, Steel | Ground, Rock, Water |
Flying | Bug, Fighting, Grass, Ground | Electric, Ice, Rock |
Ghost | Bug, Fighting, Normal, Poison | Dark, Ghost |
Grass | Electric, Grass, Ground, Water | Bug, Fire, Flying, Ice, Poison |
Ground | Electric, Poison, Rock | Grass, Ice, Water |
Ice | Ice | Fighting, Fire, Rock, Steel |
Normal | Ghost | Fighting |
Poison | Fairy, Fighting, Grass, Poison, Bug | Ground, Psychic |
Psychic | Fighting, Psychic | Bug, Dark, Ghost |
Rock | Fire, Flying, Normal, Poison | Fighting, Grass, Ground, Steel, Water |
Steel | Bug, Dragon, Fairy, Flying, Grass, Ice, Poison, Psychic, Rock, Steel | Fighting, Fire, Ground |
Water | Fire, Ice, Steel, Water | Electric, Grass |
https://yashrajbharti.github.io/Pokemon-Weakness-Calculator
can detect query string and give the results./?type1=normal&type2=none
after the url will show results for normal type multipliers.type1
and type2
to get the results directly in the url.type2
for a single-type Pokémon, it will automatically default to none
Contributions are welcome! If you have suggestions, improvements, or new features to add, please follow these guidelines:
git checkout -b feature-name
.git commit -m 'Add new feature'
.git push origin feature-name
.This project is licensed under the MIT License - see the LICENSE.md file for details.
©2024 yashrajbharti Github