inherit
1151
0
Dec 28, 2021 17:19:45 GMT
98
bloodmagereaver
120
Aug 23, 2016 12:39:44 GMT
August 2016
bloodmagereaver
|
Post by bloodmagereaver on Sept 28, 2016 14:48:39 GMT
The formula for Recharge Speed Calculation is basically:
FRS = BRS X (1 + RSP) / (1 + RSB)
FRS = Final Recharge BRS = Base Recharge Speed RSP = Recharge Speed Penalty RSB = Recharge Speed Bonus
By that formula, Biotic Charge (BRS = 10s) and level 2 +25% RSB with a weight +145% RSB and Inferno Armor (+30% RSB) should have a 3.33 FRS.
If Barrier adds a 60% RSP, by the above formula we should have:
10 x (1 + 0.6) / (1 + 0.25 + 1.45 + 0.3) = 10 x 1.6 / 3.00 = 5.33s FRS
However, upon seeing this video:
I realized that the above logic didn't apply.
So I made a few assumptions and modified the formula until the numbers matched the ones I was seeing which lead to the following conclusion:
FRS = BRS X (1 + RSP + IF(RSP>0;BRSP;0)) / (1 + RSB - IF(RSP=0;BRSP;0))
The Barrier Speed Recharge Penalty (BRSP) is not a simple addictive to the equation, it's a conditional that changes the entire formula.
Assuming that the player from the video had a +10% RSB from the Intel Terminal, the above formula should give us:
10 x (1 + 0 + 0) / (1 + 0.25 + 1.45 + 0.3 + 0.1 - 0.6) = 10 x 1 / 2.5 = 4s FRS
I don't know if the same formula applies to Fortification or Defense Matrix or even if it's Single Player Only but I'd like if other people could run more tests on it.
|
|
inherit
1319
0
Nov 25, 2024 22:48:43 GMT
7,414
RedCaesar97
1,966
Aug 28, 2016 19:33:39 GMT
August 2016
redcaesar97
Mass Effect Trilogy, Jade Empire
|
Post by RedCaesar97 on Sept 28, 2016 23:24:16 GMT
Recharge speed (aka cooldown) use a formula called divide by bonus sum. The formula is as follows:
New Value = Base Value at Rank 1 * (1.0 / (1.0 + Sum of all bonuses))
Charge base cooldown: 10
Bonuses: Weight capacity: +1.45 Barrier: -0.60 Charge rank 2: +0.25 Inferno Armor: +0.30
10 * (1.0 / (1.0 + 1.45 - 0.6 + 0.25 + 0.3)) = 10 * (1.0 / (2.4)) = 4.17 seconds
I don't know how much cooldown bonuses he had from Intel. Assuming you are correct and he had +10% from Intel, then:
10 * (1.0 / (1.0 + 1.45 - 0.6 + 0.25 + 0.3 + 0.1)) = 10 * (1.0 / (2.5)) = 4
Which is correct.
^ That is assuming a positive recharge speed. Negative recharge speed is calculated differently. I don't have that formula on-hand at the moment.
|
|