Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #Truth Holder
  2. ptc_truth_holder = {
  3. on_enabled = {
  4. custom_tooltip = "truth_holder_tooltip"
  5. hidden_effect = {
  6. country_event = { id = ptc.12 }
  7. }
  8. }
  9. possible = {
  10. custom_tooltip = {
  11. fail_text = "synthetic_empire_psionic_ascension"
  12. NOT = { has_trait = trait_mechanical }
  13. }
  14. custom_tooltip = {
  15. fail_text = "hive_mind_biological_ascension_only1"
  16. NOT = { has_authority = auth_hive_mind }
  17. }
  18. custom_tooltip = {
  19. fail_text = "requires_ascension_perks_2"
  20. num_ascension_perks > 1
  21. }
  22. custom_tooltip = {
  23. fail_text = "requires_ptc_magic_over_all"
  24. has_ascension_perk = ptc_magic_over_all
  25. }
  26. custom_tooltip = {
  27. fail_text = "requires_technology_reincarnation_theory"
  28. has_technology = tech_reincarnation_theory
  29. }
  30.  
  31. potential = {
  32. host_has_dlc = "Utopia"
  33. host_has_dlc = "Apocalypse"
  34. NOR = {
  35. has_ascension_perk = ap_engineered_evolution
  36. has_ascension_perk = ap_the_flesh_is_weak
  37. has_ascension_perk = ap_mind_over_matter
  38. has_ascension_perk = ptc_truth_holder
  39. has_authority = "auth_machine_intelligence"
  40. }
  41. is_mechanical_empire = no
  42. is_cyborg_empire = no
  43. }
  44.  
  45. ai_weight = {
  46. factor = 100
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement