Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Missing Shaking Encounters in XY/SM/USUM & Name issue in SM/USUM

未关闭
#1,454 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
50/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
api

调研方向

首先,将 API 中 XY、SM 和 USUM 的遭遇数据与 issue 中链接的 Bulbapedia 突袭遭遇信息进行审计对照。检查 Chansey、Cottonee、Alolan Rattata、Wimpod 及相关遭遇方法的现有数据,然后验证缺失的方法和名称是否得到一致表示。当这些游戏中受影响的遭遇数据完整且名称正确时,即视为完成。

由索引模型根据 Issue 内容生成。

描述

All of these encounter types are missing from XY in the API:

This is important because many pokemon are exclusively encountered this way.

I would model these by adding multiple new encounter methods. Bulbapedia lists these all as "ambush encounter", but then sub-divides them into types. I would only name them after the sub-divided types. This would be:

  • Shaking Berry Tree
  • Shaking Trash Can
  • Bush Ambush
  • Drop from Cave Ceiling
  • Moving Dust Cloud (Bulbapedia has this as leaping out of ground, but it's not descriptive enough imo)
  • Sky Ambush

Some of these encounters are modeled for Gen 7. For example, Chansey is included in USUM. However, for some reason, this is listed as "Bubble Spot", which is the Gen 5 water bubble spot. The rest of the encounter data for it is fine.

That being said, we are still missing some gen 7 encounters like this.

I would rename chansey/cottonees method to:

  • Bush Ambush (previously described in my XY section)

A lot of these encounters appear to be in the API, but some are missing.

I couldn't find the one for Rattata Alola in SM Route 2, for example. So I'll have to go in detail and double check everything.

That being said, I think SM/USUMs ambush types mostly have crossover with XY. The only new methods I could see to add are:

  • Sand Clouds (beach? Maybe combine with dust clouds)
  • Rustling Trees (I think keep separate from the berry tree one, as that's a distinct thing in XY)
  • Wimpod Chase (Wimpod is currently listed as "only one" which is really not correct.)
  • Water Splash (Could actually use bubbling spot from BW)
  • Invisible Kecleon Spots

As usual, I wouldn't bring something up without being willing to take it on myself, but I hope someone else is interested as well.

主要语言
Python
星标
5.4k
派生
1.2k
平均合并
2 天 12 小时
30 天内合并 PR
18

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

PokeAPI/pokeapi 的其他 Issue

查看 PokeAPI/pokeapi 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。