Skip to content

Commit

Permalink
Gen 1: Update Psychic's secondary chance
Browse files Browse the repository at this point in the history
It's closer to 33% than to 30%.
This is a temporary fix until I move all secondary effects to their chance over 255 like it is on the cartridge.
  • Loading branch information
Joimer committed Dec 28, 2014
1 parent ef31e69 commit 36be16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/gen1/moves.js
Expand Up @@ -588,7 +588,7 @@ exports.BattleMovedex = {
desc: "Deals damage to one target with a 30% chance to lower its Special by 1 stage.",
shortDesc: "30% chance to lower the target's Special by 1.",
secondary: {
chance: 30,
chance: 33,
boosts: {
spd: -1,
spa: -1
Expand Down

0 comments on commit 36be16d

Please sign in to comment.