A minor remark, Emperor is a tier-5, you are forgetting not playable barons/mayors/bishops that are true tier-1, as was defined in tutorial of the game, IIRC.
Tier-0 are landless charactersAh, I always thought of them as tier-0 because it was too low for a player to survive having just it and since the title had little abilities on it's own (no court and limited abilities overall.)
Well, I can see your point about the tier-4 title, however what are your views on:
- The formation of a third tier "grand duke" title if you have enough duchies (say, 4). This might have a few disadvantages compared to Kingships such as not being able to go above medium CA (no primogeniture) and giving half the yearly prestige.
- The unification of kingdoms before just that - after two kingships have been connected for long enough, they're considered naturally connected in a union (removing the "Desires kingdom of X from dukes) - this is mostly to avoid never creating the secondary title or destroying almost always being the best tactic.
No. Not if it is formed the usual way.
Code:k_usa = { allow = { FROM = { culture = american } } culture = american color={ 0 0 0 } color2={ 0 0 0 } }Code:de_jure_laws = { # COMMON SENSE common_sense_0 = { show_as_title = yes group = common_sense default = yes feudal_opinion = 10 allow = { has_law = common_sense_1 } revoke_allowed = { always = no } ai_will_do = { factor = 0 } ai_will_revoke = { factor = 0 } effect = { hidden_tooltip = { revoke_law = common_sense_0 revoke_law = common_sense_1 } has_common_sense = no } } common_sense_1 = { show_as_title = yes group = common_sense feudal_opinion = -5 temple_all_opinion = -30 allow = { has_law = common_sense_0 NOT = { holder_scope = { culture = american } } } revoke_allowed = { always = no } ai_will_do = { factor = 0 } ai_will_revoke = { factor = 0 } effect = { hidden_tooltip = { revoke_law = common_sense_0 revoke_law = common_sense_1 } has_common_sense = yes } } }