Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benediktwerner/vampire-survivors-power-up-calculator
- Owner: benediktwerner
- License: cc0-1.0
- Created: 2022-01-31T23:24:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T19:15:33.000Z (about 2 years ago)
- Last Synced: 2024-04-17T16:25:41.423Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0
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).