Home
last modified time | relevance | path

Searched refs:NaturalExp (Results 1 – 1 of 1) sorted by relevance

/dports/games/ivan/ivan-059/Main/Source/
H A Dchar.cpp10422 int character::RawEditExperience(double& Exp, double NaturalExp, double Value, double Speed) const in RawEditExperience() argument
10433 || (Value > 0 && OldExp >= NaturalExp * (100 + Value) / 100) in RawEditExperience()
10434 || (Value < 0 && OldExp <= NaturalExp * (100 + Value) / 100)) in RawEditExperience()
10446 Exp += (NaturalExp * (100 + Value) - 100 * OldExp) * Speed * EXP_DIVISOR; in RawEditExperience()