Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ##Event: Swiss forts
  2. country_event = {
  3. id = swissfort.42
  4. title = swissfort.42.title
  5. desc = swissfort.42.desc
  6. picture = GFX_report_event_military_planning
  7. trigger = {
  8. original_tag= FRA
  9. 3 = {is_owned_by= GER}
  10. 769 = {is_owned_by= FRA}
  11. } mean_time_to_happen = { days = 1}
  12. option = {
  13. name = swissfort.42.a
  14. ai_chance = { factor = 1}
  15. add_building_construction= {
  16. type = bunker
  17. province = 6683
  18. level = 4
  19. instant_build = yes }
  20. add_building_construction= {
  21. type = bunker
  22. province = 9622
  23. level = 4
  24. instant_build = yes }
  25. add_building_construction= {
  26. type = bunker
  27. province = 11590
  28. level = 4
  29. instant_build = yes }
  30. add_building_construction= {
  31. type = bunker
  32. province = 3612
  33. level = 4
  34. instant_build = yes }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement