Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This defines the conditions one needs to join either Religious League.
- // Within trigger, it's treated as if we are in a country scope for the country hovering over the UI buttons.
- hre_religion_league = {
- trigger = {
- capital_scope = {
- continent = europe
- }
- }
- }
- hre_heretic_religion_league = {
- trigger = {
- capital_scope = {
- continent = europe
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement