bee_sting.xml

<statusEffects>
  <statusEffect>
    <turns>14</turns>
    <name>Bee Sting</name>
    <type>Debuff</type>
    <icon>status_bee_sting</icon>
    <resistedBy>PhysicalWarding</resistedBy>
    <description>Take bonus damage from bee attacks.</description>
    <modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>-10.0</amount>
      </modifiers>
      <modifiers>
        <type>BeeResist</type>
        <amount>-0.2</amount>
      </modifiers>
      <modifiers>
        <type>MovementCost</type>
        <amount>3.0</amount>
      </modifiers>
    </modifiers>
  </statusEffect>
</statusEffects>