Use <weight> with <statFactors> ?

Started by K4nna, May 24, 2022, 02:30:54 AM

Previous topic - Next topic

K4nna

Hi,

I have a patch like that:
<li Class="PatchOperationAdd">
<xpath>/Defs/StatDef[defName="PruningSpeed" or defName="MeditationFocusGain"]</xpath>
  <value>
    <statFactors>
      <li>PsychicSensitivity</li>
    </statFactors>
  </value>
</li>


The effect is a bit too strong, I want to reduce the weight of the statFactors, in the same way it's done for <capacityFactors>. But nothing working, I can't find a good syntax, and that is never done in the game files, so maybe I just can't do that.

Any idea please?