Question
Posted: Thu Mar 30, 2006 4:03 pm
How is the damage actually dirived between magic attack value and physical?
Does it see,
if(STR>INT)
Damage=Wepphys
else
Damage=Wepmagi
Am I thinking correctly here? Or can you get a bonus from both if they are equal?
*edit* sorry i usually think in a C++ manor
Does it see,
if(STR>INT)
Damage=Wepphys
else
Damage=Wepmagi
Am I thinking correctly here? Or can you get a bonus from both if they are equal?
*edit* sorry i usually think in a C++ manor