-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update min army #2423
update min army #2423
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe changes involve updates to the documentation regarding military units in the game, specifically addressing the mechanics of army movement and engagement. A new requirement mandates that attacking armies must consist of at least 100 troops to initiate attacks and pillaging. The document also clarifies the conditions for creating attacking armies, movement restrictions based on storage and stamina, and the operational limits of armies. Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
You are out of MentatBot reviews. Your usage will refresh December 16 at 08:00 AM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
docs/pages/mechanics/military/units.mdx (1)
67-67
: Improve wording concisenessConsider simplifying the phrase for better readability.
-Armies must have 100 troops in order to attack and pillage +Armies must have 100 troops to attack and pillage🧰 Tools
🪛 LanguageTool
[style] ~67-~67: Consider a shorter alternative to avoid wordiness.
Context: ...g Army** - Armies must have 100 troops in order to attack and pillage - Three attacking ar...(IN_ORDER_TO_PREMIUM)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
docs/pages/mechanics/military/units.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/pages/mechanics/military/units.mdx
[style] ~67-~67: Consider a shorter alternative to avoid wordiness.
Context: ...g Army** - Armies must have 100 troops in order to attack and pillage - Three attacking ar...
(IN_ORDER_TO_PREMIUM)
🔇 Additional comments (1)
docs/pages/mechanics/military/units.mdx (1)
67-67
: Verify minimum army size requirement and add error handling details
The new 100 troops requirement is a significant gameplay mechanic. Consider adding:
- The rationale behind choosing 100 as the minimum
- What happens when players attempt to attack/pillage with fewer troops
- Whether this applies to joining existing battles
Let's verify if this value is referenced elsewhere in the codebase:
🧰 Tools
🪛 LanguageTool
[style] ~67-~67: Consider a shorter alternative to avoid wordiness.
Context: ...g Army** - Armies must have 100 troops in order to attack and pillage - Three attacking ar...
(IN_ORDER_TO_PREMIUM)
Updated min army size for attack and pillage
Summary by CodeRabbit