Primary, Secondary & Terceary Stats

Started 24 Mar 2019
by Yokahu
in Ask the Team
I heard it is not possible to change the stats you gain/increase while leveling (code-wise) even if desired by the devs; is that accurate?

For example, let’s say the devs want to swap Strength with Dexterity for the secondary stat of a class. Is it as simple as changing a line in a code or is it just not possible for any reason?
Sun 24 Mar 2019 6:49 AM by jelzinga_EU
Assuming they still use the DoL code-base it is a matter of changing 3 letters.

e.g. change m_tertiaryStat to DEX in:

public ClassFriar()
: base()
{
m_profession = "PlayerClass.Profession.DefendersofAlbion";
m_specializationMultiplier = 18;
m_primaryStat = eStat.PIE;
m_secondaryStat = eStat.CON;
m_tertiaryStat = eStat.STR;
m_manaStat = eStat.PIE;
m_wsbase = 360;
m_baseHP = 720;
}
This topic is locked and you can't reply.

Return to Ask the Team or the latest topics