Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ivy Cudgel crit ratio #9767

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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