It seems that `has_technology` or `last_increased_tech` can only check a tech wether researched or not. How to check a tech wether reached a particular level? For example:
There is a rep tech `tech_repeatable_reduced_building_cost` with upper limit levels = 5. I want give a research option when `tech_repeatable_reduced_building_cost` is researched at levels = 5, namely full-compeleted this tech. How to write the trigger?
By the way, why cannot I use `last_increased_tech` as switch trigger? The `last_increased_tech` only work with `if..else_if`
There is a rep tech `tech_repeatable_reduced_building_cost` with upper limit levels = 5. I want give a research option when `tech_repeatable_reduced_building_cost` is researched at levels = 5, namely full-compeleted this tech. How to write the trigger?
By the way, why cannot I use `last_increased_tech` as switch trigger? The `last_increased_tech` only work with `if..else_if`