2012-06-09, 06:18 PM
attk formula calculation:
=ROUNDDOWN(D52*(1+K52/100),0)
D stands for sum of static attack
K stands for potential, written as a sum (so if you have 100% attack, you write 100)
str calculation:
=ROUNDDOWN((E52-E42)*(1+L52/100),0)
E52 is the sum of static str, E42 is where i have dragon strength located, L52 is potential
dex calculation:
=ROUNDDOWN(F52*(1+M52/100),0)
f52 sum of static dex, m52 sum of potential dex.
MW is simply
=ROWNDDOWN(base*1.15)
my stats are a massive spreadsheet going down listing every equip slot, with labeled:
equip/attk/str/dex/int/luk/ --- /attk%/str%/dex%/int%/luk%
then i add the skills at the bottom.
edit: forgot, damage formula for max range is:
=ROUND(1.49*D65*(D64*4+D63)/100,0)
D65 = above result for attk
D64 = above result for str
D63 = above result for dex
if you want i can upload the excel
=ROUNDDOWN(D52*(1+K52/100),0)
D stands for sum of static attack
K stands for potential, written as a sum (so if you have 100% attack, you write 100)
str calculation:
=ROUNDDOWN((E52-E42)*(1+L52/100),0)
E52 is the sum of static str, E42 is where i have dragon strength located, L52 is potential
dex calculation:
=ROUNDDOWN(F52*(1+M52/100),0)
f52 sum of static dex, m52 sum of potential dex.
MW is simply
=ROWNDDOWN(base*1.15)
my stats are a massive spreadsheet going down listing every equip slot, with labeled:
equip/attk/str/dex/int/luk/ --- /attk%/str%/dex%/int%/luk%
then i add the skills at the bottom.
edit: forgot, damage formula for max range is:
=ROUND(1.49*D65*(D64*4+D63)/100,0)
D65 = above result for attk
D64 = above result for str
D63 = above result for dex
if you want i can upload the excel

