Iceciro
Special Ability: Decimate
Keep in mind, that losing the last city, because of the "complete kills" option, doesn't necessarily mean, that the player has lost the game
Hmmm. Point taken - though I've shelved the idea for the time being until I cook up a complete way to do it right, given Jean's note and the fact that I can't even proof of concept it (Couldn't find "capture" anywhere in the Callbacks. Assuming those are stored in PythonCallbackDefines.xml. But I also couldn't find anything related in any of the event managers in Python...)
Anyways, I have a new question for a new problem. I know the two Scion leaders with slightly different trees have their uniques blocked off by LeaderTrait, in the Python code. It even pops up in the Technology Adviser stating it requires you to be the trait, so that's good.
Is there any way to either 1) Have something similar only show up in the Technology Advisor when you meet the requirements or 2) set a unit's requirements in Python so the unit doesn't appear in the Tech Adviser at all.
A little background, so maybe this makes more sense - I want a leader to have a custom set of disciples like the Dural have with Students of *** (only not students.) Anyways, as this is a multi-civ leader ala Decius the only thing I can really do is lock the units away behind a Leader Trait. (Locking the existing units away is easy, and I have no problem with.)
Problem is, doing it this way the unit comes up in everyone's tech adviser (though saying you don't meet the requirements) and I think it might clutter the adviser up too much to have a copy of this for each religion. Hence why I'd even rather them show up for nobody than the leader they attach to (I was wondering if I could assign them to NEVER in the XML but make a python code that gives the leader the ability to build them at the right tech and with the right trait.)
Of course, if there was a way to assign Unique Units to leaders as opposed to civs, that'd be spiffy - but I'm pretty sure there's not or the Scions would be using it...
And I agree that many of the fields make modding cakewalk 
