[Docs] README: full evolution tree — 12 species x 4 stages - #32
Merged
Conversation
Replaces the single EmberFox evolution strip with a complete gallery showing all 12 species and their stage0 (egg) -> stage3 (ascended) progression. Each species is its own row, each stage its own column. Layout: - 4 subsections by element (Fire / Water / Nature / Electric) - 3 species per element in a 4-column table (species | egg | stage1 | stage2 | stage3) - Each cell has the image + species-name caption Total 48 images in the evolution section. All references verified against the existing files under frontend/public/assets/monsters/. Also bumped the rarity table at the top so each species appears under its actual rarity band (Common/Rare/Legendary), and added the 'info' that stage 0 is the egg. Removed the previous EmberFox-only strip section since the full evolution tree subsumes it.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe README updates species data, evolution-stage visuals, round-flow and battle-formula documentation, CI commands, and the merged pull request count. ChangesREADME documentation updates
Estimated code review effort: 1 (Trivial) | ~5 minutes ✨ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace the single EmberFox evolution strip with a complete gallery showing all 12 species and their full stage0 -> stage3 progression.
Structure
All 48 image references verified against the existing files under
frontend/public/assets/monsters/{1..12}/stage{0..3}.png.Also bumped the rarity table at the top so each species appears under
its actual rarity band (Common/Rare/Legendary), and added the note that
stage 0 is the egg.
Removed the previous EmberFox-only strip section since the full
evolution tree subsumes it.
Summary by CodeRabbit