Difference between revisions of "Script Function: Q43F"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q43F(<span style="color:#0000FF">int</span> Q5TQ, <span style="color:#0000FF">int</span> d...")
 
(No difference)

Latest revision as of 09:54, 10 October 2018

 function int Q43F(int Q5TQ, int damage)
 {
   int Q5CL = (damage * (0x32 + Q5TQ)) / 0x64;
   return (Q5CL);
 }