Difference between revisions of "Math"

From Starsonata Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
TWEAKS is any tweak effect (neurotweaks, auras, anything that causes the icons to appear around your ship).
 
TWEAKS is any tweak effect (neurotweaks, auras, anything that causes the icons to appear around your ship).
 
  
  
 
"There's a few cases where this doesn't apply, e.g., Super Intelligent's crit hit bonus is additive, not multiplicitive iirc.
 
"There's a few cases where this doesn't apply, e.g., Super Intelligent's crit hit bonus is additive, not multiplicitive iirc.
 
And obviously, the Zens add flat bonuses (which come on the end)" - Bobbo
 
And obviously, the Zens add flat bonuses (which come on the end)" - Bobbo
 +
 +
 +
 +
 +
calculation for resistances[2]:
 +
 +
"When we set resistances on a ship, we just set multipliers, so 1.0 == 0% resistance, 0.0 == 100% resistance, 1.5 == 50% vulnerability, etc.
 +
Incoming damage is multiplied by that.
 +
This is also why you can't get 100% resistance by just stacking more and more augs.
 +
Going to 75% resistance from 50% is doubling your resistance bonus.
 +
Going to 87.5% resistance is doubling that again.
 +
(but also, each time you double your bonus you half your incoming damage)"
 +
  
  
Line 32: Line 44:
 
Sources:
 
Sources:
 
[1] http://imgur.com/CukBtlV.jpg
 
[1] http://imgur.com/CukBtlV.jpg
 +
[2] http://imgur.com/1Q7r6il.jpg
 +
 +
Note: wiki has outdated Formula page, recommend updating that and merging this into that with proper formatting.

Revision as of 20:20, 19 April 2017

A area for all the arcane and mysterious calculations behind the game. WIP, add as discovered, PLEASE DO NOT ADD WITHOUT DEVELOPER CONFIRMATION.

calculation for stat bonuses[1]:

final = BASE * 1 + (AUGS + BONUSES) * SKILLS * MODS + TWEAKS

BASE is your base stat, like 20k bank or whatever on Ghoststop.

AUGS is all your augments summed up, with augmenter tweaking.

BONUSES is inbuilt bonuses, like the +600% shield on EFDN.

SKILL is all your skill bonuses

MODS is modded items, e.g. the + shield bank you get on Resonating

TWEAKS is any tweak effect (neurotweaks, auras, anything that causes the icons to appear around your ship).


"There's a few cases where this doesn't apply, e.g., Super Intelligent's crit hit bonus is additive, not multiplicitive iirc. And obviously, the Zens add flat bonuses (which come on the end)" - Bobbo



calculation for resistances[2]:

"When we set resistances on a ship, we just set multipliers, so 1.0 == 0% resistance, 0.0 == 100% resistance, 1.5 == 50% vulnerability, etc. Incoming damage is multiplied by that. This is also why you can't get 100% resistance by just stacking more and more augs. Going to 75% resistance from 50% is doubling your resistance bonus. Going to 87.5% resistance is doubling that again. (but also, each time you double your bonus you half your incoming damage)"






Sources: [1] http://imgur.com/CukBtlV.jpg [2] http://imgur.com/1Q7r6il.jpg

Note: wiki has outdated Formula page, recommend updating that and merging this into that with proper formatting.