/vampire-survivors-power-up-calculator

Calculate the cheapest order to buy Power Ups in Vampire Survivors

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

How to add a new game version

  1. Open data.js
  2. Duplicate the latest version and update it with the new values
  3. Update CURRENT_STABLE_VERSION, CURRENT_BETA_VERSION, and LAST_UPDATE_DATE variables at the top of the file appropriately.

How to update icons

  1. Copy items.png and items.json from <game directory>\resources\app\.webpack\renderer\assets\img into this directory
  2. Run item-img-extractor.py
  3. Find the correct extracted sprites in the icons directory
  4. Copy them to the images directory and rename them to how the power up is called

License

All the code in this repository is in the public domain. Or if you prefer, you may also use it under the MIT license or CC0 license.