APersonH

Event code

Aug 1st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. country_event = { ####puppet
  2. id = influence_allies.1
  3. title = influence_allies.1.t
  4. desc = influence_allies.1.d
  5. mean_time_to_happen = { days = 2 }
  6.  
  7. fire_only_once = no
  8.  
  9. trigger = {
  10. has_idea = idea_influencing_allies
  11. any_owned_state = {
  12. is_controlled_by = FROM
  13. }
  14.  
  15. option = {
  16. name = influence_allies.1.a
  17. add_political_power = 120 ####JustToTestIfItIsWorking
  18. }
  19. }
  20. }
Add Comment
Please, Sign In to add comment