Damage: Difference between revisions
imported>Fizzlybub No edit summary |
imported>Fizzlybub No edit summary |
||
Line 9: | Line 9: | ||
*[[Limit Break Damage Boost]] | *[[Limit Break Damage Boost]] | ||
The damage formula looks something like | ==Damage== | ||
The damage formula looks something like: | |||
<table class="wikitable collapsible collapsed"> | <table class="wikitable collapsible collapsed"> | ||
Line 28: | Line 29: | ||
B2 * 1.5 = C4 <br> | B2 * 1.5 = C4 <br> | ||
C1 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + (Hex)) = D1<br> | C1 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + ((Hex + General damage reduction) / 100)) * (1 + ((Enemy damage reduction) / 100)) = D1<br> | ||
C2 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + (Hex)) = D2<br> | C2 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + ((Hex + General damage reduction) / 100)) * (1 + ((Enemy damage reduction) / 100)) = D2<br> | ||
C3 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + (Hex)) | C3 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + ((Hex + General damage reduction) / 100)) * (1 + ((Enemy damage reduction) / 100)) = D3<br> | ||
C4 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + (LB damage + LB damage correction/100)) * (1 + (Hex)) = D4<br> | C4 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + ((LB damage + LB damage correction) / 100)) * (1 + ((Hex + General damage reduction) / 100)) * (1 + ((Enemy damage reduction) / 100)) = D4<br> | ||
D1 = Minimum<br> | D1 = Minimum<br> | ||
Line 40: | Line 41: | ||
</tr> | </tr> | ||
</table> | </table> | ||
You can also see the damage formula at the [[Technical_Data#Damage|Technical Data page]]. | You can also see the damage formula at the [[Technical_Data#Damage|Technical Data page]]. |
Revision as of 00:34, 25 September 2016
In Shin Megami Tensei: Imagine Online, there are multiple damage types:
- Affinity Boost
- Action Boost (Also called Movement Boost)
- Racial Boost
- Skill Power Boost
- General Boost
- LNC Boost
- Enhance Boost
- Limit Break Damage Boost
Damage
The damage formula looks something like:
Damage Formula |
---|
(Stat * (Skill Modifier / 100) + (Expertise Rank) - Enemy Defense) * (Enemy Resistance / 100) = A1 A1 * (1 + (Affinity / 100)) * (1 + ((Action + Racial + Skill Power) / 100)) = B1 B1 * 0.8 = C1 C1 * (1 + ((General + Incense + Beef) / 100)) * (1 + ((LNC + Enhance) / 100)) * (1 + ((Hex + General damage reduction) / 100)) * (1 + ((Enemy damage reduction) / 100)) = D1 D1 = Minimum |
You can also see the damage formula at the Technical Data page.