From 910007e25ff7201455d148714b774527c0edd08b Mon Sep 17 00:00:00 2001 From: Austin Couturier Date: Sun, 6 Oct 2024 15:37:16 -0600 Subject: [PATCH] Buff Kitsunoh and Nerf Chuggalong in Gen 9 --- calc/src/data/species.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calc/src/data/species.ts b/calc/src/data/species.ts index e76d3e523..e54f938d9 100644 --- a/calc/src/data/species.ts +++ b/calc/src/data/species.ts @@ -8988,6 +8988,7 @@ const SV_PATCH: {[name: string]: DeepPartial} = { Dunsparce: {nfe: true}, Duraludon: {nfe: true}, Girafarig: {nfe: true}, + Kitsunoh: {bs: {at: 117, sp: 128}}, Primeape: {nfe: true}, Tauros: {otherFormes: ['Tauros-Paldea-Aqua', 'Tauros-Paldea-Blaze', 'Tauros-Paldea-Combat']}, Wooper: {otherFormes: ['Wooper-Paldea']}, @@ -9120,7 +9121,7 @@ const SV_PATCH: {[name: string]: DeepPartial} = { }, Chuggalong: { types: ['Dragon', 'Poison'], - bs: {hp: 45, at: 43, df: 117, sa: 120, sd: 110, sp: 115}, + bs: {hp: 45, at: 43, df: 117, sa: 120, sd: 110, sp: 108}, weightkg: 201.6, abilities: {0: 'Armor Tail'}, },