undead_zombie_toxic.xml

<monsters>
  <monster>
    <clone>undead_zombie</clone>
    <level>14</level>
    <name>Toxic Zombie</name>
    <description>
      Still dead, now with a suspiciously funny smell
    </description>
    <key>undead_zombie_toxic</key>
    <zoomImage>undead_zombie_toxic</zoomImage>
    <life>150</life>
    <behavior>
      <type>simple</type>
      <canOpenDoors>false</canOpenDoors>
    </behavior>
    <modifiers>
      <modifiers>
        <type>BleedChance</type>
        <amount>0.0</amount>
      </modifiers>
      <modifiers>
        <type>BlightChance</type>
        <amount>0.0</amount>
      </modifiers>
      <modifiers>
        <type>PoisonChance</type>
        <amount>0.15</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>