Event
Freedom & Art

Much to the chagrin of certain governmental and societal elements, our current Flavor Rank enjoys a great deal of freedom in the fields of faith and the arts. Lately, our commitment to free art has led to the production of a treatise praising the merits of any Flavor Rank free from censorship, as such a state nurtures and nourishes competent theological thought and artistic endeavors.
The treatise Non Critical Art by Non Critical Artist is sure to be read by many across our lands, leading to an increased awareness and support of the ideals of artistic freedom, and by extension, freedom in other elements of the Flavor Rank.
No CensorshipPolicytriggerDefinitionin_game/events/government/laws.txt:69
70type = country_event
72title = laws.0002.t Freedom & Art
73desc = laws.0002.desc Much to the chagrin of certain governmental and societal elements, our current Flavor Rank enjoys a great deal of freedom in the fields of faith and the arts. Lately, our commitment to free art has led to the production of a treatise praising the merits of any Flavor Rank free from censorship, as such a state nurtures and nourishes competent theological thought and artistic endeavors.
The treatise Non Critical Art by Non Critical Artist is sure to be read by many across our lands, leading to an increased awareness and support of the ideals of artistic freedom, and by extension, freedom in other elements of the Flavor Rank.
The treatise Non Critical Art by Non Critical Artist is sure to be read by many across our lands, leading to an increased awareness and support of the ideals of artistic freedom, and by extension, freedom in other elements of the Flavor Rank.
74outcome = neutral
76image = "gfx/interface/illustrations/institutions/renaissance.dds"
79trigger = {
81any_artist = {
82OR = {
83artist_type = philosopher
84artist_type = jurist
85artist_type = scientist
}
}
}
90immediate = {
91random_artist = {
92limit = {
93OR = {
94artist_type = philosopher
95artist_type = jurist
96artist_type = scientist
}
}
99save_scope_as = non_critical_artist
}
101capital = {
102create_art = {
103type = work_of_art_type:treatise
104artist = scope:non_critical_artist
105location = scope:non_critical_artist.location
106quality = 60
107save_scope_as = non_critical_art
}
}
}