It is currently Thu Mar 28, 2024 3:58 pm



Post new topic Reply to topic  [ 47 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
User avatar
 

Team: None
Main: Earthforce Commander
Level: 964
Class: Fleet Commander

Joined: Sun Feb 15, 2009 4:31 pm
Location: hacking into your computer
Post Re: Augmenter Bonus Calculation
Here's how I think negative bonuses should work:

Let's say you have 100 visibility. You have a stealth aug for -50%, making your visibility go to 50. You then add another one for -50%, making your visibility 25%.

I hope you understand this

_________________
HAL on 4/1/10 wrote:
I bet you thought you were going to get a joke today? Well guess what? April fools!

Image


Sun Jan 09, 2011 3:23 pm
Profile E-mail YIM
Member
 

Team: Dark Traders
Main: enkelin
Level: 3002
Class: Speed Demon

Joined: Wed Aug 01, 2007 12:28 pm
Post Re: Augmenter Bonus Calculation
warfighter67 wrote:
Here's how I think negative bonuses should work:

Let's say you have 100 visibility. You have a stealth aug for -50%, making your visibility go to 50. You then add another one for -50%, making your visibility 25%.

I hope you understand this


This is how it worked before the aug rebalance a few years ago. Back then all aug effects were multiplicative. They moved away from that system because it allowed setups that were broken in one specific way, such as -vis or +damage. The current system of addition is a bit more complicated for the reasons discussed above, but it is more balanced on the whole.

_________________
(DefQon1) use a Rhino reconstruotereatarerer
-
(Pasta) I need to figure out how to get rid of this UrQa Suqqa Ukuk
(Bluenoser) Put your finger in your mouth and gag reflex should do the rest


Sun Jan 09, 2011 4:40 pm
Profile
User avatar
 

Team: Eminence Front
Main: DemonBlood
Level: 1761
Class: Shield Monkey

Joined: Tue Jul 01, 2008 1:09 am
Post Re: Augmenter Bonus Calculation
anilv wrote:
warfighter67 wrote:
Here's how I think negative bonuses should work:

Let's say you have 100 visibility. You have a stealth aug for -50%, making your visibility go to 50. You then add another one for -50%, making your visibility 25%.

I hope you understand this


This is how it worked before the aug rebalance a few years ago. Back then all aug effects were multiplicative. They moved away from that system because it allowed setups that were broken in one specific way, such as -vis or +damage. The current system of addition is a bit more complicated for the reasons discussed above, but it is more balanced on the whole.


yeah, now you can be broken in MANY ways!

i liked the old system...

_________________
it is the mark of an educated man, to entertain a thought without accepting it. - aristotle


Mon Jan 10, 2011 12:41 am
Profile E-mail
User avatar
 

Team: Psionic Corps
Main: The Crazy Game Maste
Level: 1031
Class: Engineer

Joined: Wed Feb 11, 2009 3:15 am
Location: TARDIS, Time Vortex, Main Universe, Reality, Big Bang 2, Multiverse 1
Post Re: Augmenter Bonus Calculation
MATHS HURT MAH HED

_________________
JeffL wrote:
Not sure if the quality is really up to snuff, tbh.

JeffL wrote:
Maybe you guys are right. We can leave things how they are for now and get more feedback later.


Fri Jan 14, 2011 2:13 pm
Profile E-mail
User avatar
 

Team: None
Main: Demiser of D
Level: 20
Class: None

Joined: Tue Jun 07, 2005 6:46 pm
Location: Listening to Fire On High, best song ever.
Post Re: Augmenter Bonus Calculation
lawl, this topic helped my convince my parents that SS was good for my brain :P

_________________
JeffL wrote:
That's it. I quit!


Battlecruiser23 wrote:
Fuck you, Cygnus.


Thu Jan 27, 2011 8:47 pm
Profile
User avatar
 

Team: MAD+
Main: dying moth
Level: 322
Class: Berserker

Joined: Mon Nov 22, 2010 1:52 pm
Location: in my house
Post Re: Augmenter Bonus Calculation
anilv wrote:
I feel that the way bonus calculation is presented on the wiki (http://wiki.starsonata.com/index.php/Formulae) is somewhat arbitrary, leaving many players stuck somewhere in the arithmetic. It's actually a pretty intuitive process, which I'm going to try to demonstrate below. If folks like it, we can modify the wiki entry. Of course, feel free to point out errors.

--

Roughly speaking, the way to calculate the effect of multiple augmenter bonuses is to add them together. When all the bonuses are positive, this is exactly what happens. When dealing with negative bonuses, however, the process is slightly more complicated in order to reflect a basic arithmetic fact: 80% of 125% is 1. That is, the combined effect of -20% and +25% should be +0%. For any negative bonus n (e.g. n = -20% = -0.2), there's an easy formula to find the positive bonus that would exactly cancel it out. That formula is -n / (1 + n) (e.g. 0.2 / (1 - 0.2) = 0.25). For this reason, the negative bonus n is converted to n / (1 + n) before adding it with the positive bonus.

So if you have multiple negative bonuses n_1, n_2 and multiple positive bonuses p_1, p_2, convert each of the negative bonuses as shown above, and then add everything together, like so:

n_1 / (1 + n_1) + n_2 / (1 + n_2) + p_1 + p_2

It is now time to apply augmenter tweaking. Let T = 1 + 0.04 x AT + 0.02 x IT + 0.005 x EC, where AT, IT, and EC are the current level in Augmenter Tweaking, Imperial Tweak, and Engineer Class, respectively. Simply multiply the above sum by T, and denote this number by B for bonus.

If B is positive, you're done. If B is negative, it is still in the converted form discussed above, so this must be reversed. To do so, simply compute B / (1 - B).

Examples:
1. p_1 = +25%, p_2 = +20%, T = 2
B = T x (p_1 + p_2) = 2 x (0.25 + 0.2) = 0.9 = +90%
A collection of positive bonus multiplies directly with T.

2. n_1 = -20%, T = 1
B = T x n_1 / (1 + n_1) = 1 x -0.2 / (1 - 0.2) = -0.25
B / (1 - B) = -0.2 = -20%
A single negative bonus with T = 1 goes unchanged.

3. n_1 = -20%, T = 1.5
B = T x n_1 / (1 + n_1) = 1.5 x -0.2 / (1 - 0.2) = -0.375
B / (1 - B) = -0.5 / (1 + 0.5) = -0.27 = -27%
A single negative bonus with T > 1 does not multiply directly with T

4. n_1 = -20%, n_2 = -20%, T = 1
B = T x ( n_1 / (1 + n_1) + n_2 / (1 + n_2) ) = 1 x (-0.25 + -0.25) = -0.5
B / (1 - B) = -0.5 / (1 + 0.5) = -0.33 = -33%
Multiple negative bonuses are not directly added together.

5. p_1 = +25%, n_1 = -25%, T = 1
B = T x (p_1 + n_1 / (1 + n_1) = 1 x (0.25 - 0.25 / (1 - 0.25) ) = 0.25 - 0.33 = -0.08
B / (1 - B) = -0.08 / (1 + 0.08) = -0.07 = -7%
When combining positive and negative bonuses of equal magnitude, the result is negative.

6. p_1 = +20%, n_1 = -25%, T = 2
B = T x (p_1 + n_1 / (1 + n_1) = 2 x (0.2 - 0.25 / (1 - 0.25) ) = 0.4 - 0.67 = -0.27
B / (1 - B) = -0.27 / (1 + 0.27) = -0.21 = -21%

Overloaders and inbuilt bonuses:
Convert any negative bonuses the same way as for augmenters, and then add all overloader and inbuilt bonuses to B. Effectively, overloaders and inbuilt bonuses act as augmenters without augmenter tweaking. Don't forget to still compute B / (1 - B) if B is negative.

Resistance:
Compute B as above. There are no resistance overloaders or inbuilt resistance bonuses, so disregard these. Do not add your ship's inherent resistance to B. Calculate the percent of damage D you would receive with no resistance augmenters, and divide this by 1 + B. As usual, compute B / (1 - B) if B is negative.

Examples:
1. p_1 = +25%, T = 1, D = 0.4 (60% resistance)
B = +25%
D / (1 + B) = 0.4 / (1 + 0.25) = 0.32 (68% resistance)
The effect of +25% resistance is not as strong as reducing damage taken by 25%.

2. p_1 = +25%, p_2 = +25%, T = 1, D = 0.4 (60% resistance)
B = +50%
D / (1 + B) = 0.4 / (1 + 0.5) = 0.27 (73% resistance)
Multiple resistance bonuses are less and less effective.





geek!!!!

_________________
fast = snail pase
extremely fast = overated
insanely fast = WTF DO U THINK SPEED IS??????


Sun Feb 06, 2011 2:07 pm
Profile E-mail
Member
 

Team: Dark Traders
Main: enkelin
Level: 3002
Class: Speed Demon

Joined: Wed Aug 01, 2007 12:28 pm
Post Re: Augmenter Bonus Calculation
Good job quoting my entire post for a one-word reply.

_________________
(DefQon1) use a Rhino reconstruotereatarerer
-
(Pasta) I need to figure out how to get rid of this UrQa Suqqa Ukuk
(Bluenoser) Put your finger in your mouth and gag reflex should do the rest


Sun Feb 06, 2011 2:08 pm
Profile
User avatar
 

Team: Death Mental
Main: goett
Level: 2157
Class: Shield Monkey

Joined: Mon Mar 16, 2009 1:36 pm
Post Re: Augmenter Bonus Calculation
imohull is bad ex as can get very complicated comparatively in vivo (in game,vivo, lol)

Ie expanders and hull % expanding scoops.
Also with droner class get aug bonus as class.

thx for this thread btw. Wheni started had to work it all backwards.


Sun Feb 06, 2011 6:02 pm
Profile E-mail
Member
 

Team: Dark Traders
Main: enkelin
Level: 3002
Class: Speed Demon

Joined: Wed Aug 01, 2007 12:28 pm
Post Re: Augmenter Bonus Calculation
bump since people are asking me questions again. :P

_________________
(DefQon1) use a Rhino reconstruotereatarerer
-
(Pasta) I need to figure out how to get rid of this UrQa Suqqa Ukuk
(Bluenoser) Put your finger in your mouth and gag reflex should do the rest


Sun Nov 27, 2011 3:42 pm
Profile
User avatar
 

Team: Zephyr
Main: Destroyer Of Worlds
Level: 3221
Class: Speed Demon

Joined: Fri May 01, 2009 1:39 pm
Location: Huddersfield, UK
Post Re: Augmenter Bonus Calculation
enkelin deserves a prize

contemplating attempting to understand this results in a mindfuck

and I'm not even bad at maths (;


*Round of applause for Enkelin and his mathematics skills*

_________________
Species 8472 wrote:
playerboy345 wrote:
(look at lexx, deathreus and all those retards.)


Ironic isn't it.

retards). *

Full stops go after the closed brackets. L2grammarNazi.


Thu Dec 22, 2011 7:02 pm
Profile E-mail
 

Team: Aero
Main: Kilando
Level: 1292
Class: Shield Monkey

Joined: Tue Feb 02, 2010 9:19 pm
Post Re: Augmenter Bonus Calculation
cant somebody just y'know..maybe an excell spreadsheet or google doc to do this stuff?


Mon Jan 02, 2012 7:04 pm
Profile E-mail
over 9000!
User avatar
 

Team: Pax Romana
Main: Ghost Commander
Level: 1138
Class: Berserker

Joined: Sat Dec 09, 2006 10:36 pm
Post Re: Augmenter Bonus Calculation
Olus wrote:
I'm too lazy to make one myself. You guys make one for me.

_________________
Axis Industries


Mon Jan 02, 2012 7:18 pm
Profile
 

Team: Aero
Main: Kilando
Level: 1292
Class: Shield Monkey

Joined: Tue Feb 02, 2010 9:19 pm
Post Re: Augmenter Bonus Calculation
seems right


EDIT: y'know what? fine. challenge accepted.


Mon Jan 02, 2012 7:25 pm
Profile E-mail
User avatar
 

Team: Eminence Front
Main: 1-800-USE_THE_FORCE!
Level: 2907
Class: Berserker

Joined: Sun Aug 28, 2005 6:36 pm
Post Re: Augmenter Bonus Calculation
Sticky?


Wed Feb 29, 2012 2:13 am
Profile
 

Team: Eminence Front
Main: Mew Meeow
Level: 1244
Class: Shield Monkey

Joined: Sun Nov 07, 2010 9:55 pm
Post Re: Augmenter Bonus Calculation
anilv wrote:
blacker2359 wrote:
I am bad at math, so this makes my brain fry.
I really think that augmenter stats are way to overlay complected. +25% shields and -25% shields should equal +0%. Plain and simple.


If +25% and -25% shields cancelled then -25% shields would not correspond to removing a quarter of your shields, but rather removing only 20%. That's no more complicated than the fact that 75% of 125% is not 1.

If 125%= 1.3345 and i told u to remove 25% of it and give the anwser to 2 decimals what anwser would i have :D?

_________________
Aurora Ex Machina wrote:
Nerf time.


playerboy345 wrote:
Swift.Kill wrote:
u havent tryed 5 Ada Rage BS Zerker yet WHIT LINCIN :D


u havent tryed 5 STFU WITH YOUR BS WHIT GTFO :D


Sun Apr 22, 2012 11:06 pm
Profile E-mail
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 47 posts ]  Go to page Previous  1, 2, 3, 4  Next


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB © phpBB Group.