How to add a new social hierarchy - AndHope/Basileia-Romaion GitHub Wiki
How to add a new social hierarchy
(Is explained in the "Adding a new Social Hierarchy" post in the guides and tools channel on the modding coop
How to add a social hierarchy to a county
To add the social hierarchy to a specific country just do in a counties scope: set_social_hierarchy = social_hierarchy_key
this variable has to be set in the country scope so the law group of the social hierarchy is displayed, otherwise it won't show set_variable = { name = custom_social_hierarchy value = active_law:lawgroup_of_your_hierarchy }
or to add it to multiple countries at game start have it being set in 08_br_global_social_hierarchies (todo add link)