Forum - Space Odyssey MMORPG - a massive free online space game
April 29, 2024, 12:29:54 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New game Astro Galaxy launched by ET Virtual Worlds, http://www.astro-galaxy.com
 
   Home   Help Search Members Login Register  
Pages: 1 [2]
  Send this topic  |  Print  
Author Topic: abs, acu  (Read 10944 times)
Chronos
Sergeant First Class
*

Reputation: +144/-14
Offline Offline

Posts: 612

Make your swords become like things unto chainsaws


View Profile
« Reply #15 on: October 02, 2008, 12:50:01 AM »

Oh, ya, sorry. I was rushing out the door at that moment. It's fixed now.

The reason that the effective hitpoints are equal to the base hitpoints divided by the complement of the absorb percentage is simple. Think of it this way.

Damage only matters if it destroys the ship. If the ship does not take enough damage to be destroyed, then the damage might as well be zero. If the ship takes enough damage to be destroyed then, for that ship, the total damage does not matter. So, the only really important point is when the damage exceeds the hitpoints. This happens at:

DAM * (1 - ABS) = HP

If we divide both sides by (1 - ABS), we get:

DAM = HP / (1 - ABS)

Thus, we have the total amount of raw damage it would take to destroy the ship, the effective hitpoints.
Report to moderator   Logged

jessiedog
Master Sergeant
*

Reputation: +126/-32
Offline Offline

Posts: 872


View Profile
« Reply #16 on: October 02, 2008, 06:53:42 AM »

A simpler equation there jess is hp * 1.X  X = abs.   12

sorry jan, thats a different equation.

the abs is a percent of damage blocked, not a percent added. so if u have 50% abs, ur not multipying the hp *1.5
it really gets multiplied by 2
Report to moderator   Logged

And thus I clothe my naked villainy
With old odd ends, stol'n forth of holy writ;
And seem a saint, when most I play the devil.
Jan`go Vhett
Staff Sergeant
*

Reputation: +78/-16
Offline Offline

Posts: 473


View Profile WWW
« Reply #17 on: October 02, 2008, 10:49:10 AM »

Oh yeah lol sorry I was thinking of acu. abs. bonuses lol and now I will shutup about this before everyone believes I am an idiot.
Been sick last couple days give me a break lol.
« Last Edit: October 02, 2008, 08:23:42 PM by Jan`go Vhett » Report to moderator   Logged

Need an s-ship? If you have Gold just search Jangos, then select the price you want. If you don't have Gold just pm me for a design.
qe2eqe
Lance Corporal
*

Reputation: +8/-107
Offline Offline

Posts: 73


View Profile
« Reply #18 on: October 03, 2008, 03:49:10 AM »

Man, chronos really sets the gold standard.

In other news, eq for ship cost on gold is
(budget / .8) / (1-x%) where x is line assemble or what have you.
Report to moderator   Logged
jessiedog
Master Sergeant
*

Reputation: +126/-32
Offline Offline

Posts: 872


View Profile
« Reply #19 on: October 03, 2008, 02:45:38 PM »

dude ur equation is screwed up...

just do .8(100-line assemble)
Report to moderator   Logged

And thus I clothe my naked villainy
With old odd ends, stol'n forth of holy writ;
And seem a saint, when most I play the devil.
gwar
Private
*

Reputation: +6/-0
Offline Offline

Posts: 9


View Profile
« Reply #20 on: October 03, 2008, 04:00:01 PM »

x=attack, y=acc

Actual Attack=xy

x=hp, y=abs

Actual Hitpoints=x*100/(100-y)
Report to moderator   Logged
Chronos
Sergeant First Class
*

Reputation: +144/-14
Offline Offline

Posts: 612

Make your swords become like things unto chainsaws


View Profile
« Reply #21 on: October 03, 2008, 05:49:31 PM »

Man, chronos really sets the gold standard.

If you think so.


In other news, eq for ship cost on gold is
(budget / .8) / (1-x%) where x is line assemble or what have you.

That formula would actually cause the cost to go up. When you divide by a number less than one, you increase your result.


dude ur equation is screwed up...

just do .8(100-line assemble)

Your equation is ill-written. Do you mean that NEWCOST = OLDCOST * 0.8 * (100% - ASSEMBLY%)?

x=hp, y=abs

Actual Hitpoints=x*100/(100-y)

That works only if one treats y on a scale from 0 to 100. When I deal with percentages, I usually treat them as a decimal number between 0.0f and 1.0f, it's often more convenient when dealing with multiplication and the like. Just remember to plug in the right scale when using formulae.
Report to moderator   Logged

qe2eqe
Lance Corporal
*

Reputation: +8/-107
Offline Offline

Posts: 73


View Profile
« Reply #22 on: October 03, 2008, 05:55:52 PM »

Quote
That formula would actually cause the cost to go up. When you divide by a number less than one, you increase your result.

maybe price would have been a better word than cost. But yeah, you can buy ships thost cost more than your actual budget would otherwise allow, and that's the point.
Report to moderator   Logged
Chronos
Sergeant First Class
*

Reputation: +144/-14
Offline Offline

Posts: 612

Make your swords become like things unto chainsaws


View Profile
« Reply #23 on: October 03, 2008, 06:03:54 PM »

Oh, so that equation is a reference to how much you can buy, rather than how much you must spend?

You need to do a little better job explaining that. I don't think many people understood. Especially when your lead in phrase specifically mentions cost and has no reference to other approaches:

In other news, eq for ship cost on gold is
(budget / .8) / (1-x%) where x is line assemble or what have you.
Emphasis added.
Report to moderator   Logged

gwar
Private
*

Reputation: +6/-0
Offline Offline

Posts: 9


View Profile
« Reply #24 on: October 03, 2008, 09:54:42 PM »

x=hp, y=abs#
Actual Hitpoints=x*100/(100-y)

OR

x=hp, y=abs%
Actual Hitpoints=x*1/(1-y)

x=attack, y=acc%
Actual Attack=xy

OR

x=attack, y=acc#
Actual Attack=x(y/100)

Can I use both of those equations for hp and attack to find the 'effective' hp and attack of my s-ships?

sorry for not being specific enough in my last post on what my question was.
Report to moderator   Logged
Chronos
Sergeant First Class
*

Reputation: +144/-14
Offline Offline

Posts: 612

Make your swords become like things unto chainsaws


View Profile
« Reply #25 on: October 04, 2008, 01:02:06 AM »

Oh, I did not know there was a question in there. But ya, pretty much.
Report to moderator   Logged

gwar
Private
*

Reputation: +6/-0
Offline Offline

Posts: 9


View Profile
« Reply #26 on: October 04, 2008, 08:04:45 AM »

haha i didn't put my question in there
Report to moderator   Logged
qe2eqe
Lance Corporal
*

Reputation: +8/-107
Offline Offline

Posts: 73


View Profile
« Reply #27 on: October 04, 2008, 04:06:04 PM »

p.s. gwar is playing tonight about 3 miles from my home. I can't go because I have to work, and I can't call out because I need to pay off the credit card bill I racked up playing spaceo obsessively.
Report to moderator   Logged
Chronos
Sergeant First Class
*

Reputation: +144/-14
Offline Offline

Posts: 612

Make your swords become like things unto chainsaws


View Profile
« Reply #28 on: October 04, 2008, 04:52:41 PM »

haha i didn't put my question in there

That is the height of nonspecificity.
Report to moderator   Logged

Pages: 1 [2]
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!