Skip to content

ApparelSets

NachoToast edited this page Mar 28, 2025 · 1 revision

Filter to only pawns that are wearing any of the provided sets of apparel ThingDefs.

Source: ApparelSets.cs

<!-- Pass if a pawn is wearing (marine armour AND shield belt) OR (marine helmet AND smokepop belt). -->
<li Class="SCGF.Filters.ApparelSets">
    <sets>
        <li>
            <li>Apparel_PowerArmor</li>
            <li>Apparel_ShieldBelt</li>
        </li>
        <li>
            <li>Apparel_PowerArmorHelmet</li>
            <li>Apparel_SmokepopBelt</li>
        </li>
    </sets>
</li>

Clone this wiki locally