Advertisement
PaumCharmoso

fall.txt

Feb 7th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. #generic fall event
  2.  
  3. add_namespace = fall
  4.  
  5. country_event = {
  6. id = fall.1
  7. title = fall.1.t
  8. desc = fall.1.d
  9. picture = GFX_report_event_generic_funeral
  10.  
  11. trigger = {
  12. NOT = { has_country_flag = berlin_fell }
  13. THIS = {
  14. controls_state = 64 #berlin
  15. NOT = { owns_state = 64 } #the controller of berlin doesn't own it
  16. }
  17. NOT = {
  18. tag = SOV #not one of the countries with special events
  19. tag = ENG
  20. tag = POL
  21. tag = FRA
  22. tag = USA
  23. }
  24. }
  25.  
  26. mean_time_to_happen = {
  27. days = 1
  28. }
  29.  
  30. option = {
  31. name = fall.1.a
  32. #immediate_effect = { #haven't tested this, but it should make the event trigger for the same country if lost and then retook berlin
  33. # any_country = {
  34. # limit = {
  35. # has_country_flag = berlin_fell
  36. # NOT = { tag = THIS }
  37. # }
  38. # clr_country_flag = berlin_fell
  39. # }
  40. # }
  41. hidden_effect = {
  42. news_event = { id = newnews.1 days = 1 }
  43. set_country_flag = berlin_fell
  44. }
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement