And with all of these highly promoted workers running around, don't you want something to do with them?
For now, you can use Fall Further to go without the extra settings![]()
BeefontheBone said:Another thought - do they have access to Wane now? That might be a little generous to the Sidar (who are already monsters in human hands).
def reqWane(caster):
if caster.getLevel() < 6:
return False
if caster.isAlive() == False:
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_ANIMAL'):
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_BEAST'):
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_WORKER'):
return False
return True
Also, New Version includes <bRivalTerritoryBlock> to prevent a unit from being able to enter any non-Team Borders (even if there is an Open Borders Agreement or you are at War). It would be a nifty effect for a spell to utilize, but for now the only Promotion which uses it is Hermit, which is not available by any means other than WorldBuilder, and doesn't show in the Civlopedia.
EDIT: thanks for saving me the time coding that one Vehem![]()
I don't know if it is an issue with this mod of FFH but I was gifted a privateer and boarding parties through an event but it wouldn't let the non hidden nationality boarding parties board the hidden nationality privateer.
Does the same thing if I build a privateer. Can board if I make boarding party hidden nationality or declare nationality with the privateer.