Skip to content

Commit

Permalink
Revert "NatDex: Correct Hidden Power/Judgment Max Power (smogon#7014)"
Browse files Browse the repository at this point in the history
This reverts commit c604df0.
  • Loading branch information
TheImmortal committed Jul 20, 2020
1 parent 1a1ba2b commit 13e6eac
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8577,7 +8577,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Normal",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerbug: {
Expand All @@ -8596,7 +8595,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Bug",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerdark: {
Expand All @@ -8615,7 +8613,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Dark",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerdragon: {
Expand All @@ -8634,7 +8631,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Dragon",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerelectric: {
Expand All @@ -8653,7 +8649,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Electric",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerfighting: {
Expand All @@ -8672,7 +8667,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Fighting",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerfire: {
Expand All @@ -8691,7 +8685,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Fire",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerflying: {
Expand All @@ -8710,7 +8703,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Flying",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerghost: {
Expand All @@ -8729,7 +8721,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Ghost",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowergrass: {
Expand All @@ -8748,7 +8739,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Grass",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerground: {
Expand All @@ -8767,7 +8757,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Ground",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerice: {
Expand All @@ -8786,7 +8775,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Ice",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerpoison: {
Expand All @@ -8805,7 +8793,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Poison",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerpsychic: {
Expand All @@ -8824,7 +8811,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Psychic",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerrock: {
Expand All @@ -8843,7 +8829,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Rock",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowersteel: {
Expand All @@ -8862,7 +8847,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Steel",
maxMove: {basePower: 80},
contestType: "Clever",
},
hiddenpowerwater: {
Expand All @@ -8881,7 +8865,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Water",
maxMove: {basePower: 80},
contestType: "Clever",
},
highhorsepower: {
Expand Down Expand Up @@ -9806,7 +9789,6 @@ export const BattleMovedex: {[moveid: string]: MoveData} = {
secondary: null,
target: "normal",
type: "Normal",
maxMove: {basePower: 90},
contestType: "Beautiful",
},
jumpkick: {
Expand Down

0 comments on commit 13e6eac

Please sign in to comment.