From 2f30d050968e13fd28ee8f8474423e5071b54ed9 Mon Sep 17 00:00:00 2001 From: Lysio4 Date: Thu, 23 Nov 2023 18:08:43 +0100 Subject: [PATCH] Fixing the silliest bug ever --- data/mods/agoldenexperience/formats-data.ts | 2 +- data/mods/agoldenexperience/learnsets.ts | 73 ++++++++++++++++++++- 2 files changed, 73 insertions(+), 2 deletions(-) diff --git a/data/mods/agoldenexperience/formats-data.ts b/data/mods/agoldenexperience/formats-data.ts index f8895123ec..fbc8da727f 100644 --- a/data/mods/agoldenexperience/formats-data.ts +++ b/data/mods/agoldenexperience/formats-data.ts @@ -4958,7 +4958,7 @@ export const FormatsData: { [k: string]: SpeciesFormatsData; } = { }, //fakemons - tentarcohl: { + tentarcolh: { tier: "LC", }, carsnail: { diff --git a/data/mods/agoldenexperience/learnsets.ts b/data/mods/agoldenexperience/learnsets.ts index 9a39781a83..559e5191c2 100644 --- a/data/mods/agoldenexperience/learnsets.ts +++ b/data/mods/agoldenexperience/learnsets.ts @@ -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"],