Tool Efficiant Evasion HP Calculator

Tyman2007

Ya Rly >.
Reaction score
74
I was bored and thought i would make a calculator which guesses a UNIT'S amount of hp it takes w/ evasion.

This was made using chocobo's formula
Code:
a = b*(100/(100-c))*(1+(d*e))

a = Effective Hp
b = Base Hp
c = Evasion Percentage
d = Armor
e = Armor Multiplier

I'm not sure what the true purpose of it is. Someone who wants to use this kindof thing i guess.. If you aren't too smart you can show it off like you would be some expert mathematician.

However, there is a small detail about armor types. soo.. it won't be very accurate unless the unit that's attacking you has a chaos attack.

eehpcxc4.png

This was made using VB6.

Really... i expect like a couple of people saying "WHATS THE POINT IN THIS" or "What's armor multiplier".

Remember! i only made the program, not the formula.

I will update this tomorrow.... maybe.... w/ a lot more features.

Download Link
 

Psiblade94122

In need of sleep
Reaction score
138
hmm, cant you add an extra feild for the armor type reduction?

so the equation would be like

a = (b*(100/(100-c))*(1+(d*e)))*(1+(1-(.01*f)))
Where F = the amount reduced for the armor vs the attack type?

but that would reqire the end user to know the % reduction the armor type has versus attacks
 

Chocobo

White-Flower
Reaction score
409
more in depth : this works only for melee attack types (casted types won't work unless you change the "Evasion %" to "Spell Block %") that are NOT Area of Effects (as you will take 50% of incoming damage from that).

Base HP : basic hit points of unit (usually max hp but you can put a certain amount of hp, for instance you want to know how many damage it must take to die from a certain point)

Evasion % : a more in depth can be found in the tutorial

Armor : the basic armor of the unit

Armor * : Armor multiplier (in decimals like "0.10" for 10%) but currently you would like to leave it as 0.06


A unit with 100% evasion has an infinite amount of hit points (as said, it won't apply against Area of Effect attacks).

Example : based on 1000 hp unit
- 1000 hp unit, 0% evasion, 1 armor and 6% armor multiplier results in 1060 hp
- 50 armor unit has 75% armor (given from the formula (armor*multiplier)/(armor*multiplier+1) -> Results in having to take triple damage from a same attack = 4000 hp effective hp (3000+1000)
- 100 armor unit has 85.714...% armor (which is 6/7) -> results in having to take 6x more damage, a total of 7000 hp (6000+1000)
- 50% evasion : avoid 1/2 hits -> needs take 2 hits for 1 hit -> doubled hp (2000 eff hp)
- 75% evasion : avoid 3/4 hits -> needs take 4 hits for 1 hit -> quad hp (4000 eff hp)
- 90% evasion : avoid 9/10 hits -> needs take 10 hits for 1 hit -> hp x10 (10000 eff hp)

Currently you can "guess" how many HP a unit can have only with evasion (for instance 1000 hp) :
- take the value in Worldedit (usually in decimals, like 10% is written 0.10)
- multiply it by 100 (here it will do 0.10x100 = 10.0)
- put as nominator the number you got and add a denominator of 100 (here it does 10/100)
- simplify the fraction you got (here it does 1/10)
- it means you need take "10" hits to cancel "1" hit
- 10-1 = 9 so you divide your current hit points by 9
- you multiply it by "10"
- you have your eff hp from evasion.
(here how it came : 0.10x100 -> 10/100 -> 1/10 -> 10-1=9 so 1000/9 ~111.11 -> 10 so ~111.11*100 ~ 1111.111111 -> this number is your eff hp).

An another example (using 1000 hp and 20% evasion) :
- 0.20 in WE
- 0.20*100 = 20.0
- nominator/denominator : 20.0/100
- simplify : 1/5
- it means you need take "5" hits to cancel "1" hit
- 5-1 = 4 so you divide your current hit points by 4 : 1000/4 = 250
- you multiply it by "5" : 250*5 = 1250
- you have your eff hp from evasion : 1250 HP

for armor, the fastest thing you can do is : armor*multiplier*hp = eff hp
 

saw792

Is known to say things. That is all.
Reaction score
280
@Tyman

Spelling mistakes in the topic I don't mind, but at least fix it in the program. People lose faith in programs that aren't polished (correct spelling being a part of it).
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top