/bombcrypto_calculate_full_energy

An unofficial BombCrypto Tool to calculate the time of rest required by your heroes to have full energy again

Primary LanguageVueMIT LicenseMIT


BombCryptoLogo
BombCrypto energy calculator

forthebadge forthebadge

npm Contributios welcome License

Not official tool to help the player to know the time required to the heroe can get full energy.

Table of contents

Demo

You can use the app following this link: https://bombcryptoenergycalculator.netlify.app/#/.

The app doesn't required any permission or network conection to work, once you have charge the page. Only input the information needed to calculate the time of rest required for the heroe.

Getting start

You can start the app in your development environment, only clone the repository execute npm run serve. Then you can start to do local improvements.

The formule used

Get minutes to have full energy

minutes = (Heroe Stamina * 50) / (House extra stamina + Battery skill extra stamina)

Get hours to have full energy

hours = minutes / 60

Collaborating

You can collaborate with the project adding an issue explaining the feature / fix what want you add, or creating a fork of the project, adding the changes and last pull request to this repository. Feel free to collaborate, I will be happy to receive suggestions / help