essensverkaeufer

hoi4 decision

Mar 30th, 2026
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | Help | 0 0
  1. operations = {
  2.  
  3. EIF_embargo_category = {
  4. icon = generic_trade
  5.  
  6. visible = {
  7. is_major = yes
  8. }
  9.  
  10. visible_when_empty = yes
  11.  
  12. EIF_start_embargo = {
  13. icon = generic_trade
  14.  
  15. allowed = {
  16. always = yes
  17. }
  18.  
  19. available = {
  20. always = yes
  21. }
  22.  
  23. visible = {
  24. always = yes
  25. }
  26.  
  27. cost = 0
  28. fire_only_once = yes
  29.  
  30. complete_effect = {
  31. country_event = { id = eif.1 }
  32. }
  33.  
  34. ai_will_do = {
  35. factor = 0
  36. }
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment