Poi plugin for viewing KanColle equipment improvement schedules, complete recipe routes, costs, and required materials.
Equipment Improvement 2 is now in maintenance mode. Existing features remain available, while future routine work will focus on keeping the improvement data current. No further feature expansion is planned except necessary bug or compatibility fixes.
For broader improvement planning and management, use Remodel Assistant (poi-plugin-remodel-assistant). It is a ground-up redesign built for multidimensional improvement management and will receive future feature development. Equipment Improvement 2 remains available as a lightweight, stable reference view.
Install the plugin through Poi, or place the package in Poi's plugin directory.
The plugin ships with a validated improvement-data snapshot for immediate offline startup. After startup it checks the @sakura2333/kancolle-data improvement2 channel in the npm registry at most once per hour, downloads an exact package tarball when the channel changes, verifies package integrity plus the supported data schemas/content, and atomically activates the new cached snapshot. Failed or incompatible updates never replace the currently usable data.
npm install --include=dev
npm test
npm pack --dry-runThe runtime plugin no longer installs @sakura2333/kancolle-data as an npm dependency. Development tests validate the bundled compatibility snapshot and the updater/cache contract.
Publish compatible data to the @sakura2333/kancolle-data improvement2 dist-tag. Plugin releases and data releases are independent after 1.1.9. Routine improvement-data updates should not require a new plugin release.
Official package:
npm test
npm publish --registry=https://registry.npmjs.org/Beta package:
npm run publish:beta:dry-run
npm run publish:betaThe beta script temporarily changes the package and runtime namespace to poi-plugin-item-improvement2-beta, publishes it, and restores the source tree even when publication fails.