Skip to content

Update available maps to reflect Act 5 map pool - #160

Open
Powerlax wants to merge 1 commit into
SunkenInTime:mainfrom
Powerlax:update-map-pool
Open

Update available maps to reflect Act 5 map pool#160
Powerlax wants to merge 1 commit into
SunkenInTime:mainfrom
Powerlax:update-map-pool

Conversation

@Powerlax

@Powerlax Powerlax commented Sep 8, 2026

Copy link
Copy Markdown

Updated available and out-of-play maps by adding and removing specific maps.

(Removed Breeze added Abyss)

Summary by CodeRabbit

  • Updates
    • The map rotation has been adjusted: Abyss is now available for play.
    • Breeze has been moved to the out-of-play map list.

Updated available and out-of-play maps by adding and removing specific maps.

(Removed Breeze added Abyss)
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 26ae2dad-6237-47db-89b6-613a49993dfa

📥 Commits

Reviewing files that changed from the base of the PR and between 5861ee3 and 26258d3.

📒 Files selected for processing (1)
  • lib/const/maps.dart

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Maps.availableMaps now includes MapValue.abyss instead of MapValue.breeze. Maps.outofplayMaps now includes MapValue.breeze instead of MapValue.abyss.

Changes

Map classification

Layer / File(s) Summary
Update map lists
lib/const/maps.dart
The available and out-of-play map lists swap MapValue.abyss and MapValue.breeze.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 26258

Abyss is now presented as available and Breeze as out of play, matching the intended Act 5 map pool update. The change is ready to merge.

Suggested reviewers: sunkenintime

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the available map pool for Act 5.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates the Act 5 Valorant map rotation so players can select Abyss for new strategies while Breeze is shown as out of play. Focused Flutter checks confirmed that every declared map remains in exactly one rotation list and that the two updated map assignments are exclusive.

Confidence Score: 5/5

Safe to merge: the active and out-of-play map classifications are complete and non-overlapping.

Focused Flutter runtime checks verified full map-pool coverage, Abyss's active-only membership, and Breeze's out-of-play-only membership.

Files Needing Attention: No additional files need attention. The verified change is contained in lib/const/maps.dart.

T-Rex T-Rex Logs

What T-Rex did

  • Validated that every MapValue declaration appears in exactly one rotation classification by comparing with the combined active and out-of-play rotation lists.
  • Verified Abyss is classified only as an active map with no overlap.
  • Verified Breeze membership is limited to out-of-play, with available=false and no overlap confirmed.
  • Compared pre-change and post-change runtime outputs; both runs list all declared maps with no omissions or duplications and exit with code 0; the Flutter SDK was usable and the focused test executed; Abyss membership runtime and code-diff evidence were captured.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "Update available maps to reflect Act 5 m..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant