[Solved] [XML] Does something like a miningSkillSpeedFactor exist?

Started by Napoleonite, May 25, 2019, 02:16:01 PM

Previous topic - Next topic

Napoleonite

I have a

<workSpeedStat>MiningSpeed</workSpeedStat>

but at skill-level 20 the colonists mine WAY too fast so I would like to add something that dampens that a bit like this:

<miningSkillSpeedFactor>0.25</miningSkillSpeedFactor>

Does something like that exist and if so, what is that XML-node called? Otherwise I would be forced to remove the entire workSpeedStat :(

LWM

You might make your own StatDef instead of MiningSpeed, call it FrenchMiningSpeed or some such.

You could copy the MiningSpeed XML code, but adjust the speed gained per level.

Might work.

--LWM