We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ai_strategy
Dynamic ai_strategy variables throw a lot of errors, such as here:
modifier = { NOT = { has_war_with = FROM } OR = { check_variable = { FROM.ai_strategy_conquer@THIS > 0 } check_variable = { FROM.ai_strategy_antagonize@THIS > 0 } check_variable = { FROM.ai_strategy_declare_war@THIS > 0 } check_variable = { FROM.ai_strategy_prepare_for_war@THIS > 0 } any_owned_state = { is_claim_or_core_of_FROM = yes } } factor = 1.5 }
Seems the issue is with with multiple links at the same time; if you remove FROM part the error will disappear.
Similar too this issue: #34
Full screenshot:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dynamic
ai_strategy
variables throw a lot of errors, such as here:Seems the issue is with with multiple links at the same time; if you remove FROM part the error will disappear.
Similar too this issue: #34
Full screenshot:
The text was updated successfully, but these errors were encountered: