Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. namespace = druze_stuff
  2. province_event = {
  3. id = druze_stuff.0
  4. title = "druze_stuff.0.t"
  5. desc = "druze_stuff.0.d"
  6. picture = RELIGION_eventPicture
  7. trigger = {
  8. NOT = {religion = druze}
  9. any_neighbor_province = {
  10. religion = druze
  11. }
  12. }
  13.  
  14. mean_time_to_happen = {
  15. months = 120
  16.  
  17. modifier = {
  18. factor = 0.75
  19. religion = sunni
  20. }
  21. }
  22.  
  23. option = {
  24. name = druze_stuff.0.a
  25. change_religion = druze
  26. }
  27. }
  28. country_event = {
  29. id = druze_stuff.1
  30. title = "druze_stuff.1.t"
  31. desc = "druze_stuff.1.d"
  32. picture = RELIGION_eventPicture
  33.  
  34. trigger = {
  35. NOT = {religion = druze}
  36. capital_scope = {
  37. religion = druze
  38. }
  39. }
  40.  
  41. mean_time_to_happen = {
  42. months = 60
  43. }
  44.  
  45. option = {
  46. name = druze_stuff.1.a
  47. change_religion = druze
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement