Problems found:
- on_success section of relique_ruler CB not properly closed.
- In the dejure_duchy_claim CB, on_success_title section, second if section, under any_de_jure_vassal_title, there is no effect (section close immediately after limit close.) (I don't know how you can deal with having all lines left aligned... makes it hard to visually spot things like this, at least in Notepad++.)
- e_carpathia is referenced in several CBs, but not defined in landed_titles
- In cb_install_antiking, the is_valid section scopes immediately to holder_scope, but characters (the default scope of non-title sections of CBs is either receiver or giver) don't have holders. Changing this to is_valid_title would clear this up (vanilla error.)
- The can_use_title section of the imperial_reconquest_hre_sicily CB is:
Code:
can_use_title = { de_jure_liege_or_above = k_sicily de_jure_liege_or_above = k_venice }
- Several CBs do not have _desc lines in localization. (Some are vanilla problems, but your new CBs don't have desc localizations.)
- The Nubian cultural buildings are missing names in localization, and the desc keys for them and ct_rep_arsenal_3 are missing from localization.
- Too many problems in character history to enumerate, best to run Validator yourself. Some of these may be vanilla problems you've copied.
- 1