Skip to content

*ModFeatureDef

BBLKepling edited this page May 28, 2023 · 3 revisions

The Harmony patches included in this framework are optional and need to be enabled in the ModFeatureDef to use. Currently there are 2 patches, and they can be enabled by putting the associated string in the features list. The strings are not case sensitive as they are converted to lower case.

  <GNATFramework.ModFeatureDef>
    <defName>Example_defName</defName>
    <features>
      <li>GenerateWithEquip</li>
      <li>ShootOneUseInvCheck</li>
    </features>
  </GNATFramework.ModFeatureDef>

Clone this wiki locally