feat: add ACNL game data files#34
Merged
Merged
Conversation
Adds complete ACNL data in public/data/acnl/ matching the schema used by ACGCN, ACWW, and ACCF. Includes Northern Hemisphere seasonal months. - fish.json: 72 species (river, ocean, pond) with months and habitat - bugs.json: 72 insects/arachnids with months - fossils.json: 73 fossils — multi-part dinosaurs + standalone specimens - art.json: 36 paintings and sculptures with real-world artwork attribution - sea_creatures.json: 35 diving creatures (new ACNL category) with months No app code changed. Data is ready for v0.8 integration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 29, 2026
jacuzzicoding
added a commit
that referenced
this pull request
May 1, 2026
Surfaces the sea_creatures.json data (shipped in v0.8.0, PRs #34/#35) with a dedicated Tab in the museum UI. The tab is hidden for games without sea creature data (ACGCN, ACWW, ACCF) and redirects to Home if the active town switches to an incompatible game. Sea creatures reuse the existing CollectibleRow + ItemExpandPanel path (months, bells, shadow shown in the expand panel). Donation toggles persist to the store. Also includes: version bump to 0.8.2-alpha, branch-label suffix in footer (auto-stripped on main/development), SeaCreature type + isSeaCreature guard, globalFilter + csvExport + HomeTab progress grid coverage. Closes #56 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 tasks
2 tasks
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
public/data/acnl/following the existing per-game directory conventionTest plan
npm run build)npm test)