Conversation
This is the start of my series of commits to update the KH1 docs a bit.
The 2nd and 3rd tier spell commands. Megalixir
I mostly fixed incorrect names. For consistency with the command dictionary I used the standard English names for the 4 KH1 Limits.
Unlike GitHub, the website needs a blank line before tables to render them.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 47 minutes and 14 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughDocumentation updates across KH1 and KH2 game files: formatting improvements with added blank lines, corrected world/item names, reorganized icon paths into subdirectories, and updated command/inventory mappings for consistency. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/kh1/worlds.md`:
- Around line 8-14: The table rows for world codes (e.g., "DH | Dive to the
Heart", "DI | Destiny Islands", "EW | End of the World", "GB | Unknown", "HE |
Olympus Coliseum", "LM | Atlantica", "NM | Halloween Town") use leading-only
pipes; update each row to include a trailing pipe as well so every row is framed
with both leading-and-trailing pipes (fix the MD055 lint warning).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: ba079676-8bcd-4aad-8546-c2378ecfdbd5
📒 Files selected for processing (7)
docs/kh1/dictionary/wpn.mddocs/kh1/index.mddocs/kh1/worlds.mddocs/kh2/dictionary/commands.mddocs/kh2/dictionary/icons.mddocs/kh2/dictionary/inventory.mddocs/kh2/unused.md
This should be alright now.
I fixed the broken tables for the KH1 and KH2 docs of the website. I also fixed numerous typos in the various files too.
I added the wpn dictionary to the KH1 index.
I fixed the broken image links for docs/kh2/icons.md.
Summary by CodeRabbit
Bug Fixes
Documentation