EventChanged this version
Emergence from Freedom

Our Flavor Rank's position against censorship has allowed many lesser artists to experiment more and push the boundaries of art. As a result, one of many novice, nondescript artists has today become a recognizable name and a veritable local celebrity within young artists' circles. We can expect much from New Artist.
No CensorshipPolicytriggerDefinitionin_game/events/government/laws.txt:128
129type = country_event
131title = laws.0003.t Emergence from Freedom
132desc = laws.0003.desc Our Flavor Rank's position against censorship has allowed many lesser artists to experiment more and push the boundaries of art. As a result, one of many novice, nondescript artists has today become a recognizable name and a veritable local celebrity within young artists' circles. We can expect much from New Artist.
133outcome = neutral
135image = "gfx/interface/illustrations/institutions/renaissance.dds"
140immediate = {
141random_list = {
1421 = {
143create_character = {
144age = 30
145artist = painter
147save_scope_as = new_artist
148create_in_limbo = yes
}
}
1511 = {
152create_character = {
153age = 30
154artist = sculptor
156save_scope_as = new_artist
157create_in_limbo = yes
}
}
1601 = {
161create_character = {
162age = 30
163artist = composer
165save_scope_as = new_artist
166create_in_limbo = yes
}
}
1691 = {
170create_character = {
171age = 30
172artist = writer
174save_scope_as = new_artist
175create_in_limbo = yes
}
}
}
}