Skip to content

Commit

Permalink
CAP: Add Chuggalong (#10308)
Browse files Browse the repository at this point in the history
* Add Chuggalong to dex, formats, and learnsets

* remove blank spaces
  • Loading branch information
bingingem committed May 19, 2024
1 parent 4d397d9 commit f0b9da8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5960,6 +5960,10 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
isNonstandard: "CAP",
tier: "CAP",
},
chuggalong: {
isNonstandard: "CAP",
tier: "CAP",
},
pokestarsmeargle: {
isNonstandard: "Custom",
tier: "Illegal",
Expand Down
28 changes: 28 additions & 0 deletions data/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99479,6 +99479,34 @@ export const Learnsets: {[k: string]: LearnsetData} = {
zenheadbutt: ["9M"],
},
},
chuggalong: {
learnset: {
clangingscales: ["9L1"],
clangoroussoul: ["9L1"],
destinybond: ["9L1"],
dracometeor: ["9M"],
dragontail: ["9M"],
drainingkiss: ["9M"],
encore: ["9M"],
endure: ["9M"],
facade: ["9M"],
flamethrower: ["9M"],
healbell: ["9L1"],
helpinghand: ["9M"],
protect: ["9M"],
rest: ["9M"],
roar: ["9M"],
sleeptalk: ["9M"],
sludgebomb: ["9M"],
sludgewave: ["9M"],
storedpower: ["9M"],
substitute: ["9M"],
surf: ["9M"],
takedown: ["9M"],
taunt: ["9M"],
terablast: ["9M"],
},
},
pokestarsmeargle: {
eventData: [
{generation: 5, level: 60, gender: "M", abilities: ["owntempo"], moves: ["mindreader", "guillotine", "tailwhip", "gastroacid"]},
Expand Down
12 changes: 12 additions & 0 deletions data/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19499,6 +19499,18 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
eggGroups: ["Amorphous", "Water 3"],
gen: 9,
},
chuggalong: {
num: -75,
name: "Chuggalong",
types: ["Dragon", "Poison"],
baseStats: {hp: 45, atk: 43, def: 117, spa: 120, spd: 110, spe: 115},
abilities: {0: "Armor Tail"},
heightm: 6.2,
weightkg: 201.6,
color: "Black",
eggGroups: ["Undiscovered"],
gen: 9,
},
// NOTE: PokeStar "formes" are not actually formes and thus do not have a formeOrder
pokestarsmeargle: {
num: -5000,
Expand Down

0 comments on commit f0b9da8

Please sign in to comment.