Advertisement
Guest User

Decision

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