View Full Version : [FIXED] Elizabeth doesn't have a FLAVOR_NUKE


The_J
Jan 03, 2011, 03:50 PM
Originally posted here (http://www.civforum.de/showpost.php?p=3949283&postcount=412): There's a bug in the XML files for Elizabeth.

Exampe flavors for normal leaders (last two in the files):

<Row>
<LeaderType>LEADER_DARIUS</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_DARIUS</LeaderType>
<FlavorType>FLAVOR_NUKE</FlavorType>
<Flavor>4</Flavor>
</Row>

For Elizabeth:

<Row>
<LeaderType>LEADER_ELIZABETH</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>7</Flavor>
</Row>
<Row>
<LeaderType>LEADER_ELIZABETH</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>4</Flavor>
</Row>

Does anyone else see it in the XML files?

cf_nz
Jan 03, 2011, 04:18 PM
I see the same.

The_J
Jan 03, 2011, 04:39 PM
Thanks for the confirmation :).
Moved to confirmed bugs.

Bibor
Jan 22, 2011, 10:55 PM
I don't know if XML is an essential part of coding (not a programmer), but I found this while writing down leader traits:

<Row>
<LeaderType>LEADER_ELIZABETH</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>7</Flavor>
</Row>
<Row>
<LeaderType>LEADER_ELIZABETH</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>4</Flavor>

Where the second one should've been:

<FlavorType>FLAVOR_NUKE</FlavorType>

If this is preventing Elizabeth from building nukes, would changing the line fix this?

The_J
Jan 23, 2011, 06:06 AM
Threads merged.

@question: Yes, probably.
If you've seen such behaviour, then the borked XML entry is the cause.

X-Worf
Mar 04, 2011, 03:14 PM
This bug wasn't fixed by v1.0.1.217.

The_J
Mar 04, 2011, 03:33 PM
Exchanging some XML values seems to be a hard task ^^.

X-Worf
Jun 30, 2011, 04:54 AM
Is fixed now.^^