If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Obviously with this set up you couldn't use the determination earrings if you're using Gerrant earrings and also you'd be missing out on a lot of benefits from rings with dmg % and anything with crit dmg %. Its all about balance; without crit, crit dmg, or your main stat in % the ele is weak on its own.
BASE_ATK is your physical or magical attack, without any percentage modifiers.
ITEM_ATK_PERCENT is the attack percentage gained from items.
SKILL_ATK_PERCENT is the attack percentage gained from skills and passives.
The segment between square brackets [] is what is shown on your character info page, so if you need to figure out how much of each percentage you actually have, you can do the algebra to figure that out.
FD% is your FD as a percentage for the target enemy level
ELE% is your elemental attack
CRIT is whether or not you crit, if yes, then multiply by your crit damage (as a percentage for YOUR level), if you don't then multiply by 1. You can average out this term by using (CRIT_PERCENT * CRIT_DMG_PERCENT + (1 - CRIT_PERCENT)) which will give you your damage increase from crit on average, or you can assume you always crit, or assume you never crit. If your item options don't affect your crit or critdmg then just ignore this term.
Comment