Skip to content

Commit

Permalink
Add event Milcery
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Oct 30, 2020
1 parent 501f502 commit 91030b5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75550,17 +75550,18 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
acidarmor: ["8L30"],
aromatherapy: ["8L20"],
aromaticmist: ["8L1"],
attract: ["8M", "8L25"],
attract: ["8M", "8L25", "8S0"],
babydolleyes: ["8E"],
celebrate: ["8S0"],
charm: ["8M"],
dazzlinggleam: ["8M", "8L35"],
drainingkiss: ["8M", "8L15"],
endure: ["8M"],
entrainment: ["8L50"],
entrainment: ["8L50", "8S0"],
facade: ["8M"],
fling: ["8M"],
helpinghand: ["8M"],
lastresort: ["8E"],
lastresort: ["8E", "8S0"],
mistyterrain: ["8M", "8L45"],
protect: ["8M"],
recover: ["8L40"],
Expand All @@ -75574,6 +75575,9 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
sweetscent: ["8L10"],
tackle: ["8L1"],
},
eventData: [
{generation: 8, level: 5, nature: "Hardy", isHidden: false, moves: ["celebrate", "lastresort", "entrainment", "attract"], pokeball: "cherishball"},
],
},
alcremie: {
learnset: {
Expand Down

0 comments on commit 91030b5

Please sign in to comment.