Advertisement
Wanna_Grenade

Potential

Mar 27th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. tech_landis_project = {
  2. cost = @tier1cost2
  3. area = society
  4. tier = 1
  5. category = { new_worlds }
  6. prerequisites = { "tech_colonization_1" }
  7. weight = @tier1weight2
  8. potential = {
  9. any_system = {
  10. limit = {
  11. owner = FROM
  12. }
  13. has_star_flag = sol_system
  14. }
  15. }
  16. feature_flags = { landis_project }
  17.  
  18. weight_modifier = {
  19. factor = 1.5 # terraforming needs to be a bit more common
  20. modifier = {
  21. factor = 0
  22. is_lithoid_empire = yes
  23. has_valid_civic = civic_hive_devouring_swarm
  24. }
  25.  
  26. modifier = {
  27. factor = 1.25
  28. has_tradition = tr_expansion_adopt
  29. }
  30. modifier = {
  31. factor = 1.25
  32. research_leader = {
  33. area = society
  34. has_trait = "leader_trait_expertise_new_worlds"
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement