Skip to content

Commit

Permalink
Fixing the silliest bug ever
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysio4 committed Nov 23, 2023
1 parent 3c6f6da commit 2f30d05
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/agoldenexperience/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4958,7 +4958,7 @@ export const FormatsData: { [k: string]: SpeciesFormatsData; } = {
},

//fakemons
tentarcohl: {
tentarcolh: {
tier: "LC",
},
carsnail: {
Expand Down
73 changes: 72 additions & 1 deletion data/mods/agoldenexperience/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4916,11 +4916,82 @@ export const Learnsets: { [speciesid: string]: LearnsetData; } = {
},
carsnail: {
learnset: {

tackle: ["9L1"],
leer: ["9L1"],
vinewhip: ["9L1"],
acid: ["9L1"],
leechseed: ["9L1"],
magicalleaf: ["9L1"],
mudshot: ["9L1"],
acidarmor: ["9L1"],
razorleaf: ["9L1"],
acidspray: ["9L1"],
toxicspikes: ["9L1"],
grassyterrain: ["9L1"],
powerwhip: ["9L1"],
gunkshot: ["9L1"],
solarbeam: ["9L1"],
rest: ["9L1"],
snore: ["9L1"],
protect: ["9L1"],
gigadrain: ["9L1"],
attract: ["9L1"],
facade: ["9L1"],
rocktomb: ["9L1"],
sandtomb: ["9L1"],
venoshock: ["9L1"],
round: ["9L1"],
bodyslam: ["9L1"],
substitute: ["9L1"],
sludgebomb: ["9L1"],
endure: ["9L1"],
sleeptalk: ["9L1"],
poisonjab: ["9L1"],
energyball: ["9L1"],
leafstorm: ["9L1"],
grassknot: ["9L1"],
sludgewave: ["9L1"],
venomdrench: ["9L1"],
},
},
carcoliath: {
learnset: {
tackle: ["9L1"],
leer: ["9L1"],
vinewhip: ["9L1"],
acid: ["9L1"],
leechseed: ["9L1"],
magicalleaf: ["9L1"],
mudshot: ["9L1"],
acidarmor: ["9L1"],
razorleaf: ["9L1"],
acidspray: ["9L1"],
toxicspikes: ["9L1"],
grassyterrain: ["9L1"],
powerwhip: ["9L1"],
gunkshot: ["9L1"],
solarbeam: ["9L1"],
rest: ["9L1"],
snore: ["9L1"],
protect: ["9L1"],
gigadrain: ["9L1"],
attract: ["9L1"],
facade: ["9L1"],
rocktomb: ["9L1"],
sandtomb: ["9L1"],
venoshock: ["9L1"],
round: ["9L1"],
bodyslam: ["9L1"],
substitute: ["9L1"],
sludgebomb: ["9L1"],
endure: ["9L1"],
sleeptalk: ["9L1"],
poisonjab: ["9L1"],
energyball: ["9L1"],
leafstorm: ["9L1"],
grassknot: ["9L1"],
sludgewave: ["9L1"],
venomdrench: ["9L1"],
tentacatch: ["9L1"],
stoneedge: ["9L1"],
stealthrock: ["9L1"],
Expand Down

0 comments on commit 2f30d05

Please sign in to comment.