Super Robot Wars/T/Info Dump

From Akurasu Wiki
Jump to navigationJump to search

Damage Formula (WIP, "?" indicates untested):

A = Attacker, D = Defender

  • Initial Attack = A.WeaponPower * A.WeaponTerrainRating * ([A.CQB or A.RNG] + A.Morale) / 200
  • Initial Defense = D.Armor * D.MechTerrainRating? * (D.DEF + D.Morale) / 200
  • Final Damage = ((Initial Attack - Initial Defense) * (1 - D.TerrainDefenseBonus) * (1 + A.Size - D.Size) * Critical Mod * Support Attack Mod? * All Other Multipliers - D.Barrier??) * Persist Mod

Terrain is the terrain of the target. "Terrain Defense Bonus" is the defense bonus granted by the terrain itself (e.g. +10% for "Space").

Weapon Terrain values: S = 1.1, A = 1.0, B = 0.8, C = 0.6

Mech Terrain values?: S = 1.1, A = 1.0, B = 0.9, C = 0.8

Size values: S = -0.1, M = 0, 1L = 0.1, 2L = 0.2. If the attacker has "Ignore Size" and the target is larger, A.Size is treated as being up to as large as the target, based on skill level.

Critical Mod = 1.25 if crit, 1.0 otherwise

Support Attack Mod = 0.5 if support attack, 1.0 otherwise

"All Other Multipliers" includes but is not limited to: Attacker, Mazinpower, various Ace bonuses, Valor, or the Guard skill. All multipliers are multiplicative with each other, so Sagiri with Ace bonus and Attacker targeting a foe with Guard L2 would inflict 1.1 * 1.2 * 0.85 = 1.122x final damage.

Persist Mod = 0.125 if Persist is active, 1.0 otherwise

Other notes:

GS-Ride at 150 Morale appears to be a 15% damage increase (on GaoGaiGar with custom upgrade bonus), and a 10% damage increase at 130 Morale. 160 Morale is the same as 150, and 170+ is currently untested.

D.Barrier is currently untested as to its exact position, with a low degree of confidence in its speculated position. In older titles, it happened at the very end of the damage formula, but in SRWT, it is known to trigger before Persist, which indicates it may trigger before other defensive (or possibly even offensive) multipliers as well.

Wall and Persist are currently untested if they stack.

PATCH NOTE: 1.02 changed Eldora Soul from M size to L size.