religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
60
common/script_values/00_bastardy_values.txt
Normal file
60
common/script_values/00_bastardy_values.txt
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue