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

Dinner Sets #121

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions pokesets/XM_Dinner/091_Cloyster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
species: Cloyster
ingamename: ROysters
displayname: Rolled Oysters
setname: Dinner
tags: [Dinner]
ball: [Cherish]
item: Stone Plate
ability: Sticky Hold
moves:
- [Rollout]
- [Smelling Salts]
- [Softboiled]
- [Defense Curl]
happiness: 255
gender: [m, f]
biddable: True
rarity: 1.0
shiny: True
ivs: 31
evs: { hp: 252, atk: 4, def: 252, spA: 0, spD: 0, spe: 0 }
nature: Careful
hidden: false
21 changes: 21 additions & 0 deletions pokesets/XM_Dinner/413_Wormadam-Sandy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ingamename: Pizza
displayname: Pizza
setname: Dinner
tags: [Dinner]
ball: [Cherish]
item: Pinap Berry
ability: Flame Body
moves:
- [Ember]
- [Tri Attack]
- [Bite]
- [String Shot]
happiness: 255
gender: f
biddable: True
rarity: 1.0
shiny: True
ivs: { hp: 31, atk: 31, def: 31, spA: 31, spD: 31, spe: 31 }
evs: { hp: 252, atk: 4, def: 0, spA: 252, spD: 0, spe: 0 }
nature: Quiet
hidden: false
Loading