Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ####Pacific States
  2. ideas = {
  3.  
  4. country = {
  5. CAL_rocky_relations = {
  6.  
  7. allowed = {
  8. always = yes
  9. }
  10.  
  11. removal_cost = -1
  12.  
  13. picture = placeholder
  14.  
  15. modifier = {
  16. trade_opinion_factor = -0.25
  17. improve_relations_maintain_cost_factor = 0.5
  18. }
  19. }
  20. CAL_pacific_powerhouse = {
  21.  
  22. allowed = {
  23. always = yes
  24. }
  25.  
  26. removal_cost = -1
  27.  
  28. picture = GFX_idea_generic_navy_bonus
  29.  
  30. modifier = {
  31. industrial_capacity_dockyard = 0.15
  32. industrial_capacity_factory = -0.15
  33. }
  34. }
  35. CAL_legacy_of_macarthur = {
  36.  
  37. allowed = {
  38. always = yes
  39. }
  40.  
  41. removal_cost = -1
  42.  
  43. picture = placeholder
  44.  
  45. modifier = {
  46. army_org_Factor = -0.1
  47. conscription = -0.05
  48. }
  49. }
  50. CAL_brave_new_nation = {
  51.  
  52. allowed = {
  53. always = yes
  54. }
  55.  
  56. removal_cost = -1
  57.  
  58. picture = placeholder
  59.  
  60. modifier = {
  61. political_power_factor = -0.25
  62. }
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement