-
c# Programmer
[Source IA Julia 4.6] AttackDamage calculation?
Source: IA Julia's Season 4.6 Source
So I've seen that AttackDamage is used as a paremeter on a bunch of methods,
like on the method where a mob killed info is sent.
But I can't seem to find where that AttackDamage is calculated,
I'm trying to get that number to be used on a command,
I want this command to show how much damage you can do,
but obviously it can't be just a variable as it depends on the monsters defense,
so it has to be calculated for every hit, the thing is apparently that method is not on the source,
so I would have to recreate that calculation (?)
Does someone know or have this calculation?
Basically, how is the damage output calculated?
-