Adding new elements to the xml files IS easy. Giving meaning to those elements can be harder. I believe the methods which implement the xml elements (such as NoNukes) must be somewhere in the python code. It certainly makes use of the python methods described in the API (namely the CvVoteInfo class(which extends CvInfoBase). There are no documents with those names however. I have looked in other python documents, but I have yet to find it 
Still, once we find it, then I believe It should not be too difficult to do things like trade embargoes or peacekeeping. They can both be broken up into things that are done elsewhere (which means copy/paste). That's not to say it will be easy though!

Still, once we find it, then I believe It should not be too difficult to do things like trade embargoes or peacekeeping. They can both be broken up into things that are done elsewhere (which means copy/paste). That's not to say it will be easy though!
Comment