-
-
Notifications
You must be signed in to change notification settings - Fork 13
[CK3] Title parsing #149
Copy link
Copy link
Open
Labels
config-systemInvolves the plugin's config systemInvolves the plugin's config systemenhancementNew feature or requestNew feature or requestlanguage-constructsSupport for various language constructs (e.g., complex expressions)Support for various language constructs (e.g., complex expressions)questionFurther information is requestedFurther information is requested
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
config-systemInvolves the plugin's config systemInvolves the plugin's config systemenhancementNew feature or requestNew feature or requestlanguage-constructsSupport for various language constructs (e.g., complex expressions)Support for various language constructs (e.g., complex expressions)questionFurther information is requestedFurther information is requested
CK3 titles are structured like this
However... Any title tier can be the root, and none of the of the tiers are required. The only requirement is that a title can only be the root or inside a higher tier title, which means that
are a valid definitions, though
is invalid.
As far as I know there is no way to accurately represent this in configs.