Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. province_event = {
  2. trigger = {
  3. is_ai = yes # not sure about that
  4. OR = {
  5. has_construction = fort_15th
  6. has_construction = fort_16th
  7. has_construction = fort_17th
  8. has_construction = fort_18th
  9. }
  10. has_province_modifier = fort_deleted_by_ai_event
  11. }
  12.  
  13. mean_time_to_happen = {
  14. days = 1
  15. }
  16.  
  17. option = { # Go ahead
  18. add_construction_progress = 1.00
  19. remove_province_modifier = fort_deleted_by_ai_event
  20. }
  21. }
  22.  
  23.  
  24. province_event = {
  25. trigger = {
  26. is_ai = yes # not sure about that
  27. # province has a fort
  28. }
  29.  
  30. option = {
  31. # remove fort...
  32. # then
  33. add_province_modifier = fort_deleted_by_ai_event
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement