Skip to content

Commit

Permalink
feat(items): add Metal Alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 17, 2023
1 parent 9e01c90 commit cee8fec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/assets/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6903,6 +6903,14 @@ export const items = new Collection<string, PokemonTypes.Item>([
name: 'Zygarde Cube',
specialSprite: 'https://www.serebii.net/itemdex/sprites/zygardecube.png'
}
],
[
'metalalloy',
{
desc: 'Evolves Duraludon into Archaludon when used.',
gen: 9,
name: 'Metal Alloy'
}
]
]);

Expand Down

0 comments on commit cee8fec

Please sign in to comment.