Reduce sniper speed and increase range - #7167
Conversation
fixes them permanently kiting T4s round sera snipe mode speed from 1.74 to 1.7 as a bugfix of the speed reduction mult applying twice
📝 WalkthroughWalkthroughThis PR reduces movement speeds for XAL0305 and XSL0305, adjusts XSL0305 sniper-mode movement, and increases weapon ranges. It adds a balance changelog entry and removes a stale placeholder snippet. ChangesT3 Sniper Bot Balance Adjustment
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Fix wrong speed in snippet for Seraphim sniper
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 `@changelog/snippets/balance.7167.md`:
- Line 12: Update the Snipe mode speed entry in the changelog to document the
corrected Usha-Ah sniper-mode value of approximately 1.93, replacing the
inaccurate 1.7 value while preserving the existing before-value and formatting.
🪄 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: 8ad48d7e-add3-43b0-84a0-a64cf9b1de15
📒 Files selected for processing (1)
changelog/snippets/balance.7167.md
| - Range: 60 -> 65 | ||
| - Usha-Ah: T3 Sniper Bot | ||
| - Max speed: 2.3 -> 2.2 | ||
| - Snipe mode speed: 1.74 -> 1.7 |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Correct the documented Usha-Ah sniper-mode speed.
The entry says 1.74 -> 1.7, but the supplied XSL0305 configuration uses MaxSpeed = 2.2 and SniperModeSpeedMultiplier = 0.879, yielding approximately 1.93. Update this value to match the actual blueprint change.
🤖 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 `@changelog/snippets/balance.7167.md` at line 12, Update the Snipe mode speed
entry in the changelog to document the corrected Usha-Ah sniper-mode value of
approximately 1.93, replacing the inaccurate 1.7 value while preserving the
existing before-value and formatting.
Description of the proposed changes
Some considerations of the effects of these changes:
Testing done on the proposed changes
To be tested on develop/beta.
Checklist
Summary by CodeRabbit