diff --git a/data/pkmn.json b/data/pkmn.json index 7897e7b7..cd239bd2 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -11676,5 +11676,114 @@ "jpn": "\u30eb\u30ac\u30eb\u30ac\u30f3", "jpn_ro": "Lugalgan" } + }, + "746": { + "idx": 746, + "slug": { + "eng": "wishiwashi", + "jpn": "yowashi" + }, + "icons": { + ".": {}, + "solo": { + "is_duplicate": true + }, + "school": {} + }, + "name": { + "eng": "Wishiwashi", + "jpn": "\u30e8\u30ef\u30b7", + "jpn_ro": "Yowashi" + } + }, + "747": { + "idx": 747, + "slug": { + "eng": "mareanie", + "jpn": "hidoide" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Mareanie", + "jpn": "\u30d2\u30c9\u30a4\u30c7", + "jpn_ro": "Hidoide" + } + }, + "748": { + "idx": 748, + "slug": { + "eng": "toxapex", + "jpn": "dohidoide" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Toxapex", + "jpn": "\u30c9\u30d2\u30c9\u30a4\u30c7", + "jpn_ro": "Dohidoide" + } + }, + "749": { + "idx": 749, + "slug": { + "eng": "mudbray", + "jpn": "dorobanko" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Mudbray", + "jpn": "\u30c9\u30ed\u30d0\u30f3\u30b3", + "jpn_ro": "Dorobanko" + } + }, + "750": { + "idx": 750, + "slug": { + "eng": "mudsdale", + "jpn": "banbadoro" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Mudsdale", + "jpn": "\u30d0\u30f3\u30d0\u30c9\u30ed", + "jpn_ro": "Banbadoro" + } + }, + "751": { + "idx": 751, + "slug": { + "eng": "dewpider", + "jpn": "shizukumo" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Dewpider", + "jpn": "\u30b7\u30ba\u30af\u30e2", + "jpn_ro": "Shizukumo" + } + }, + "752": { + "idx": 752, + "slug": { + "eng": "araquanid", + "jpn": "onishizukumo" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Araquanid", + "jpn": "\u30aa\u30cb\u30b7\u30ba\u30af\u30e2", + "jpn_ro": "Onishizukumo" + } } } \ No newline at end of file diff --git a/icons/pokemon/regular/araquanid.png b/icons/pokemon/regular/araquanid.png new file mode 100644 index 00000000..8dae83b4 Binary files /dev/null and b/icons/pokemon/regular/araquanid.png differ diff --git a/icons/pokemon/regular/dewpider.png b/icons/pokemon/regular/dewpider.png new file mode 100644 index 00000000..a70d2d26 Binary files /dev/null and b/icons/pokemon/regular/dewpider.png differ diff --git a/icons/pokemon/regular/mareanie.png b/icons/pokemon/regular/mareanie.png new file mode 100644 index 00000000..ce118702 Binary files /dev/null and b/icons/pokemon/regular/mareanie.png differ diff --git a/icons/pokemon/regular/mudbray.png b/icons/pokemon/regular/mudbray.png new file mode 100644 index 00000000..4c3a2c6e Binary files /dev/null and b/icons/pokemon/regular/mudbray.png differ diff --git a/icons/pokemon/regular/mudsdale.png b/icons/pokemon/regular/mudsdale.png new file mode 100644 index 00000000..6d2a4f72 Binary files /dev/null and b/icons/pokemon/regular/mudsdale.png differ diff --git a/icons/pokemon/regular/toxapex.png b/icons/pokemon/regular/toxapex.png new file mode 100644 index 00000000..fbf57634 Binary files /dev/null and b/icons/pokemon/regular/toxapex.png differ diff --git a/icons/pokemon/regular/wishiwashi-school.png b/icons/pokemon/regular/wishiwashi-school.png new file mode 100644 index 00000000..dc09e582 Binary files /dev/null and b/icons/pokemon/regular/wishiwashi-school.png differ diff --git a/icons/pokemon/regular/wishiwashi.png b/icons/pokemon/regular/wishiwashi.png new file mode 100644 index 00000000..8bf6659d Binary files /dev/null and b/icons/pokemon/regular/wishiwashi.png differ diff --git a/icons/pokemon/shiny/araquanid.png b/icons/pokemon/shiny/araquanid.png new file mode 100644 index 00000000..04605773 Binary files /dev/null and b/icons/pokemon/shiny/araquanid.png differ diff --git a/icons/pokemon/shiny/dewpider.png b/icons/pokemon/shiny/dewpider.png new file mode 100644 index 00000000..b83d28a6 Binary files /dev/null and b/icons/pokemon/shiny/dewpider.png differ diff --git a/icons/pokemon/shiny/mareanie.png b/icons/pokemon/shiny/mareanie.png new file mode 100644 index 00000000..53db66e6 Binary files /dev/null and b/icons/pokemon/shiny/mareanie.png differ diff --git a/icons/pokemon/shiny/mudbray.png b/icons/pokemon/shiny/mudbray.png new file mode 100644 index 00000000..314b33da Binary files /dev/null and b/icons/pokemon/shiny/mudbray.png differ diff --git a/icons/pokemon/shiny/mudsdale.png b/icons/pokemon/shiny/mudsdale.png new file mode 100644 index 00000000..5f025c07 Binary files /dev/null and b/icons/pokemon/shiny/mudsdale.png differ diff --git a/icons/pokemon/shiny/toxapex.png b/icons/pokemon/shiny/toxapex.png new file mode 100644 index 00000000..d9e2c704 Binary files /dev/null and b/icons/pokemon/shiny/toxapex.png differ diff --git a/icons/pokemon/shiny/wishiwashi-school.png b/icons/pokemon/shiny/wishiwashi-school.png new file mode 100644 index 00000000..f2aee13e Binary files /dev/null and b/icons/pokemon/shiny/wishiwashi-school.png differ diff --git a/icons/pokemon/shiny/wishiwashi.png b/icons/pokemon/shiny/wishiwashi.png new file mode 100644 index 00000000..4e390155 Binary files /dev/null and b/icons/pokemon/shiny/wishiwashi.png differ