[BERT] Wonder - Quantum Computer - seems bugged

vullcan

Chieftain
Joined
Nov 7, 2015
Messages
9
Location
Warsaw, Poland
Hi everyone
I think I founded a bug :goodjob:

Civilization Beyond Earth Rising Tide Build v1.1.2.3009


Location of the file
\Steam\SteamApps\common\Sid Meier's Civilization Beyond Earth\assets\DLC\Expansion1\Gameplay\XML\Civilizations\CivBEPlayerPerks.xml

Both different Wonders have the same bonus.
QUANTUM_COMPUTER and WONDER_ANSIBLE

Spoiler :

<Row>
<Type>PLAYERPERK_WONDER_QUANTUM_COMPUTER</Type>
<Help>TXT_KEY_PLAYERPERK_WONDER_QUANTUM_COMPUTER</Help>
<OrbitalDurationModifier>50</OrbitalDurationModifier>
<AffinityXPGainModifier>25</AffinityXPGainModifier>

</Row>



Spoiler :

<Row>
<Type>PLAYERPERK_WONDER_ANSIBLE</Type>
<Help>TXT_KEY_PLAYERPERK_WONDER_ANSIBLE</Help>
<AffinityXPGainModifier>25</AffinityXPGainModifier>
</Row>


Steam\SteamApps\common\Sid Meier's Civilization Beyond Earth\assets\Gameplay\XML\Text\en_US\CivBEGameTextInfos_Buildings.xml

The Tooltips of these Wonders has different description than the Perks has.

Free Energy maintenance of Orbital Units ?? Really ? As i know non of Orbital Units costs Energy, only Strategic Resources.

Spoiler :

<Row Tag="TXT_KEY_BUILDING_QUANTUM_COMPUTER_HELP">
<Text>Free [ICON_ENERGY] Maintenance and +50% duration for Orbital Units.</Text>
</Row>


Spoiler :

<Row Tag="TXT_KEY_BUILDING_ANSIBLE_HELP">
<Text>Affinity XP is gained 25% faster.</Text>
</Row>
 

Attachments

  • BERT_BUG.jpg
    BERT_BUG.jpg
    406.5 KB · Views: 218
  • BERT_BUG_2.jpg
    BERT_BUG_2.jpg
    390.7 KB · Views: 200
Top Bottom