Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 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. transfer_state = 980
  36. set_politics = {
  37. ruling_party = communist
  38. last_election = "1962.2.1"
  39. election_frequency = 36
  40. elections_allowed = no
  41. }
  42. set_popularities = {
  43. communist = 70
  44. socialist = 30
  45. social_democrat = 0
  46. social_liberal = 0
  47. market_liberal = 0
  48. social_conservative = 0
  49. authoritarian_democrat = 0
  50. despotism = 0
  51. fascism = 0
  52. national_socialism = 0
  53. ultranational_socialism = 0
  54. burgundian_system = 0
  55. }
  56. country_event = {
  57. id = redindia.59
  58. days = 15
  59. }
  60. INC = {
  61. ROOT = {
  62. change_tag_from = PREV
  63. }
  64. }
  65. annex_country = {
  66. target = INC
  67. transfer_troops = yes
  68. }
  69. load_focus_tree = RAJ_Indian_Communist
  70. }
  71. }
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement