claude-code-best/packages/pokemon
claude-code-best c37b274406 fix: 蛋孵化步数改用真实 hatchCounter 数据
- 孵化步数从 captureRate 反推改为 hatchCounter * 257(原版公式)
- getHatchCounter 支持进化阶段/传说回退分类
- fetch-pokedex-data.ts 已更新以采集 hatchCounter 字段
- 解决 #17 蛋系统孵化步数不准确

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 11:48:40 +08:00
..
docs docs: 添加 Pokémon 战斗系统审查报告 2026-04-24 11:48:40 +08:00
scripts feat: 从 PokeAPI 批量导入物种数据,替换硬编码 2026-04-24 11:48:40 +08:00
src fix: 蛋孵化步数改用真实 hatchCounter 数据 2026-04-24 11:48:40 +08:00
package.json feat: 集成 Battle tab 到 BuddyPanel,重命名 data/ 为 dex/ 规避 gitignore 2026-04-22 08:35:19 +08:00
tsconfig.json feat: 第一版可用 pokemon 2026-04-21 19:03:31 +08:00