Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heliomar-pena/bombcrypto_calculate_full_energy

An unofficial BombCrypto Tool to calculate the time of rest required by your heroes to have full energy again
https://github.com/heliomar-pena/bombcrypto_calculate_full_energy

bombcrypto tool vue

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        




BombCryptoLogo



BombCrypto energy calculator

[![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

[![npm](https://img.shields.io/badge/npm-6.14.11-red.svg)](https://quasar.dev)
![Contributios welcome](https://img.shields.io/badge/Contributions-Welcome-green.svg)
![License](https://img.shields.io/badge/License-MIT-purple.svg)

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



# Table of contents

- [Demo](#demo)
- [Getting start](#getting-start)
- [Formule](#the-formule-used)
- [Collaborating](#collaborating)

# 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**