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 |
- Select the first Pokemon type from the dropdown.
- Select the second Pokemon type from the dropdown.
- Click the "Calculate Multipliers" button to see the type multipliers.
- The url
https://yashrajbharti.github.io/Pokemon-Weakness-Calculator
can detect query string and give the results. - For example, writing
/?type1=normal&type2=none
after the url will show results for normal type multipliers. - Similary we can specify
type1
andtype2
to get the results directly in the url. - Lastly if you do not add
type2
for a single-type Pokémon, it will automatically default tonone
Contributions are welcome! If you have suggestions, improvements, or new features to add, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
©2024 yashrajbharti Github