- 104
- Posts
- 17
- Years
- Seen Oct 31, 2013
Hello people.
Lately I've been working on a Pokemon fan game of mine and realized that the current Pokemon games have a pretty serious type imbalance. (Just combine Dark/Ghost or Steel/Anything and you'll see what I mean) While trying to make things somewhat more fair, I noticed that in order to test the type changes I would have to literally calculate every possible type combination to ensure that was I did wasn't breaking something somewhere else in the type charts.
As you may expect, this could take a long time to do if I had to do it every time I made a change.
So instead I've written a program that lets the user edit and add/delete types, and then view all of the possible combinations of types and their strengths and weaknesses. Basically, it's like a modifiable version of the type chart on serebii.net, which you can either use for the real Pokemon games (I've programmed it with all of the current type strengths/weaknesses as defaults) or edit for your own games. You can save your new type charts too, and they can be copied from the program into Microsoft Excel or Word or whatever if you are so inclined. Here's a few screenshots:
![[PokeCommunity.com] Type Chart Program [PokeCommunity.com] Type Chart Program](https://i102.photobucket.com/albums/m89/PokemonRPReborn/Random/th_typechart3.jpg)
As you may note, the type you select to edit (in the right window) is not the same as the type(s) you select in the spreadsheet. This is so that you can copy or highlight things in the basic type chart without changing what you're working on.
If people spot any bugs or anything please let me know, I'll update the program accordingly when I have a chance. On that note, I'm not 100% certain that I got the type strengths/weaknesses right (I was pretty tired when I added them), so let me know if you see anything incorrect in the defaults.
Anyway, you can download the program from here for now, it's designed for a Windows OS. If people have issues running it, please let me know and I'll see what I can do.
EDIT: It has come to my attention that I missed Steel vs Rock (should be x2, but is x0.5 instead). Until I can find the source and update it, make sure that you manually edit that value if you use the type chart program and want the correct matchups. To do so, click "Steel" in the right hand column, then select "Rock" as the "vs type" and change "Damage Dealt" value to x2 from x0.5.
Lately I've been working on a Pokemon fan game of mine and realized that the current Pokemon games have a pretty serious type imbalance. (Just combine Dark/Ghost or Steel/Anything and you'll see what I mean) While trying to make things somewhat more fair, I noticed that in order to test the type changes I would have to literally calculate every possible type combination to ensure that was I did wasn't breaking something somewhere else in the type charts.
As you may expect, this could take a long time to do if I had to do it every time I made a change.
So instead I've written a program that lets the user edit and add/delete types, and then view all of the possible combinations of types and their strengths and weaknesses. Basically, it's like a modifiable version of the type chart on serebii.net, which you can either use for the real Pokemon games (I've programmed it with all of the current type strengths/weaknesses as defaults) or edit for your own games. You can save your new type charts too, and they can be copied from the program into Microsoft Excel or Word or whatever if you are so inclined. Here's a few screenshots:
![[PokeCommunity.com] Type Chart Program [PokeCommunity.com] Type Chart Program](https://i102.photobucket.com/albums/m89/PokemonRPReborn/Random/th_typechart1.jpg)
![[PokeCommunity.com] Type Chart Program [PokeCommunity.com] Type Chart Program](https://i102.photobucket.com/albums/m89/PokemonRPReborn/Random/th_typechart2.jpg)
![[PokeCommunity.com] Type Chart Program [PokeCommunity.com] Type Chart Program](https://i102.photobucket.com/albums/m89/PokemonRPReborn/Random/th_typechart3.jpg)
As you may note, the type you select to edit (in the right window) is not the same as the type(s) you select in the spreadsheet. This is so that you can copy or highlight things in the basic type chart without changing what you're working on.
If people spot any bugs or anything please let me know, I'll update the program accordingly when I have a chance. On that note, I'm not 100% certain that I got the type strengths/weaknesses right (I was pretty tired when I added them), so let me know if you see anything incorrect in the defaults.
Anyway, you can download the program from here for now, it's designed for a Windows OS. If people have issues running it, please let me know and I'll see what I can do.
EDIT: It has come to my attention that I missed Steel vs Rock (should be x2, but is x0.5 instead). Until I can find the source and update it, make sure that you manually edit that value if you use the type chart program and want the correct matchups. To do so, click "Steel" in the right hand column, then select "Rock" as the "vs type" and change "Damage Dealt" value to x2 from x0.5.
Last edited: