Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. capital = 107
  2.  
  3. set_research_slots = 3
  4.  
  5. oob = "SER"
  6.  
  7. add_ideas = {
  8. #medium_economy
  9. limited_conscription
  10. SER_jingoism
  11. }
  12.  
  13. set_technology = {
  14. ### General ###
  15. shipbuild_basics = 1
  16. infantry_weapons = 1
  17. infantry_weapons1 = 1
  18. tech_mountaineers = 1
  19. tech_support = 1
  20. tech_recon = 1
  21. gw_artillery = 1
  22. early_fighter = 1
  23. early_bomber = 1
  24. }
  25.  
  26. set_war_support = 0.6
  27.  
  28. # Trigger introduction event
  29. country_event = { id = serbia.1 days = 1 }
  30.  
  31. add_opinion_modifier = { target = BUL modifier = embargo }
  32. add_opinion_modifier = { target = BUL modifier = Balkans_hates_bulgaria }
  33. add_opinion_modifier = { target = OTT modifier = embargo }
  34.  
  35. set_politics = {
  36. parties = {
  37. administrative_marxist = {
  38. popularity =2
  39. }
  40. radical_socialist = {
  41. popularity = 0
  42. }
  43. revolutionary_republican = {
  44. popularity = 0
  45. }
  46. social_democrat = {
  47. popularity = 0
  48. }
  49. social_liberal = {
  50. popularity = 0
  51. }
  52. market_liberal = {
  53. popularity = 9
  54. }
  55. social_conservative = {
  56. popularity = 0
  57. }
  58. authoritarian_democrat = {
  59. popularity = 25
  60. }
  61. paternal_autocrat = {
  62. popularity = 3
  63. }
  64. integralist = {
  65. popularity = 0
  66. }
  67. autocratic_monarchist = {
  68. popularity = 34
  69. }
  70. national_populist = {
  71. popularity = 27
  72. }
  73. }
  74.  
  75. ruling_party = autocratic_monarchist
  76. last_election = "1933.1.1"
  77. election_frequency = 48
  78. elections_allowed = no
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement