I'm gathering raw data from MSC for a statistics project but I've run into a little issue. As we all know, MSC is tough on older computers and my computer is on the verge of being useless. I cannot play MSC at all and would appreciate if others would assist me with this matter. I need the accuracy numbers (the x from the (x/number you need to hit) thing)and damage for hitting giant rats (I'd assume they have no damage reduction and would provide the base damage) with a Nova Blade (I assume most everyone has one?). Because there will be multiple data sets, I also need to know the swordsmanship power as well as the number you need to hit for each data set.
An example of someone's data might look like:
Power: 32
To hit: 21
Acc. , Dmg.
78 , 132.7
20 ,
24 , 89.1
etc...
From this data, I hope to determine
-the minimum and maximum damage for the nova blade relative to the power
-the distribution of the accuracy (if all numbers are equally likely or if the RNG does tend more towards lower numbers)
-the distribution of the damage (similar to above, focused more on if damage is normally distributed (middle is more likely))
-the correlation, if any, between accuracy and damage
Thanks in advance to anyone who helps me with this.
An example of someone's data might look like:
Power: 32
To hit: 21
Acc. , Dmg.
78 , 132.7
20 ,
24 , 89.1
etc...
From this data, I hope to determine
-the minimum and maximum damage for the nova blade relative to the power
-the distribution of the accuracy (if all numbers are equally likely or if the RNG does tend more towards lower numbers)
-the distribution of the damage (similar to above, focused more on if damage is normally distributed (middle is more likely))
-the correlation, if any, between accuracy and damage
Thanks in advance to anyone who helps me with this.