• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

excosy

Sergeant
12 Badges
Mar 11, 2020
84
20
  • Crusader Kings II
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Surviving Mars: Digital Deluxe Edition
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Battle for Bosporus
  • Victoria 3 Sign Up
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`