PavZerKot

ideology error hoi 4

Apr 21st, 2025 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | Help | 0 0
  1. ideologies = {
  2.  
  3. absolutist = {
  4.  
  5. types = {
  6.  
  7. absolute_monarchy = {
  8. }
  9.  
  10. prussian_const = {
  11. }
  12.  
  13. dictatorship = {
  14. }
  15.  
  16. theocracy = {
  17. }
  18. }
  19.  
  20. dynamic_faction_names = {
  21. "FACTION_NAME_KINGDOM_1"
  22. "FACTION_NAME_KINGDOM_2"
  23. "FACTION_NAME_KINGDOM_3"
  24. "FACTION_NAME_KINGDOM_4"
  25. "FACTION_NAME_KINGDOM_5"
  26. }
  27.  
  28. color = { 128 0 255 }
  29.  
  30. rules = {
  31. can_force_government = yes
  32. can_puppet = yes
  33. can_send_volunteers = yes
  34. }
  35.  
  36. war_impact_on_world_tension = 1
  37. faction_impact_on_world_tension = 1
  38.  
  39. modifiers = {
  40. airforce_intel_to_others = 10.0
  41. army_intel_to_others = 10.0
  42. civilian_intel_to_others = 15.0
  43. embargo_cost_factor = 1
  44. hidden_modifier = { join_faction_tension = -0.1 }
  45. justify_war_goal_when_in_major_war_time = -0.80
  46. navy_intel_to_others = 10.0
  47. }
  48.  
  49. faction_modifiers = {
  50. }
  51.  
  52. can_collaborate = yes
  53.  
  54. ai_fascist = yes
  55. }
  56.  
  57.  
  58.  
  59. communism = {
  60.  
  61. types = {
  62.  
  63. marxism = {
  64. }
  65.  
  66. leninism = {
  67. }
  68.  
  69. stalinism = {
  70. }
  71.  
  72. anti_revisionism = {
  73. }
  74.  
  75. anarchist_communism = {
  76. }
  77. }
  78.  
  79. dynamic_faction_names = {
  80. "FACTION_NAME_COMMUNIST_1"
  81. "FACTION_NAME_COMMUNIST_2"
  82. "FACTION_NAME_COMMUNIST_3"
  83. "FACTION_NAME_COMMUNIST_4"
  84. "FACTION_NAME_COMMUNIST_5"
  85. }
  86.  
  87. color = { 255 0 0 }
  88.  
  89. rules = {
  90. can_force_government = yes
  91. can_puppet = yes
  92. can_send_volunteers = yes
  93. }
  94.  
  95. war_impact_on_world_tension = 0.75
  96. faction_impact_on_world_tension = 0.5
  97.  
  98. modifiers = {
  99. airforce_intel_to_others = 7.5
  100. army_intel_to_others = 7.5
  101. civilian_intel_to_others = 10.0
  102. embargo_threshold_factor = 0.5
  103. hidden_modifier = { join_faction_tension = -0.1 }
  104. lend_lease_tension = 0.50
  105. navy_intel_to_others = 12.5
  106. }
  107.  
  108. faction_modifiers = {
  109. }
  110.  
  111. can_collaborate = yes
  112.  
  113. ai_communist = yes
  114. }
  115.  
  116.  
  117.  
  118. democratic = {
  119.  
  120. types = {
  121.  
  122. conservatism = {
  123. }
  124.  
  125. liberalism = {
  126. }
  127.  
  128. socialism = {
  129. }
  130.  
  131. populism = {
  132. }
  133. }
  134.  
  135. dynamic_faction_names = {
  136. "FACTION_NAME_DEMOCRATIC_1"
  137. "FACTION_NAME_DEMOCRATIC_2"
  138. "FACTION_NAME_DEMOCRATIC_3"
  139. "FACTION_NAME_DEMOCRATIC_4"
  140. "FACTION_NAME_DEMOCRATIC_5"
  141. "FACTION_NAME_DEMOCRATIC_6"
  142. }
  143.  
  144. color = { 0 0 255 }
  145.  
  146. rules = {
  147. can_create_collaboration_government = no
  148. can_declare_war_on_same_ideology = no
  149. can_force_government = yes
  150. can_guarantee_other_ideologies = yes
  151. can_lower_tension = yes
  152. can_only_justify_war_on_threat_country = yes
  153. can_puppet = no
  154. can_send_volunteers = no
  155. }
  156.  
  157. war_impact_on_world_tension = 0.25
  158. faction_impact_on_world_tension = 0.1
  159.  
  160. modifiers = {
  161. airforce_intel_to_others = 5
  162. army_intel_to_others = 5.0
  163. civilian_intel_to_others = 20.0
  164. embargo_cost_factor = -0.5
  165. embargo_threshold_factor = -0.5
  166. generate_wargoal_tension = 1.00
  167. guarantee_tension = 0.25
  168. join_faction_tension = 0.80
  169. lend_lease_tension = 0.50
  170. navy_intel_to_others = 20.0
  171. send_volunteers_tension = 0.50
  172. }
  173.  
  174. faction_modifiers = {
  175. faction_trade_opinion_factor = 0.50
  176. }
  177.  
  178. can_host_government_in_exile = yes
  179.  
  180. ai_democratic = yes
  181. }
  182.  
  183. fascism = {
  184.  
  185.  
  186. types = {
  187.  
  188. nazism = {
  189. }
  190.  
  191. gen_nazism = {
  192. }
  193.  
  194. fascism_ideology = {
  195. }
  196.  
  197. falangism = {
  198. }
  199.  
  200. rexism = {
  201. }
  202. }
  203.  
  204. dynamic_faction_names = {
  205. "FACTION_NAME_FASCIST_1"
  206. "FACTION_NAME_FASCIST_2"
  207. "FACTION_NAME_FASCIST_3"
  208. "FACTION_NAME_FASCIST_4"
  209. "FACTION_NAME_FASCIST_5"
  210. }
  211.  
  212. color = { 150 75 0 }
  213.  
  214. war_impact_on_world_tension = 1.0 #evil!
  215. faction_impact_on_world_tension = 1.0
  216.  
  217. rules = {
  218. can_force_government = yes
  219. can_send_volunteers = yes
  220. can_puppet = yes
  221. }
  222.  
  223. can_collaborate = yes
  224.  
  225. modifiers = {
  226. justify_war_goal_when_in_major_war_time = -0.80
  227. civilian_intel_to_others = 15.0
  228. army_intel_to_others = 10.0
  229. navy_intel_to_others = 10.0
  230. airforce_intel_to_others = 10.0
  231. hidden_modifier = { join_faction_tension = -0.1 }
  232. embargo_cost_factor = 1
  233. lend_lease_tension = 0.50
  234. }
  235.  
  236. ai_fascist = yes # uses the fascist AI behaviour
  237. ai_ideology_wanted_units_factor = 1.65
  238. }
  239.  
  240. neutrality = {
  241.  
  242. types = {
  243.  
  244. minarchism_neutral = {
  245. }
  246.  
  247. absolute_monarchy_neutral = {
  248. }
  249.  
  250. prussian_const_neutral = {
  251. }
  252.  
  253. dictatorship_neutral = {
  254. }
  255.  
  256. theocracy_neutral = {
  257. }
  258.  
  259. conservatism_neutral = {
  260. }
  261.  
  262. liberalism_neutral = {
  263. }
  264.  
  265. socialism_neutral = {
  266. }
  267.  
  268. marxism_neutral = {
  269. }
  270.  
  271. leninism_neutral = {
  272. }
  273.  
  274. fascism_ideology_neutral = {
  275. }
  276. }
  277.  
  278. dynamic_faction_names = {
  279. "FACTION_NAME_NONALIGNED_1"
  280. "FACTION_NAME_NONALIGNED_2"
  281. "FACTION_NAME_NONALIGNED_3"
  282. "FACTION_NAME_NONALIGNED_4"
  283. "FACTION_NAME_NONALIGNED_5"
  284. }
  285.  
  286. color = { 124 124 124 }
  287.  
  288. rules = {
  289. can_force_government = yes
  290. can_puppet = yes
  291. can_send_volunteers = no
  292. }
  293.  
  294. war_impact_on_world_tension = 0.25
  295. faction_impact_on_world_tension = 0.1
  296.  
  297. modifiers = {
  298. airforce_intel_to_others = 10.0
  299. army_intel_to_others = 10.0
  300. civilian_intel_to_others = 20.0
  301. drift_defence_factor = -0.3
  302. generate_wargoal_tension = 0.5
  303. guarantee_tension = 0.4
  304. join_faction_tension = 0.4
  305. lend_lease_tension = 0.6
  306. navy_intel_to_others = 20.0
  307. send_volunteers_tension = 0.4
  308. }
  309.  
  310. faction_modifiers = {
  311. }
  312. ai_neutral = yes
  313. }
  314.  
  315.  
  316.  
  317. }
Add Comment
Please, Sign In to add comment