Is it possible to mod in a religion with female priests?
Yes, the Norse mod did that.
The groups themselves are defined in landed titles. Their size and composition are defined in static modifiers.Which file defines mercenaries? I'd like to make some changes and add a few extra merc groups.
landed_titles.txtWhich file defines mercenaries? I'd like to make some changes and add a few extra merc groups.
d_nubian_band = {
color = { 90 130 50 }
color2 = { 255 255 255 }
capital = 793 # Makuria
religion = miaphysite
culture = nubian
mercenary = yes
title = "CAPTAIN"
foa = "CAPTAIN_FOA"
# Always exists
landless = yes
# Cannot be held as a secondary title
primary = yes
# Cannot be vassalized
independent = yes
modifier = d_nubian_band_modifier
strength_growth_per_century = 0.25
}
d_nubian_band_modifier = {
levy_size = 1.5
light_cavalry = 350
knights = 75
}
Is there a way to make certain things only for someone holding a title, I.E, retinues etc.?
Ok. Hopefully Paradox either changes it in the next patch or I find away to do it.I haven't managed to make retinues link to titles. It seems only culture-based, which is an odd decision by Paradox.
ROOT = {
title_holder = *titlenamehere*
Confidant
title_confidant = {
dignity = 0.05
grant_limit = 1
opinion_effect = 20
## monthly_salary = 0.01
monthly_prestige = 0.002
allow = {
age = 16
OR = {
opinion = { who = ROOT value = 80 }
has_opinion_modifier = { who = ROOT modifier = opinion_friend }
}
OR = {
reverse_has_opinion_modifier = { who = ROOT modifier = opinion_friend }
reverse_opinion = { who = ROOT value = 80 }
}
OR = {
prisoner = no
host = { NOT = { is_liege_of = ROOT } }
}
FROM = {
is_feudal = yes
primary_title = {
OR = {
tier = king
tier = emperor
}
}
## NOT = { has_landed_title = e_byzantium }
## NOT = { religion_group = muslim }
}
}
gain_effect = {
}
lose_effect = {
}
message = yes
}
Generally: ROOT is the same scope as a section starts in. Thus scoping to ROOT usually won't do anything. (One exception: In CBs ROOT is always the claimant, who isn't necessarily the attacker. FROMFROM is always the attacker, while ROOT only sometimes is)Right on target, mate!!
Thank you.
I'll keep it in mind for the future.
FROM and ROOT are tricky ones for the inexperienced modder, I can tell you that.
A triggered modifier would work for the first, though the levies wouldn't automatically reinforce.How would I go about raising the levy size when at war or with a high martial ruler? (Which I can assure you is balanced out by less tax income)
A triggered modifier would work for the first, though the levies wouldn't automatically reinforce.
For the second, you could add the modifier directly to the static modifier for Martial.