Aura data not exported to XML

Post/Author/DateTimePost
#1

VaultDweller

Jan 10, 2010 22:38:17
I've just noticed that the radius of auras does not appear at any point in the XML of exported monsters.

Here are the auras from a Kruthik Adult and Ancient White Dragon, for example:

    [Aura Name="Gnashing Horde"]
      [Details]an enemy that ends its turn in the aura takes 2 damage.[/Details]
      [Value]0[/Value]
    [/Aura]
    
    
    [Aura Name="Aura of Winter"]
      [Details]a creature that enters or begins its turn in the aura takes 30 cold damage. The ground is treated as difficult terrain, and creatures flying in the aura (other than the dragon) move at half speed. Creatures in the aura have concealment against ranged attacks.[/Details]
      [Value]0[/Value]
    [/Aura]    

I assume that the [Value] tag should contain the size of the aura, but it appears to always be set to 0.

{Edit}

Apparently the forum doesn't like having XML tags in message posts, it seems to parse them as HTML.  I've changed the tags to use ['s and ]'s to avoid the problem.