Books and stuff

This commit is contained in:
Heidesommer 2026-05-20 22:50:40 -04:00
parent 6db8d2439a
commit 10f153058e
23 changed files with 17462 additions and 408 deletions

View file

@ -3649,7 +3649,7 @@ travel_events_bp3.75 = { # Dreams Brewing
root.culture = { has_cultural_parameter = allows_brewery }
root.faith = {
OR = {
this = faith:catholic
this = faith:roman_catholic
has_doctrine_parameter = allows_brewery
}
}
@ -3672,7 +3672,7 @@ travel_events_bp3.75 = { # Dreams Brewing
root.faith = {
OR = {
has_doctrine_parameter = allows_brewery
this = faith:catholic
this = faith:roman_catholic
}
}
}
@ -3702,7 +3702,7 @@ travel_events_bp3.75 = { # Dreams Brewing
faith = {
OR = {
has_doctrine_parameter = allows_brewery
this = faith:catholic
this = faith:roman_catholic
}
}
}
@ -3722,7 +3722,7 @@ travel_events_bp3.75 = { # Dreams Brewing
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
faith = {
OR = {
this = faith:catholic
this = faith:roman_catholic
has_doctrine_parameter = allows_brewery
}
}