<thing id="pGearAddCo" name="Gear Add Contents list" description="Add contents to gear CustDesc" compset="InPlay">
    <comment>v1.0: Risner</comment>
    <fieldval field="pUsePicks" value="1"/>
    <usesource source="PFS_Boons" parent="UserParent" name="PFS Boons"/>
    <tag group="Adjustment" tag="S2Custom" name="Custom Menu" abbrev="Custom Menu"/>
    <tag group="Helper" tag="NoIncr" name="NoIncr" abbrev="NoIncr"/>
    <eval phase="First" index="3"><![CDATA[~ If we're not enabled, get out now
doneif (field[pIsOn].value <> 1)
~ If nothing chosen, get out now
doneif (field[pChosen].ischosen <> 1)
   field[pChosen].chosen.field[CustDesc].text &= "\n\nContents:\n" & field[pChosen].chosen.gearlist["; ", TRUE]]]></eval>
    <eval phase="PreLevel" priority="11000" index="2"><![CDATA[      ~ If we're not enabled, get out now
      doneif (field[pIsOn].value = 0)
      ~ Picks on Hero
      field[pUsePicks].value = 1
      ~ Set search to daze or prone
      field[pCandExpr].text = "component.BaseEquip & thing.holder"]]></eval>
    </thing>