Gap
public/data/acww/ and public/data/accf/ lack art.json. The sidebar (Phase 2) hides the Art tab when data.art.length === 0, so towns on these two games currently show no Art category at all.
For reference, ACGCN, ACNL, and ACNH all ship art.json already.
Why it matters
Both Wild World and City Folk have the Crazy Redd visit mechanic and museum art donation in the actual games:
- ACWW: ~20 paintings via Crazy Redd (per Fandom / Nookipedia)
- ACCF: similar mechanic, full list TBD
Surfaced during PR #73 review while reviewing Phase 7 sidebar work.
Sources for verification (not for copying)
When the data sourcing work happens, verify against authoritative sources:
Acceptance criteria
Draft art.json for each of ACWW and ACCF, matching the existing schema (see public/data/acnl/art.json as the template). Each item needs id, name, basedOn, and any other fields the schema requires. All items must be verified against authoritative sources before merge.
Gap
public/data/acww/andpublic/data/accf/lackart.json. The sidebar (Phase 2) hides the Art tab whendata.art.length === 0, so towns on these two games currently show no Art category at all.For reference, ACGCN, ACNL, and ACNH all ship
art.jsonalready.Why it matters
Both Wild World and City Folk have the Crazy Redd visit mechanic and museum art donation in the actual games:
Surfaced during PR #73 review while reviewing Phase 7 sidebar work.
Sources for verification (not for copying)
When the data sourcing work happens, verify against authoritative sources:
Acceptance criteria
Draft
art.jsonfor each of ACWW and ACCF, matching the existing schema (seepublic/data/acnl/art.jsonas the template). Each item needsid,name,basedOn, and any other fields the schema requires. All items must be verified against authoritative sources before merge.