add-held-item
Installation
SKILL.md
Adding Held Items to Pokestar
Quick Reference
Files to modify:
src/enums/battleEnums.js- AddheldItemIdEnum.YOUR_ITEMentry (ONLY if not exists)src/config/backpackConfig.js- Add item metadata (name, description) if not existssrc/battle/data/heldItems.js- Add the held item implementation
DO NOT modify other held items or battleConfig.js unless explicitly asked.