Source code for physical attack power total phy dmg = ((weap phy rein / 100.0) x total str) + weap phy dmg) x ((weap mastery lvl / 100.0) + 1)
Source code for magical attack power total mag dmg = total int x (weap mag rein / 100.0) + weap mag dmg
I tried it out, and it works. THAT IS THE PROBLEM!
What the hell is with the the reinforces on our armor/prot/garment? It's not included in the code. So it's just there with no reason?
update: Abrams finally got his sun shield. Sig to be upd.
Source code for physical attack power total phy dmg = ((weap phy rein / 100.0) x total str) + weap phy dmg) x ((weap mastery lvl / 100.0) + 1)
Source code for magical attack power total mag dmg = total int x (weap mag rein / 100.0) + weap mag dmg
I tried it out, and it works. THAT IS THE PROBLEM! What the hell is with the the reinforces on our armor/prot/garment? It's not included in the code. So it's just there with no reason?
No, more defense if you have higher reinforce.. (if you +ed the item that is)
Behemoth, its the same formula, just do the multiplications and divisions first . I was too lazy to add the brackets, would make it less confusing though <.<.
Sylhana wrote: Behemoth, its the same formula, just do the multiplications and divisions first . I was too lazy to add the brackets, would make it less confusing though <.<.
messy you! -1 for confusing me
Rogue much? Ta ławka to manichejska kłoda ateizmu, rzucona rękami neoliberałów pod nogi polskiego katolicyzmu.
Sylhana wrote: Behemoth, its the same formula, just do the multiplications and divisions first . I was too lazy to add the brackets, would make it less confusing though <.<.
messy you! -1 for confusing me
Nah my mistake, thats why we have brackets, I shouldve cleaned that up .