Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Revert "OHKO moves were working fine"…
Browse files Browse the repository at this point in the history
…""""

This reverts commit ebe9785.

yay
  • Loading branch information
Lysio4 committed Nov 18, 2023
1 parent ebe9785 commit bc44592
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/mods/agoldenexperience/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2245,12 +2245,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
type: "Poison",
contestType: "Tough",
},
fissure: {
fissureage: {
num: 90,
accuracy: 100,
basePower: 90,
category: "Physical",
name: "Fissure",
realMove: "Fissure",
desc: "10% chance to lower the target's Defense by 1.",
shortDesc: "10% chance to lower the target's Defense by 1.",
pp: 10,
Expand All @@ -2266,12 +2267,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
type: "Ground",
contestType: "Tough",
},
sheercold: {
sheercoldage: {
num: 329,
accuracy: 100,
basePower: 150,
category: "Special",
name: "Sheer Cold",
realMove: "Sheer Cold",
desc: "Sets Hail. User faints after use.",
shortDesc: "Sets Hail. User faints after use.",
pp: 5,
Expand Down Expand Up @@ -2319,12 +2321,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
target: "allAdjacent",
type: "Fairy",
},
guillotine: {
guillotineage: {
num: 12,
accuracy: 100,
basePower: 90,
category: "Physical",
name: "Guillotine",
realMove: "Guillotine",
desc: "Raises user's Attack by 1 if this KOes the target.",
shortDesc: "Raises user's Attack by 1 if this KOes the target.",
pp: 10,
Expand Down

0 comments on commit bc44592

Please sign in to comment.