Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dentity.cpp16280 int profMultiplier = (myStats.PROFICIENCIES[PRO_SPELLCASTING] / 20) + 1; // 2 to 7 in getBaseManaRegen() local
16287 int multipliedTotal = profMultiplier * statMultiplier; in getBaseManaRegen()