View Single Post
  #2  
Old 09-26-2015, 08:01 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Never said it was pretty:

Code:
double param, result;
		param = ((pow ((std::abs(15 + chancemodi)), 1.1) * 0.4 + 1.75) * skillval);
		result = cbrt (param);
	int32 Chance = (-((result)* 1.5) + 22 + (chancemodi / 1.5));
If it could be better, please let me know.
Reply With Quote