Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formulas for calculating stats #227

Open
noahko96 opened this issue Jan 23, 2023 · 0 comments
Open

Add formulas for calculating stats #227

noahko96 opened this issue Jan 23, 2023 · 0 comments

Comments

@noahko96
Copy link
Contributor

noahko96 commented Jan 23, 2023

User Request

I did see the question mark option for setting min and max values, I suppose what I am after is a bit more control over the math that is driving variable values. Perhaps I am trying to use the app in a way it was never intended, but I’ve been playing around with a simple battle system where you can fight an enemy by looping through the same node over and over. Each time you are presented with a few possible actions, the main one being “attack”. If you attack, then an enemyHealth value is decreased, and once it reaches zero, the user is presented with the option to proceed. It would be awesome if the value of how much damage to deal could be coded in some way. So maybe a field of text for when the player enters a node and when they exit? And instead of just being able to read variables, to set them with something like:

enemyHealth -= random(playerDamageMin,playerDamageMax)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant