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

@ -561,6 +561,11 @@ TerrainTypeCountyScope = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_drylands
}
}
TerrainTypeCountyScopePlural = {
@ -637,6 +642,11 @@ TerrainTypeCountyScopePlural = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_tells
}
}
TerrainType = {
@ -713,6 +723,11 @@ TerrainType = {
trigger = { location = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { location = { terrain = tells} }
localization_key = terrain_tells
}
}
TerrainTypeProvince = {
@ -792,6 +807,10 @@ TerrainTypeProvince = {
trigger = { terrain = terraced_hills }
localization_key = terrain_terraced_hills
}
text = {
trigger = { terrain = tells }
localization_key = terrain_tells
}
}
TerrainTypeProvincePrefix = {
@ -809,7 +828,12 @@ TerrainTypeProvincePrefix = {
}
text = {
trigger = { terrain = hills }
trigger = {
OR = {
terrain = hills
terrain = tells
}
}
localization_key = prefix_rolling
}
@ -1523,9 +1547,9 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
}
@ -1575,16 +1599,13 @@ RandomReligiousTextName = {
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
NOT = { location.faith = faith:orthodox }
}
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { faith = faith:orthodox }
}
}
localization_key = random_religious_text_summa_theologica
@ -1601,7 +1622,6 @@ RandomReligiousTextName = {
trigger_else_if = {
limit = { exists = scope:visiting_location }
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
@ -1610,7 +1630,6 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
@ -1630,10 +1649,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith..religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith..religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_chrysostomos
}
@ -1648,10 +1667,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_symeon_menologion
}
@ -1666,10 +1685,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_god_and_christ
}
@ -1732,76 +1751,168 @@ RandomEntertainmentTextName = {
}
localization_key = random_entertainment_text_beowulf
}
text = {
trigger = {
scope:entertainment_book_title = flag:niebelungenlied
}
localization_key = random_entertainment_text_niebelungenlied
}
text = {
trigger = {
scope:entertainment_book_title = flag:song_of_roland
}
localization_key = random_entertainment_text_song_of_roland
}
text = {
trigger = {
scope:entertainment_book_title = flag:mabinogi
}
localization_key = random_entertainment_text_mabinogi
}
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_jerusalem
}
localization_key = random_entertainment_text_travels_to_jerusalem
}
text = {
trigger = {
scope:entertainment_book_title = flag:east_of_indus
}
localization_key = random_entertainment_text_east_of_indus
}
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_byzantium
}
localization_key = random_entertainment_text_travels_to_byzantium
}
text = {
trigger = {
scope:entertainment_book_title = flag:digenes_akrites
}
localization_key = random_entertainment_text_digenes_akrites
}
text = {
trigger = {
scope:entertainment_book_title = flag:epigrams
scope:entertainment_book_title = flag:hitchhikers
}
localization_key = random_entertainment_text_epigrams
localization_key = random_entertainment_text_hitchhikers
}
text = {
trigger = {
scope:entertainment_book_title = flag:philogelos
scope:entertainment_book_title = flag:dune
}
localization_key = random_entertainment_text_philogelos
localization_key = random_entertainment_text_dune
}
text = {
trigger = {
scope:entertainment_book_title = flag:riddle_poems
scope:entertainment_book_title = flag:hobbit
}
localization_key = random_entertainment_text_riddle_poems
localization_key = random_entertainment_text_hobbit
}
text = {
trigger = {
scope:entertainment_book_title = flag:lotr
}
localization_key = random_entertainment_text_lotr
}
text = {
trigger = {
scope:entertainment_book_title = flag:narnia
}
localization_key = random_entertainment_text_narnia
}
text = {
trigger = {
scope:entertainment_book_title = flag:foundation
}
localization_key = random_entertainment_text_foundation
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_hundred_years
}
localization_key = random_entertainment_text_one_hundred_years
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_drames
}
localization_key = random_entertainment_text_les_drames
}
text = {
trigger = {
scope:entertainment_book_title = flag:le_club
}
localization_key = random_entertainment_text_le_club
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_chevaliers
}
localization_key = random_entertainment_text_les_chevaliers
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_shell_seekers
}
localization_key = random_entertainment_text_the_shell_seekers
}
text = {
trigger = {
scope:entertainment_book_title = flag:pillars
}
localization_key = random_entertainment_text_pillars
}
text = {
trigger = {
scope:entertainment_book_title = flag:perfume
}
localization_key = random_entertainment_text_perfume
}
text = {
trigger = {
scope:entertainment_book_title = flag:faceless
}
localization_key = random_entertainment_text_faceless
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_alchemist
}
localization_key = random_entertainment_text_the_alchemist
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_brothers
}
localization_key = random_entertainment_text_the_brothers
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_thousand
}
localization_key = random_entertainment_text_one_thousand
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_divine_comedy
}
localization_key = random_entertainment_text_the_divine_comedy
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_odyssey
}
localization_key = random_entertainment_text_the_odyssey
}
text = {
trigger = {
scope:entertainment_book_title = flag:war_and_peace
}
localization_key = random_entertainment_text_war_and_peace
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_pyramid
}
localization_key = random_entertainment_text_the_pyramid
}
}