forbidden_amulet.xml

<items>
  <item>
    <key>forbidden_amulet</key>
    <name>Forbidden Amulet</name>
    <description>
      The material of this amulet is capable of withdrawing poison from the body.
    </description>
    <type>Necklace</type>
    <icon>itemjewelry_12</icon>
    <sortKey>_necklace05</sortKey>
    <weight>3.0</weight>
    <tags>t3</tags>
    <modifiers>
      <modifiers>
        <type>PoisonResist</type>
        <amount>0.5</amount>
      </modifiers>
    </modifiers>
    <salvageInfo>
      <materials>1 scrap_metal</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <priceDetails>
      <buy>380</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>