Page 1 of 1

Where Can I Find the Full Combat Formula ?

Posted: Wed Jun 17, 2015 7:08 am
by Eran
Hi i'm very new for Tome4, but really really love it.

i checked wiki found part of the formula

http://te4.org/wiki/Combat_Damage

but at the end

Step 7: Resistances, shields, +damage%, etc...
This is in common with talent damage, and will be found in a forthcoming page.

it seem not finish , so where can i get the rest ?

thanks.

Ps. i have little programming experience , so i have download the source code , try to locat the formual part. but no luck on that.

seem it should at game/modules/mod/class/Actor.lua ? no clue , any idea?

Re: Where Can I Find the Full Combat Formula ?

Posted: Wed Jun 17, 2015 6:14 pm
by Stuntofthelitter
You can start by looking in in the combat file in the module. class/interface/Combat.lua

From there you can see a lot of things and track them back to other sources.