I don't have access to CK at the moment.
character_event = {
# God will give you an illness like your father if you do not follow god!
id = 21900
picture = "event_crusades"
trigger = {
condition = { type = father_trait value = illness }
condition = { type = or
condition = { type = not value = { type = piety value = 100 }
condition = { type = trait value = heretic }
}
}
mean_time_to_happen = {
months = 60
modifier = {
}
}
action_a = { #I accept god!
effect = { type = prestige value = -50 }
effect = { type = piety value = 100 }
}
action_b = {#Pff!
effect = { type = piety value = -50 }
effect = { type = prestige value = 50 }
effect = {
type = random
chance = 25
effect = { type = add_trait value = illness }
}
effect = {
type = random
chance = 5
effect = { type = add_trait value = heretic }
}
}
character_event = {
# God will give you an illness like your father if you do not follow god!
id = 21900
picture = "event_crusades"
trigger = {
condition = { type = father_trait value = illness }
condition = { type = or
condition = { type = not value = { type = piety value = 100 }
condition = { type = trait value = heretic }
}
}
mean_time_to_happen = {
months = 60
modifier = {
}
}
action_a = { #I accept god!
effect = { type = prestige value = -50 }
effect = { type = piety value = 100 }
}
action_b = {#Pff!
effect = { type = piety value = -50 }
effect = { type = prestige value = 50 }
effect = {
type = random
chance = 25
effect = { type = add_trait value = illness }
}
effect = {
type = random
chance = 5
effect = { type = add_trait value = heretic }
}
}