Added Several Hunts in Shard#7397
Conversation
Added two levels of Peccary and two levels of Clouded Arzumos.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughFour new Ilithi hunting zones are added to the base hunting configuration: ChangesIlithi Hunting Zones
🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@data/base-hunting.yaml`:
- Around line 1682-1702: The shard_clouded_arzumos and
shard_clouded_arzumos_plus blocks are out of sort order relative to the file's
rank-based grouping; move the entire block for shard_clouded_arzumos and
shard_clouded_arzumos_plus so it appears before the shard_gryphons* (250+ rank)
entries, preserving their internal list items exactly as shown (IDs 6285–6303)
to maintain rank ordering and readability.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 700cc65d-0caf-4eb0-86b5-0aa16b91b75a
📒 Files selected for processing (1)
data/base-hunting.yaml
| # https://elanthipedia.play.net/Clouded_arzumos 230-340 | ||
| # also antelopes | ||
| shard_clouded_arzumos: | ||
| - 6285 | ||
| - 6286 | ||
| - 6290 | ||
| - 6291 | ||
| - 6292 | ||
| - 6293 | ||
| - 6294 | ||
| shard_clouded_arzumos_plus: | ||
| # these appraise slightly higher | ||
| - 6295 | ||
| - 6296 | ||
| - 6297 | ||
| - 6298 | ||
| - 6299 | ||
| - 6300 | ||
| - 6301 | ||
| - 6302 | ||
| - 6303 |
There was a problem hiding this comment.
Reorder shard_clouded_arzumos* to keep rank ordering consistent.
Per the file’s ordering convention, the 230-340 block should appear before the shard_gryphons* (250+) entries. Please move this block earlier to preserve sorted readability and maintenance consistency (Line 1682 onward).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@data/base-hunting.yaml` around lines 1682 - 1702, The shard_clouded_arzumos
and shard_clouded_arzumos_plus blocks are out of sort order relative to the
file's rank-based grouping; move the entire block for shard_clouded_arzumos and
shard_clouded_arzumos_plus so it appears before the shard_gryphons* (250+ rank)
entries, preserving their internal list items exactly as shown (IDs 6285–6303)
to maintain rank ordering and readability.
Changing order like the AI rabbit told me to. Not moving peccary up higher because beltunumshi are also below prereni for some reason.
Added two levels of Peccary and two levels of Clouded Arzumos.
Summary by CodeRabbit