Event
The Hussite Bible

Efforts are underway to create the newest version of a complete Hussite translation of the Bible, written in the vernacular to make scripture accessible to all. This undertaking has been met with enthusiasm from the faithful. Prominent religious figures, such as Target Character 1, Target Character 2, or Target Character 3, are offering to translate the publication, each with their own set of abilities and approach. Such a project would certainly not come cheap, but they argue in favor of financing such enlightened endeavors.
ClergyEstateimmediate, trigger
HussitismReligiontriggerDefinitionin_game/events/religion/hussite_flavor.txt:1107
1108type = country_event
1109title = hussite_flavor.14.title The Hussite Bible
1110desc = hussite_flavor.14.desc Efforts are underway to create the newest version of a complete Hussite translation of the Bible, written in the vernacular to make scripture accessible to all. This undertaking has been met with enthusiasm from the faithful. Prominent religious figures, such as Target Character 1, Target Character 2, or Target Character 3, are offering to translate the publication, each with their own set of abilities and approach. Such a project would certainly not come cheap, but they argue in favor of financing such enlightened endeavors.
1111outcome = neutral
1112image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"
1114trigger = {
1116is_during_bankruptcy = no
}
1123immediate = {
1124ordered_character = {
1126order_by = total_abilities
1127check_range_bounds = no
1128max = 1
1129save_scope_as = target_character_1
}
1131ordered_character = {
1136order_by = total_abilities
1137check_range_bounds = no
1138max = 1
1139save_scope_as = target_character_2
}
1141ordered_character = {
1142limit = {
1144this != scope:target_character_1
1145this != scope:target_character_2
}
1147order_by = total_abilities
1148check_range_bounds = no
1149max = 1
1150save_scope_as = target_character_3
}
}