29 lines
963 B
Markdown
29 lines
963 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-ueyy
|
||
|
|
title: Create name dictionary data file
|
||
|
|
status: todo
|
||
|
|
type: task
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-11T15:56:26Z
|
||
|
|
updated_at: 2026-02-11T15:56:48Z
|
||
|
|
parent: nuzlocke-tracker-igl3
|
||
|
|
blocking:
|
||
|
|
- nuzlocke-tracker-c6ly
|
||
|
|
---
|
||
|
|
|
||
|
|
Create a JSON data file containing themed words for nickname generation.
|
||
|
|
|
||
|
|
## Requirements
|
||
|
|
|
||
|
|
- Each word entry has: `word` (string) and `categories` (string array)
|
||
|
|
- Categories should include themes like: mythology, food, space, nature, warriors, music, literature, gems, ocean, weather, etc.
|
||
|
|
- Target 150-200 words per category
|
||
|
|
- Words can belong to multiple categories
|
||
|
|
- Words should be short, punchy, and suitable as Pokemon nicknames (ideally 1-2 words, max ~12 characters)
|
||
|
|
|
||
|
|
## Checklist
|
||
|
|
|
||
|
|
- [ ] Define the data schema / TypeScript type for dictionary entries
|
||
|
|
- [ ] Create the JSON data file with initial categories
|
||
|
|
- [ ] Populate each category with 150-200 words
|
||
|
|
- [ ] Validate no duplicates exist within the file
|