ignited.xml

<statusEffects>
  <statusEffect>
    <turns>5</turns>
    <name>Ignited</name>
    <key>ignited</key>
    <type>Status Effect</type>
    <icon>statuseffects_20</icon>
    <resistedBy>PhysicalWarding</resistedBy>
    <allowMany>false</allowMany>
    <description>
      You are on fire!
      [p]Even when no longer standing on a fire tile, you will continue to take fire damage, dealing 3-5 fire damage per turn,
      with a 7% chance to leave a burn.
      [p]Does not stack.
    </description>
    <hasTurns>true</hasTurns>
    <animation>ignited</animation>
    <turnEffects>
      <turnEffects>
        IF NOT IsStandingOnFire;
        DealFireDamage -> burnChance:0.07, minimumDamage:3, maximumDamage:5;
      </turnEffects>
    </turnEffects>
    <modifiers>
      <modifiers>
        <type>FireResist</type>
        <amount>-0.1</amount>
      </modifiers>
    </modifiers>
  </statusEffect>
</statusEffects>