Gene Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki

Return to Main Conditional Stat Affecters Page


This gene conditional stat affecter causes stat changes when the pawn has certain genes:

        <conditionalStatAffecters>	
            <li Class="EBSGFramework.ConditionalStatAffector_OtherGenes">
                <label>label</label>
                <statFactors>

                </statFactors>
                <statOffsets>

                </statOffsets>
                <anyOfGenes>
                    <li></li>
                </anyOfGenes>
                <allOfGenes>
                    <li></li>
                </allOfGenes>
                <noneOfGenes>
                    <li></li>
                </noneOfGenes>
            </li>
        </conditionalStatAffecters>
  • label : A label to override the default. The default is generic, so it is recommended to include this
  • anyOfGenes : List of GeneDefs that the pawn requires at least one of for the condition to be met
  • allOfGenes : List of GeneDefs that the pawn needs to have all of for the condition to be met
  • noneOfGenes : List of GeneDefs that the pawn must have none of for the condition to be met
⚠️ **GitHub.com Fallback** ⚠️