You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
I guess you've already thought about a damage calculation in the combat tab, but since that is still in 'comming soon' and you've already added effective health I thought it would be nice to add the base damage as well.
The formular for that would be
(5+DamageOfTheWeapon+floor(Strength/5))*(1+Strength/100)
You are also wellcome to draw inpiration from my damage calculator for your combat tab of this amazing tool you are creating here :)
The text was updated successfully, but these errors were encountered:
Thanks for the info, I'll definitely check out your calculator before starting to work on mine in case I missed anything!
I don't want to add any further damage related stuff onto the General tab, I'm planning on putting all of that into the Combat tab to not clutter the main view.
Yea maybe it would ...
Just to show how it would look like what I meant: here are two concept arts of what I thought of:
EDIT: ok I see the inconsistency now and the missunderstanding that could come with it
About that I think that maybe you could make it so, that, as you click on a weapon, the damage with that weapon pops up beneath the weapons stats. In the combat tab I would potentially show the highest damage and the bse damage without any weapon. The poblem is that calculating the highest damage could become complicated as you would have to deal with armour sets as wel as with swords / bows. And if you would ever get bored, you could add pets too 🤣
I regard of potion you could maybe make a input box somewere in that you are able to enter the pots to calculate with, that would be also interesting with showing the overall stats like strength.
Sry for all the typies, somehow my ipad is lagging out and not registring clicks every second time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I guess you've already thought about a damage calculation in the combat tab, but since that is still in 'comming soon' and you've already added effective health I thought it would be nice to add the base damage as well.
The formular for that would be
(5+DamageOfTheWeapon+floor(Strength/5))*(1+Strength/100)
You are also wellcome to draw inpiration from my damage calculator for your combat tab of this amazing tool you are creating here :)
The text was updated successfully, but these errors were encountered: