Advertisement
Smalten

XC2 damage calculation

Jan 8th, 2018 (edited)
13,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. Xenoblade Chronicles 2 damage formula
  2.  
  3. Damage = ((AutoAttack * Attachment * JustRange * Stability) + TypeStat) * (DmgRatio/100) * (1 + CriticalPower) * (1 + ClassEffect) * IdeaLvl * (1 + AdditiveMultipliers) * (1 + CancelBonus) *(1 + DriverFusionCombo) * (1 + Element) * (ChainRatio/100)* EnemyDefense * BArtsDamageRev * BladeArtsRev
  4.  
  5. >AutoAttack
  6. Auto-Attack stat of current Blade
  7.  
  8. >Attachment
  9. Accessories like Sword Attachment. Specific weapon attachments are additive with Master Attachment. Clone weapon types only benefit from Master Attachment.
  10.  
  11. >JustRange (if in specific distance from enemy)
  12. +20%. Each weapon has a specific range they need to stand in to receive this increase to auto-attack stat. Aegis is between 3 and 7 meters. No effect if closer than minimum range or farther than max. List of ranges: https://xenoblade.github.io/xb2/bdat/common/ITM_PcWpnType.htm
  13.  
  14. >Stability
  15. Random multiplier that increases (maybe decreases too) your auto attack. Every weapon type + chip combo has a different multiplier. List of stability values can be found at https://xenoblade.github.io/xb2/bdat/common/ITM_PcWpn.html
  16. If you ignore this stability when calculating damage you get the average damage between the low and high rolls for stability.
  17.  
  18. >TypeStat
  19. Physical or Ether stat of driver depending on weapon type and art/special type.
  20. E.g. Ether Cannon uses ether for auto attacks, Rex's Rolling Smash is an ether type Art.
  21. Poppi QTpi's level I special is physical, and the other 3 specials are ether type.
  22.  
  23. >DmgRatio
  24. Dmg Ratio of auto hit, Art, or Special.
  25. Rolling Smash Lv 5 = 490
  26. Damage ratios for specials are in the guidebook/datamine. Their ratios increase with each level of their related red skill in blade affinity chart.
  27. In Max Affinity state Driver Arts and Blade Specials get their levels increased by 1 (max level 6), which increases their damage ratios.
  28. Poppi QT's level I special starts at 300 ratio with skill level 1, skill level 5 is 460 ratio, and level 6 from Max Affinity is 480 ratio. Level IV special has 1150 ratio.
  29. Multi-hit attacks divide the dmgratio into each of the hits, but the distribution of the ratio to each hit varies by the attack used.
  30. Auto-attack ratios for first/second/third attack are 50/80/120. Decimation Cannon is the only weapon with different ratios and uses 60/96/144.
  31.  
  32. >CriticalPower
  33. No crit = 0
  34. critical = 1.25 * (1 + total critical damage increases from skills, AUX cores, and parts)
  35. Legendary Optical Headband = +.50
  36. Poppi Pinpoint Weakness V = +0.50
  37.  
  38. >ClassEffect
  39. Passive effect of class determined by roles of equipped blades.
  40. Boosts damage dealt ↑ = +0.10
  41. Boosts damage dealt ↑↑ = +0.15
  42. Boosts damage dealt ↑↑↑ = +0.20
  43.  
  44. >Idealvl
  45. Gain 5% damage increase per idea level that matches the element of your current blade. Level 0 = x1 damage, level 10 = x1.5 damage.
  46.  
  47. >AdditiveMultipliers
  48. Pretty much every conditional damage effect from skills, AUX cores, and accessories. Such as damage to specific enemy types, or when low hp, or at Max Affinity.
  49.  
  50. >CancelBonus
  51. Total of cancel stage bonus and increased damage when canceling effects. Cancel bonus does not apply to blade specials.
  52. First auto-attack cancel = +0.10
  53. Second auto-attack cancel = +0.20
  54. Third auto-attack cancel = +0.30
  55. Combo Enhance, Bestial Pursuit, Imperial Pursuit = +0.20
  56. Legendary Hi-Tech Eyepatch = +0.54
  57.  
  58. >DriverFusionCombo
  59. Break = 0
  60. Topple = 0.25
  61. Launch = 0.50
  62. Smash = 0.50
  63. Fusion Combos apply a damage up bonus if a Blade Combo hits while a break, topple, or launch is active and the damage boost lasts until that specific driver combo stage runs out. Applying the next driver combo stage while a blade combo fusion effect is active removes the fusion damage bonus and instead only applies a time extension bonus for the blade combo stage.
  64. Fusion stage is the stage of the driver combo + the stage of the blade combo. Launch (3) + Volcano (2) would be a stage 5 fusion combo.
  65. 2 Stage: Damage +50%, Effect time +10%, Party Gauge +10, Exp gained +40%
  66. 3 Stage: Damage +50%, Effect time +10%, Party Gauge +10, Exp gained +50%
  67. 4 Stage: Damage +75%, Effect time +20%, Party Gauge +15, Exp gained +60%
  68. 5 Stage: Damage +75%, Effect time +20%, Party Gauge +15, Exp gained +70%
  69. 6 Stage: Damage +100%, Effect time +30%, Party Gauge +20, Exp gained +80%
  70. 7 Stage: Damage +100%, Effect time +30%, Party Gauge +20, Exp gained +100%
  71. The fusion combo damage increase adds to the driver combo's damage bonus. Break (0) + Aqua (blade combo 1) would activate the 2 stage fusion combo increasing all damage dealt to the enemy by 50% (x1.5).
  72. Topple + Photon (BC1) + Gamma Ray (BC2) would add together like 0.25 + 0.50 + 0.75, applying two fusion combos to the topple, for a total damage increase of 150% more damage (x2.5). If you then launched while this fusion combo was active, your damage bonus would drop back down to launch's base value of 50% (x1.5).
  73. Fusion combo up skills and aux cores add their percentage to each fusion combo triggered.
  74.  
  75. >Element
  76. Opposite element = 0.20
  77. Same/Resisted element = -0.20
  78. Adenine Battle Wisdom 5 = +1.00
  79.  
  80. >EnemyDefense
  81. Enemies have percentage physical and ether resist just like blade defense stats. Datamine has values for these, and they can be positive (damage reduction) or negative (damage increase) values. Tyrannotitan Kurodil for example has 30 physical resist and no ether resist. Blade specials with Pierce property ignore defense.
  82. Check RstPower and RstEther columns: https://xenoblade.github.io/xb2/bdat/common/CHR_EnParam.html
  83.  
  84. >BArtsDamageRev (if special lvl 1-3)
  85. Battle affinity has a multiplier to special damage ranging from 0.75 to 1.25 at max affinity. This does not apply to level IV special.
  86.  
  87. >BladeArtsRev
  88. S rank levels of trust have a modifier to special damage, ranging from 1.0 at S to 1.6 at S+.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement