vatomo

vatomo

Joined Member # 6830522
2 Posts 3 Replies 520 Reputation

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. '''

6 Replies 42,668 Views

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

11 Replies 69,205 Views