Advertisement
Guest User

Decision

a guest
Jul 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. annex_claims = {
  2. available = {
  3. ROOT = {
  4. any_claim = yes
  5.  
  6. }
  7. }
  8.  
  9. visible = {
  10. ROOT = {
  11. any_claim = yes
  12. }
  13. }
  14.  
  15. annex_claimed_states = {
  16. available = {
  17. any_state = {
  18. AND = {
  19. is_claimed_by = ROOT
  20. is_fully_controlled_by = ROOT
  21. }
  22.  
  23. }
  24. }
  25.  
  26. cost = 10
  27.  
  28. complete_effect = {
  29. any_state = {
  30. AND = {
  31. is_claimed_by = ROOT
  32. is_fully_controlled_by = ROOT
  33. }
  34. set_state_flag = to_be_annexed
  35. }
  36. country_event = { days = 2 id = annex_state_claim}
  37.  
  38. }
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement