I wrote a Python script to read it and output html. Let me try to post it here... Sorry for the long messy post. The spoiler tags and the source code blocks don't seem to work for me. [spoiler] import xml.etree.ElementTree as ET import re def parse_node(node): ''' ElementTree indexes by position. Convert to indexing by name of attribute. '''
vatomo
Starbase Modules Generic Name Upgrades From Prereqs Cost Maintenance Effects Starbase Defense System Warfare 100 Credits 1 Durantium 1 Elerium 1 Antimatter 1 Beam Weapon
Ship Components Assault Carrier Module Name Upgrades From Prereqs Cost Maintenance Effects Assault Carrier Module Carrier 200 1 6 Threat 10 Value None Support Mass 2 Assault Fi
I extracted these from the XML definitions. Note that the values are different for the base game! Galactic Wonders Wealth Name Upgrades From Prereqs Cost Maintenance Effects Level Effects Adjacency Bonuses Other
I couldn't find this information elsewhere, so I wrote a script to extract the effects of the improvements from DLC\EXP2_Crusade\Game\ImprovementDefs.xml into a readable form. Since this was done automatically, some of the names might be different from what you see in game, but the effects should be correct. I have the GOG version so this as done on Crusade v2.21. I did this both to create a reference, and to point out some weird aspects in the balance of the improvements. I'll incl