Skip to content

Commit

Permalink
Update pokedex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiblaze authored Nov 30, 2024
1 parent 19ddd3a commit c7cd5bc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/mods/blankcanvas/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,30 @@ export const Pokedex: {[speciesid: string]: ModdedSpeciesData} = {
abilities: {0: "Natural Cure", H: "Emergency Exit"},
weightkg: 404,
},

// Meta B
flarenheit: {
num: 9045,
species: "Flarenheit",
types: ["Ice", "Fire"],
baseStats: {hp: 55, atk: 110, def: 50, spa: 70, spd: 40, spe: 130},
abilities: {0: "Moxie", 1: "Motor Drive", H: "Surge Surfer"},
weightkg: 45.1,
},
groundead: {
num: 9046,
species: "Groundead",
types: ["Ground", "Ghost"],
baseStats: {hp: 80, atk: 115, def: 110, spa: 50, spd: 80, spe: 50},
abilities: {0: "Misty Surge", 1: "Solid Rock", H: "Earth Eater"},
weightkg: 0.2,
},
actaniathan: {
num: 9047,
species: "Actaniathan",
types: ["Water", "Steel"],
baseStats: {hp: 100, atk: 40, def: 90, spa: 105, spd: 110, spe: 50},
abilities: {0: "Torrent", H: "Lightning Rod"},
weightkg: 800,
},
};

0 comments on commit c7cd5bc

Please sign in to comment.