Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # Education for a [Title]
  2. country_event = {
  3. id = tyw_events.7
  4. title = "tyw_events.7.t"
  5. desc = "tyw_events.7.d"
  6. picture = MONARCH_CHILD_WITH_REGENT_eventPicture
  7.  
  8. trigger = {
  9. has_dlc = "Art of War"
  10. has_regency = yes
  11. has_advisor = yes
  12. NOT = { has_country_flag = heir_adm_education }
  13. NOT = { has_country_flag = heir_dip_education }
  14. NOT = { has_country_flag = heir_mil_education }
  15. is_lesser_in_union = no
  16. }
  17.  
  18. mean_time_to_happen = {
  19. months = 800
  20. }
  21.  
  22. option = {
  23. name = "tyw_events.7.a"
  24. trigger = {
  25. OR = {
  26. advisor = philosopher
  27. advisor = natural_scientist
  28. advisor = artist
  29. advisor = treasurer
  30. advisor = theologian
  31. advisor = master_of_mint
  32. advisor = inquisitor
  33. }
  34. }
  35. set_country_flag = heir_adm_education
  36. custom_tooltip = "tyw_events.7.a.tt"
  37. }
  38.  
  39. option = {
  40. name = "tyw_events.7.b"
  41. trigger = {
  42. OR = {
  43. advisor = statesman
  44. advisor = naval_reformer
  45. advisor = trader
  46. advisor = spymaster
  47. advisor = colonial_governor
  48. advisor = diplomat
  49. advisor = navigator
  50. }
  51. }
  52. set_country_flag = heir_dip_education
  53. custom_tooltip = "tyw_events.7.b.tt"
  54. }
  55.  
  56. option = {
  57. name = "tyw_events.7.b"
  58. trigger = {
  59. OR = {
  60. advisor = army_reformer
  61. advisor = army_organiser
  62. advisor = commandant
  63. advisor = quartermaster
  64. advisor = recruitmaster
  65. advisor = fortification_expert
  66. advisor = grand_captain
  67. }
  68. }
  69. set_country_flag = heir_mil_education
  70. custom_tooltip = "tyw_events.7.c.tt"
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement