claude-code-best/packages/pokemon
claude-code-best 6fc365cf73 feat: 从 PokeAPI 批量导入物种数据,替换硬编码
- 新增 pokedex-data.ts:1024 个物种的 baseExperience、EV yield、growthRate、captureRate、baseHappiness、hatchCounter
- 新增 fetch-pokedex-data.ts:PokeAPI 数据抓取脚本(可重复运行)
- 新增 fetch-species-names.ts:多语言名称抓取脚本(中/日/英)
- species.ts 改为使用 pokedex-data 替代硬编码 supplement 条目
- 解决 #1 XP 数据源、#2 EV 数据源、#13 Growth Rate 覆盖不全问题

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 feat: 从 PokeAPI 批量导入物种数据,替换硬编码 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