Semi-automatically generated modding documentation for Barotrauma

Pickable

Attributes

This component supports the attributes defined in: ItemComponent

Example

<Item nameidentifier="defensebotspawner" identifier="placeabledefensebotspawner" descriptionidentifier="" category="Machine">
  <Pickable slots="Any">
    <StatusEffect type="Always" targettype="This">
      <RemoveItem />
      <SpawnCharacter speciesname="Defensebot" totalmaxcount="2" inheritteam="true" />
    </StatusEffect>
  </Pickable>
  [...]
</Item>