nyris_overgrowth.xml

<statusEffects>
  <statusEffect>
    <name>Overgrowth</name>
    <key>nyris_overgrowth</key>
    <allowMany>false</allowMany>
    <hasTurns>false</hasTurns>
    <overSprite>nyris_overgrowth</overSprite>
    <onAttackedEffects>
      <onAttackedEffects>
        THEN RemoveStatusEffect -> key:«LINK:nyris_overgrowth»;
        THEN SetNeutral -> neutral:false;
      </onAttackedEffects>
    </onAttackedEffects>
    <modifiers>
      <modifiers>
        <type>MovementDisabled</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>MobilityDisabled</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>AbilitiesDisabled</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>InteractionDisabled</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>IsPeaceful</type>
        <amount>1.0</amount>
      </modifiers>
    </modifiers>
  </statusEffect>
</statusEffects>