Advertisement
RealnfernoGear

00_religious_leagues.txt proposal

Mar 28th, 2023
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. // This defines the conditions one needs to join either Religious League.
  2. // Within trigger, it's treated as if we are in a country scope for the country hovering over the UI buttons.
  3.  
  4. hre_religion_league = {
  5. trigger = {
  6. capital_scope = {
  7. continent = europe
  8. }
  9. }
  10. }
  11.  
  12. hre_heretic_religion_league = {
  13. trigger = {
  14. capital_scope = {
  15. continent = europe
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement