Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benediktwerner/vampire-survivors-power-up-calculator

Calculate the cheapest order to buy Power Ups in Vampire Survivors
https://github.com/benediktwerner/vampire-survivors-power-up-calculator

Last synced: about 7 hours ago
JSON representation

Calculate the cheapest order to buy Power Ups in Vampire Survivors

Awesome Lists containing this project

README

        

## 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 `\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](LICENSE-MIT) or [CC0 license](LICENSE-CC0).