squirrelhand.xml

<items>
  <item>
    <key>squirrelhand</key>
    <name>Squirrel's Hand</name>
    <description>
      Crafted from an unknown material, this amulet resembles a half-transformed, grabbing hand of a
      were-squirrel.
    </description>
    <actionText>
      When attacked, if HP ≤ 15, summon a scurry of friendly helpers. 800 turns cooldown.
    </actionText>
    <type>Necklace</type>
    <icon>itemsquirrelhand</icon>
    <sortKey>_necklace06</sortKey>
    <weight>1.0</weight>
    <statusEffectCooldown>squirrels_hand_spawn_cooldown</statusEffectCooldown>
    <salvageInfo>
      <materials>1 scrap_metal</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <priceDetails>
      <buy>150</buy>
      <canTrade>true</canTrade>
    </priceDetails>
    <equipInfo>
      <equipEffects>
        <equipEffect>
          ApplyStatusEffect -> key:squirrels_hand_spawn;
        </equipEffect>
      </equipEffects>
      <unequipEffects>
        <unequipEffect>
          RemoveStatusEffect -> key:squirrels_hand_spawn;
        </unequipEffect>
      </unequipEffects>
    </equipInfo>
  </item>
</items>