Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. country_event = {
  2. id = india.400 #Redindia Wins ICW
  3. immediate = {log = "[GetDateText]: [Root.GetName]: event india.400"}
  4. title = india.400.t
  5. desc = india.400.desc
  6. picture = GFX_report_event_india_communists
  7.  
  8. is_triggered_only = yes
  9. fire_only_once = yes
  10.  
  11. option = {
  12. name = india.400.a
  13. set_country_flag = RAJ_Indian_Communist
  14. custom_effect_tooltip = tno_famine_fallback_tooltip
  15. set_global_flag = ICW_ended
  16. hidden_effect = {
  17. every_country = {
  18. limit = {
  19. is_indian_nation = yes
  20. }
  21. remove_icw_debuffs = yes
  22. remove_ideas = {
  23. ICW_indira_is_here
  24. RAJ_low_quality_standarts
  25. }
  26. }
  27. remove_all_ministers = yes
  28. add_ideas = {
  29. INC_SA_Dange_hog
  30. INC_Homi_F_Daji_for
  31. INC_Puchalapalli_Sundarayya_eco
  32. INC_Chandra_Rajeswara_Rao_sec
  33. }
  34. RAJ = {
  35. set_state_owner = 980
  36. set_state_controller = 980
  37. set_politics = {
  38. ruling_party = communist
  39. last_election = "1962.2.1"
  40. election_frequency = 36
  41. elections_allowed = no
  42. }
  43. set_popularities = {
  44. communist = 70
  45. socialist = 30
  46. social_democrat = 0
  47. social_liberal = 0
  48. market_liberal = 0
  49. social_conservative = 0
  50. authoritarian_democrat = 0
  51. despotism = 0
  52. fascism = 0
  53. national_socialism = 0
  54. ultranational_socialism = 0
  55. burgundian_system = 0
  56. }
  57. country_event = {
  58. id = redindia.59
  59. days = 15
  60. }
  61. INC = {
  62. ROOT = {
  63. change_tag_from = PREV
  64. }
  65. }
  66. annex_country = {
  67. target = INC
  68. transfer_troops = yes
  69. }
  70. load_focus_tree = RAJ_Indian_Communist
  71. }
  72. }
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement