So here's the thing. With a few exceptions (like the civics), the units I create and put out, are not meant to be... uh... what's the word. Set in stone? Finalized? Thought out? Have any thought in them at all?
The values of the units are arbitrary. Just place holders for me to get the functionality working. The fact that my baseturret had a strength of 3 was not my way of saying "I think turrets should have a strength of 3", but rather, i had to have a strength value, so I put one in.
Similarly, the idea that Barrages look like planes is not that I think planes make a good model for artillery barrages, but rather that I didn't bother going to get some other graphic. I suggested we gear Kael's fireball (fire elemental I think, technically), but I hadn't really intended to do it myself as, for merge simplification purposes, I want to avoid touching the graphics (art) or xml dirs as much as possible. You all should feel free to change around whatever you like of those. The same goes for the civics I'll be releasing hopefully later tonight. Only some of their features are hard coded in the mod, and changing them will be a non-trivial amount of work. But the parts that are in the xml files--feel free. Generally, the only thing that will cause trouble if you change them are the tags (Unit type, unit class, building type, etc. names--e.g. UNIT_BASETURRET, etc.). In most cases I have collated all the tag values into the Config.py file so new ones could be added by "non-programmers". This file could probably be better documented, but matt, for instance, I'm sure could add to it. Not all of the facilities are modable this way but most are. None of the other xml settings matter for the code. That doesn't mean, however, that you might not get undesirable side effects (like changing the tech prereq on the TE promotions to NONE from TECH_NEVER). Code still works. But you didn't want to do that.
8).
BTW, who should I coordinate with to hand over the civic stuff?
Also, JBG!!!! Woodelf seems to think that he has done nothing with civics. Are you/have you checked over the five main civic categories and validated them?