As from what i can see there is nothing dealing with the effect of church celibacy, i've added one here:
Code:
event = {
id = 1
picture = event_religious
name = "Pope demands you remove your married Chaplain."
trigger = {
condition = { type = chaplain }
condition = { type = religion value = catholic }
condition = { type = is_married }
condition = { type = has_advance value = church celibacy }
}
mean_time_to_happen = {
months = 60
modifier = {
condition = { type = papacy }
factor = 0.5
}
}
action_a = {
name = "Agree with the pope"
ai_chance = 40
modifier = {
condition = { type = papacy }
factor = 2
}
modifier = {
condition = {
type = ruler
condition = { type = trait value = zealous }
}
factor = 1.2
}
modifier = {
condition = {
type = ruler
condition = { type = trait value = sceptical }
}
factor = 0.9
}
effect = {
type = random
chance = 75
effect = { type = trigger value = 2 }
}
effect = { type = loyalty value = -0.3 }
effect = { type = prestige value = -5 }
effect = { type = piety value = -25 }
}
action_b = {
name = "Make an excuse"
ai_chance = 40
modifier = {
condition = { type = papacy }
factor = 1.1
}
modifier = {
condition = {
type = ruler
condition = { type = trait value = zealous }
}
factor = 0.95
}
modifier = {
condition = {
type = ruler
condition = { type = trait value = sceptical }
}
factor = 1.2
}
effect = { type = trigger value = 3 }
effect = { type = prestige value = -5 }
effect = { type = piety value = -25 }
effect = {
type = random
chance = 25
effect = { type = remove_advance value = church_celibacy }
}
effect = {
type = random
chance = 10
effect = { type = remove_trait value = zealous }
}
}
action_c = {
name = "Ignore him outright"
ai_chance = 20
effect = { type = trigger value = 4 }
effect = { type = loyalty value = 0.1 }
effect = { type = prestige value = -10 }
effect = { type = piety value = -50 }
effect = { type = remove_advance value = church_celibacy }
effect = {
type = random
chance = 50
effect = { type = remove_trait value = heretic }
effect = {
type = random
chance = 10
effect = { type = remove_trait value = excommunicated }
}
}
effect = {
type = random
chance = 25
effect = { type = remove_trait value = zealous }
}
}
}
event = {
id = 2
picture = event_religious
immidite = {
name = "Pope accepts your word"
effect = { type = prestige scale = -0.5 }
effect = { type = piety scale = 0.25 }
effect = {
type = random
chance = 40
effect = { type = remove_trait value = sceptical }
}
effect = {
type = random
chance = 10
effect = { type = remove_trait value = heretic }
}
effect = {
type = random
chance = 5
effect = { type = remove_trait value = excommunicated }
}
}
}
event = {
id = 3
picture = event_religious
immidite = {
name = "Pope accepts your word"
effect = { type = prestige scale = 0.25 }
effect = { type = piety scale = -1 }
effect = {
type = random
chance = 40
effect = { type = add_trait value = sceptical }
}
effect = {
type = random
chance = 5
effect = { type = add_trait value = excommunicated }
}
}
}
event = {
id = 3
picture = event_religious
immidite = {
name = "Pope accepts your word"
effect = { type = prestige scale = 0.25 }
effect = { type = piety scale = -1 }
effect = {
type = random
chance = 60
effect = { type = add_trait value = sceptical }
}
effect = {
type = random
chance = 50
effect = { type = add_trait value = excommunicated }
}
}
}
Last edited: