From 610211593c3dafc3eb394df8654f8944e4e435e3 Mon Sep 17 00:00:00 2001 From: yashrajbharticybtekk Date: Sun, 28 Jan 2024 10:27:01 +0530 Subject: [PATCH] seasonal graphic updates --- data/arlo.txt | 2 +- data/sierra.txt | 2 +- script.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/arlo.txt b/data/arlo.txt index e524658..d23f7d4 100644 --- a/data/arlo.txt +++ b/data/arlo.txt @@ -2,7 +2,7 @@ Arlo Bagon - Florges, Walrein, Moltres -Hypno - Darkrai, Gholdengo, Giratina-Origin +Hypno - Darkrai, Yveltal, Giratina-Origin Charizard - Terrakion, Rhyperior, Rampardos Golurk - Kartana, Kyogre, Darkrai diff --git a/data/sierra.txt b/data/sierra.txt index 58f441f..bc88609 100644 --- a/data/sierra.txt +++ b/data/sierra.txt @@ -6,6 +6,6 @@ Milotic - Kartana, Xurkitree, Zekrom Honchkrow - Xurkitree, Zekrom, Baxcalibur Sableye - Xerneas, Gardevoir, Zacian -Victreebel - Rayquaza, Mewtwo, Reshiram +Victreebel - Mewtwo, Reshiram, Moltres Alakazam - Darkrai, Yveltal, Giratina-Origin Houndoom - Terrakion, Kyogre, Groudon \ No newline at end of file diff --git a/script.js b/script.js index f90e120..d2e91c3 100644 --- a/script.js +++ b/script.js @@ -18,6 +18,7 @@ let weaknessMap = new Map([ ["Dark", ["Fighting", "Bug", "Fairy"]], ["Fairy", ["Poison", "Steel"]], ]); +let strengthMap = []; const pokemonTypes = [ "grass", "fire",