Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SCA_Livonian_Missions #178

Open
17blue17 opened this issue Oct 8, 2022 · 3 comments
Open

SCA_Livonian_Missions #178

17blue17 opened this issue Oct 8, 2022 · 3 comments

Comments

@17blue17
Copy link
Collaborator

17blue17 commented Oct 8, 2022

				owner = {
					OR = {
						NOT = { religion = ROOT }
						AND = {
							NOT = { owns_or_non_sovereign_subject_of = ROOT }
							NOT = { alliance_with = ROOT }
						}
					}
				}```

NOT = { owns_or_non_sovereign_subject_of = ROOT }  expects province_id or Root is country expect province

not sure if bug or cwtools problem
@maxice8
Copy link
Collaborator

maxice8 commented Oct 9, 2022

To comment on code you can put it inside triple backticks (`)

provinces_to_highlight = {
  region = russia_region
  OR = {
    owner = {
      OR = {
        NOT = { religion = ROOT }
        AND = {
          NOT = { owns_or_non_sovereign_subject_of = ROOT }
          NOT = { alliance_with = ROOT }
        }
      }
    }
    NOT = { owner = { religion = catholic } }
    NOT = { religion = ROOT }
  }
}

The code is just plain wrong, it changes to the country scope via owner = { } and then use a province trigger owns_or_non_sovereign_subject_of.

Please report it as a bug.

@17blue17
Copy link
Collaborator Author

17blue17 commented Oct 9, 2022

Reported.

@maxice8
Copy link
Collaborator

maxice8 commented Oct 10, 2022

https://forum.paradoxplaza.com/forum/threads/eu-iv-sca_livonian_missions-scope-error.1547497/

Adding a link to it so anyone can check when it is fixed

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants