[1.2] Small bugs in XML

These are a couple of very minor issues in the XML that may be a problem, so I thought I would flag them up.

 

CoreUnitStats.xml : there are 2 elements with InternalName="UnitStat_TacticalHealthRegen" (lines 707, 769).

CoreMonsterUnitTypes.xml: There are many lines with <BoolVal1></BoolVal1>. I presumed that <BoolVal1> was supposed to be a boolean value, so shouldn't it have a 0 or 1?

CoreSpells.xml : the Curgen's Volcano spell has the following line (line 3781): <TerrainStamp>valcano</TerrainStamp>. Is that a misspelling of volcano? I also don't see <TerrainStamp> anywhere else in that file, so I don't know what it does.

 

4,429 views 3 replies
Reply #1 Top

CoreSpells.xml : the Curgen's Volcano spell has the following line (line 3781): valcano. Is that a misspelling of volcano? I also don't see anywhere else in that file, so I don't know what it does.
End of quote

That is not a misspelling of the stamp, the name is Valcano. (So not an error) The only typo possibly is the failed capitalization of the valcano in the spelldef, but I haven't noticed too much of on issue with capitalization.

Reply #2 Top

Quoting parrottmath, reply 1

That is not a misspelling of the stamp, the name is Valcano. (So not an error) The only typo possibly is the failed capitalization of the valcano in the spelldef, but I haven't noticed too much of on issue with capitalization.
End of parrottmath's quote

 

Good. Actually the first issue [duplicate 'UnitStat_TacticalHealthRegen' names] was the main issue. I had just noticed the other points, so I thought why not include them.

Reply #3 Top

None of these are game effecting issues.  I did remove the duplicate health regen unitstat just for cleanliness.  Thanks.