-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,713 additions
and
749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
species: Seaking | ||
displayname: Grayson | ||
ingamename: Grayson | ||
setname: Christmas | ||
tags: [christmas] | ||
item: [Heat Rock] # It has a heater | ||
ability: [Truant] | ||
moves: | ||
- [Bubble] # It's a fish | ||
- [Follow Me] # It moves, the character follows | ||
- [Endeavor] # It sure tries | ||
- [Rest, Memento] # "The fish is just sleeping" | ||
gender: [m] | ||
happiness: 255 | ||
biddable: True | ||
rarity: 1.0 | ||
ball: [Dive] | ||
shiny: True | ||
nature: Bold | ||
ivs: 31 | ||
evs: {hp: 252, atk: 0, def: 252, spA: 4, spD: 252, spe: 0} | ||
hidden: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
species: Charmander | ||
ingamename: AAAABBK | ||
displayname: AAAABBK | ||
setname: Fish Plays Pokémon | ||
tags: [in-game, PWT-Fish Plays Pokemon, trainer+fishplayspokemon] | ||
item: [null] | ||
ability: [null] | ||
moves: | ||
- [Growl] | ||
- [Scratch] | ||
gender: [f] | ||
happiness: 70 | ||
biddable: True | ||
rarity: 1.0 | ||
ball: [Poké] | ||
shiny: False | ||
nature: Adamant | ||
ivs: {hp: 6, atk: 0, def: 14, spA: 18, spD: 20, spe: 18} | ||
evs: {hp: 0, atk: 0, def: 1, spA: 0, spD: 0, spe: 2} | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.