Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. country_event = {
  2. id = 712
  3. title = "EVTNAME712"
  4. desc = "EVTDESC712"
  5. picture = ECONOMY_eventPicture
  6.  
  7. is_triggered_only = yes
  8.  
  9. trigger = {
  10. stability = 0
  11. inflation = 5
  12. }
  13.  
  14. mean_time_to_happen = {
  15. days = 1
  16. modifier = {
  17. factor = 0.5
  18. luck = yes
  19. }
  20. }
  21.  
  22. option = {
  23. name = "EVTOPTA712"
  24. ai_chance = {
  25. factor = 25
  26. modifier = {
  27. factor = 0.5
  28. war_exhaustion = 4
  29. }
  30. }
  31. add_stability = -1
  32. }
  33. option = {
  34. name = "EVTOPTB712"
  35. ai_chance = {
  36. factor = 75
  37. modifier = {
  38. factor = 0.5
  39. inflation = 10
  40. }
  41. }
  42. add_inflation = 3
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement