Advertisement
Guest User

abolish the han system

a guest
Nov 27th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. abolish_the_han_system = {
  2. picture = meiji_court
  3. potential = {
  4. OR = {
  5. tag = JAP
  6. tag = TKG
  7. }
  8. civilized = yes
  9. NOT = { has_country_flag = han_system_abolished }
  10. }
  11.  
  12. allow = {
  13. war = no
  14. state_n_government = 1
  15. owns = 1649
  16. owns = 1640
  17. owns = 1646
  18. owns = 1662
  19. owns = 1668
  20. owns = 1665
  21. owns = 1673
  22. }
  23.  
  24. effect = {
  25. set_country_flag = han_system_abolished
  26. years_of_research = 1
  27. prestige = 10
  28. remove_country_modifier = ansei_purge
  29. remove_country_modifier = kobu_gattai
  30. any_pop = {
  31. limit = { is_primary_culture = yes }
  32. ideology = {
  33. value = liberal
  34. factor = 0.1
  35. }
  36. scaled_militancy = {
  37. ideology = liberal
  38. factor = -6
  39. }
  40. scaled_militancy = {
  41. ideology = reactionary
  42. factor = 6
  43. }
  44. }
  45. CHO = {
  46. all_core = { remove_core = CHO }
  47. }
  48. SAT = {
  49. all_core = { remove_core = SAT }
  50. }
  51. TOS = {
  52. all_core = { remove_core = TOS }
  53. }
  54. KAG = {
  55. all_core = { remove_core = KAG }
  56. }
  57. SEN = {
  58. all_core = { remove_core = SEN }
  59. }
  60. YZW = {
  61. all_core = { remove_core = YZW }
  62. }
  63. 1642 = {
  64. state_scope = {
  65. change_region_name = "Hokkaido"
  66. }
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement