Advertisement
Guest User

Hoi4 create wargoal on random country

a guest
Nov 15th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. random_neighbor_country = {
  2. limit = {
  3. strength_ratio = {
  4. tag = ROOT
  5. ratio > 1.8
  6. }
  7. }
  8. FROM = {
  9. create_wargoal = {
  10. type = annex_everything
  11. target = PREV
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement