Quote Originally Posted by tommh
Here are some working examples from the Ptolemaic mode I'm working on:

recruit "egyptian peltast" 0 requires factions { egyptian, } and hidden_resource egypt and not building_present_min_level hellenic_colony basic_colony


This will allow you to build egytian peltasts as long as its a native Egyptian Area and you haven't founded a hellenic colony there.

temple_of_fun_large_temple requires factions { armenia, thrace, seleucid, julii, } or factions { egyptian, } and hidden_resource greeks or factions { egyptian, } and building_present_min_level hellenic_colony basic_colony


This allows this temple if you are egyptian and either its a ethnic Greek province or you have founded a hellenic colony there
Where would I find a list of tags such as your "hellenic_colony basic_colony"?

Thanks