LightofAbraxas
Chieftain
- Joined
- Sep 9, 2011
- Messages
- 30
I'm trying to do a couple of things in Python, I want to require a certain ritual to be completed before:
1) The training of extra Priests of Winter becomes possible.
2) Priests can build Ice Nodes on raw mana. I've gotten all of the unit and improvement xml taken care of for this one already.
But, I can't seem to find any examples of a unit or improvement order being enabled by a project in either the xml or python code. Nearest I'm able to figure, it could be done by creating a hidden tech that's awarded by the ritual, but that just doesn't seem very elegant.
Does anyone have any experience with trying to do something like this? Thanks in advance!
1) The training of extra Priests of Winter becomes possible.
2) Priests can build Ice Nodes on raw mana. I've gotten all of the unit and improvement xml taken care of for this one already.
But, I can't seem to find any examples of a unit or improvement order being enabled by a project in either the xml or python code. Nearest I'm able to figure, it could be done by creating a hidden tech that's awarded by the ritual, but that just doesn't seem very elegant.
Does anyone have any experience with trying to do something like this? Thanks in advance!