Minority Community First Draft

This commit is contained in:
Fishedotjpg 2026-02-25 04:40:35 +00:00
parent 51cd212fdd
commit bbd44e2a61
29 changed files with 37281 additions and 184 deletions

View file

@ -504,6 +504,12 @@ duchy_landless_adventurer_camp = {
governments = { landless_adventurer_government }
}
duchy_landless_minority_community = {
type = title
tier = duchy
priority = 30
governments = { landless_minority_government }
}
### Devaraja ###
devaraja = {
type = character

View file

@ -10357,6 +10357,52 @@ hegemony_feudal_mongolic = {
}
### LANDLESS ADVENTURERS
duke_landless_minority_community_male_minority_community = {
type = character
gender = male
special = holder
tier = duchy
domicile_type = minority_community
priority = 25
governments = { landless_minority_government }
flavourization_rules = {
spouse_takes_title = no
}
}
duke_landless_minority_community_female_minority_community = {
type = character
gender = female
special = holder
tier = duchy
domicile_type = minority_community
priority = 25
governments = { landless_minority_government }
flavourization_rules = {
spouse_takes_title = no
}
}
spouse_landless_minority_community_male = {
type = character
gender = male
special = domicile
domicile_type = minority_community
priority = 25
governments = { landless_minority_government }
}
spouse_landless_minority_community_holder_female = {
type = character
gender = female
special = domicile
domicile_type = minority_community
priority = 25
governments = { landless_minority_government }
}
duke_landless_adventurer_male_camp = {
type = character
gender = male

View file

@ -19,3 +19,13 @@ domicile_estate = {
top_liege = no
}
}
domicile_minority_community = {
type = domicile
domicile_type = minority_community
priority = 26
governments = { landless_minority_government }
flavourization_rules = {
top_liege = no
}
}