Skip to content

Commit

Permalink
Add Galarica Wreath
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Oct 29, 2020
1 parent 29ef7b5 commit 8d3e068
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,15 @@ export const Items: {[itemid: string]: ItemData} = {
num: 1582,
gen: 8,
},
galaricawreath: {
name: "Galarica Wreath",
spritenum: 740,
fling: {
basePower: 30,
},
num: 1592,
gen: 8,
},
galladite: {
name: "Galladite",
spritenum: 616,
Expand Down
4 changes: 2 additions & 2 deletions data/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3872,8 +3872,8 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
weightkg: 79.5,
color: "Pink",
prevo: "Slowpoke-Galar",
evoType: "trade",
evoItem: "King's Rock",
evoType: "useItem",
evoItem: "Galarica Wreath",
eggGroups: ["Monster", "Water 1"],
},
misdreavus: {
Expand Down
4 changes: 4 additions & 0 deletions data/text/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@ export const ItemsText = {
name: "Galarica Cuff",
desc: "Evolves Galarian Slowpoke into Galarian Slowbro when used.",
},
galaricawreath: {
name: "Galarica Wreath",
desc: "Evolves Galarian Slowpoke into Galarian Slowking when used.",
},
galladite: {
name: "Galladite",
desc: "If held by a Gallade, this item allows it to Mega Evolve in battle.",
Expand Down

0 comments on commit 8d3e068

Please sign in to comment.