Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heliomar-pena/bombcrypto_calculate_full_energy
- Owner: heliomar-pena
- License: mit
- Created: 2021-10-14T00:27:13.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-10-17T17:35:14.000Z (about 3 years ago)
- Last Synced: 2024-06-13T04:13:29.586Z (5 months ago)
- Topics: bombcrypto, tool, vue
- Language: Vue
- Homepage: https://bombcryptoenergycalculator.netlify.app/#/
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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**