cwtools / cwtools-eu4-config

.cwt config for eu4
MIT License
9 stars 12 forks source link

Common Naval Doctrines can select #415

Closed 17blue17 closed 6 months ago

17blue17 commented 6 months ago

In the common naval doctrines file the can select section appears to be correctly set to be scope country in the 00_small_types_consolidated.cwt file. Therefore culture_group = or primary_culture = should work and culture = should be flagged as an error. The issue is that culture = is not flagged as an error and I can not figure out why. Would appreciate if anyone can point out why. Thanks

maxice8 commented 6 months ago

culture = X in country scope is functionally equivalent to primary_culture = X

17blue17 commented 6 months ago

Paradox uses primary culture in the file rather than culture = . I used the old validator tool the other day and it flagged my mod as using culture rather than primary_culture and I wondered why cwtools did not flag it. Looking at the cwtools files it looks like it should have flagged it but does not. If you think things are ok as is then I will stop being concerned about a cwtools bug. Thank you.