Some false positives:
Code:
--- Error 1 of 1 ---
At <mod>\common\buildings\00_tribal.txt [tribal\tb_arsenal_4\convert_to_temple] (Line 913, column 3):
Invalid node "convert_to_temple" in scope BuildingDef (value is: tp_elite_barracks_2)
convert_to_temple is a legitimate command in the buildings code, working the same was as convert_to_castle or convert_to_city.
Code:
--- Error 1 of 1 ---
At <mod>\decisions\CK2Plus_change_succession_laws.txt [succession_laws\succ_institute_ultimogeniture\effect\hidden_tooltip\save_event_target_as] (Line 1904, column 5):
This event target changed_title was inferred to have type DeJureDecision at <mod>\decisions\CK2Plus_change_succession_laws.txt [gender_laws\institute_enatic_cognatic_succession\effect\hidden_tooltip\save_event_target_as] (Line 4488, column 5) but here has type SuccDecision
Not sure what this error is supposed to mean. The save_event_target_as is used in the succession_law's scope, which is the title scope -- and it works fine.
Code:
--- Error 1 of 1 ---
At <mod>\decisions\zz_CK2Plus_minor_decisions.txt [targetted_decisions\request_holy_war\effect\FROM\save_event_target_as] (Line 852, column 5):
This event target sanction_requester was inferred to have type NormalDecision at <mod>\decisions\zz_CK2Plus_minor_decisions.txt [decisions\ai_request_holy_war\effect\save_event_target_as] (Line 3845, column 4) but here has type Char
Another one I'm unsure of. The save_event_target_as was used in the effect of a targetted_decision, wrapped in the FROM scope -- which means it should be in character scope (which it seems to recognize), but somehow it's giving an error? The effect works correctly.
Code:
--- Error 1 of 1 ---
At <mod>\decisions\zz_CK2Plus_minor_decisions.txt [targetted_decisions\request_holy_war\effect\save_event_target_as] (Line 850, column 4):
This event target sanction_target was inferred to have type Char at <mod>\decisions\zz_CK2Plus_minor_decisions.txt [decisions\ai_request_holy_war\effect\random_independent_ruler\save_event_target_as] (Line 3842, column 5) but here has type TargetDecision
Same thing here, same targetted_decision -- although this time it's used in the main scope of the effect. That should mean its scope is ROOT, but it's also throwing an error.
Code:
--- Error 1 of 1 ---
At <mod>\localisation\0_decisions.csv [Entry\1] (Line 258, column 31):
Localization error: Invalid bracket command: "GetValue" in "Root.PrimaryTitle.imperial_decadence.GetValue" in "Current §YImperial Decadence§!: §R[Root.PrimaryTitle.imperial_decadence.GetValue]§!\nPerhaps it is time to institute a series of reforms in the [Root.PrimaryTitle.GetFullName]. The imperial bureaucracy has become bloated, and far too many of [Root.GetTitledFirstNameNoRegnal]'s vassals take advantage of the problems rather than fight against them. If the [Root.PrimaryTitle.GetRulerTitle] can enforce the reforms through sheer force of will, things will improve...but not all of [Root.GetHerHis] subjects will be happy about it."
GetValue is a valid localisation command, used when referencing variables.