Emacz Posted March 23 Share Posted March 23 Is it possible to have phasing up depending on a tech as well as buidllings etc? For example I want rome p4 to only be researchable after augustus reforms. I tried a simple fix and had p4 supersede reforms, but that through a bunch of errors anyone know about how this could work? Thanks! @wowgetoffyourcellphone @Atrik @real_tabasco_sauce Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted March 23 Share Posted March 23 building phases already are a technology. So what you can do is add a technology field to the requirements list: "requirements": { "all": [ { "tech": "my_technology" }, {"entity": { "class": "Town", "number": 3 }} ] }, 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now