N3OW/common/script_values/00_bastardy_values.txt

60 lines
911 B
Text
Raw Normal View History

2024-11-16 19:09:11 +00:00

bastard_legitimacy_change_cutoff_age = 6
real_father_suspicion_base_value = 50
husband_suspicion_base_value = 3
bastard_legitimization_prestige_cost = 150
house_head_legitimize_acceptance_base_value = -100
house_head_legitimize_approval_rating = {
value = house_head_legitimize_acceptance_base_value
if = {
limit = {
scope:the_house_head = scope:the_legitimizer
}
add = 1000
}
add = {
value = scope:the_legitimizer.prestige_level
multiply = 20
}
if = {
limit = {
scope:the_house_head = {
opinion = {
target = scope:the_legitimizer
value >= 50
}
}
}
add = 51
}
if = {
limit = {
scope:the_house_head = {
opinion = {
target = scope:the_bastard
value >= 80
}
}
}
add = 51
}
if = {
limit = {
scope:the_house_head = {
opinion = {
target = scope:the_legitimizer
value <= 0
}
}
}
add = -30
}
}