Skip to content

Commit

Permalink
Fix Ivy Cudgel crit ratio (smogon#9767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 authored and underscoreevelyn committed Dec 2, 2023
1 parent 6cb7032 commit c2e2178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9888,6 +9888,7 @@ export const Moves: {[moveid: string]: MoveData} = {
pp: 10,
priority: 0,
flags: {protect: 1, mirror: 1},
critRatio: 2,
onModifyType(move, pokemon) {
switch (pokemon.species.name) {
case 'Ogerpon-Wellspring': case 'Ogerpon-Wellspring-Tera':
Expand Down
4 changes: 2 additions & 2 deletions data/text/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3340,8 +3340,8 @@ export const MovesText: {[k: string]: MoveText} = {
},
ivycudgel: {
name: "Ivy Cudgel",
desc: "If the user is an Ogerpon holding a mask, this move's type changes to match. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.",
shortDesc: "Type depends on user's form.",
desc: "Has a higher chance for a critical hit. If the user is an Ogerpon holding a mask, this move's type changes to match. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.",
shortDesc: "High critical hit ratio. Type depends on user's form.",
},
jawlock: {
name: "Jaw Lock",
Expand Down

0 comments on commit c2e2178

Please sign in to comment.