Event
Critical Art

A rude and thoroughly dislikable artist by the name of Critical Artist has sullied our country's reputation by creating a scathing artistic criticism of the Flavor Rank!
In their so-called treatise titled Critical Art, he/she claims to be unsatisfied with the country's management and state of affairs, spouting such nonsense phrases as "impotent military", "weak-willed economic policy" and "societal decay". Our society may be a free one, but allowing a notable artist to criticize the Flavor Rank in such a manner will surely lead to a slippery slope of riots and vagabondry!
No CensorshipPolicytriggerDefinitionin_game/events/government/laws.txt:7
8type = country_event
10title = laws.0001.t Critical Art
11desc = laws.0001.desc A rude and thoroughly dislikable artist by the name of Critical Artist has sullied our country's reputation by creating a scathing artistic criticism of the Flavor Rank!
In their so-called treatise titled Critical Art, he/she claims to be unsatisfied with the country's management and state of affairs, spouting such nonsense phrases as "impotent military", "weak-willed economic policy" and "societal decay". Our society may be a free one, but allowing a notable artist to criticize the Flavor Rank in such a manner will surely lead to a slippery slope of riots and vagabondry!
In their so-called treatise titled Critical Art, he/she claims to be unsatisfied with the country's management and state of affairs, spouting such nonsense phrases as "impotent military", "weak-willed economic policy" and "societal decay". Our society may be a free one, but allowing a notable artist to criticize the Flavor Rank in such a manner will surely lead to a slippery slope of riots and vagabondry!
12outcome = neutral
14image = "gfx/interface/illustrations/institutions/renaissance.dds"
16trigger = {
18any_artist = {
19OR = {
20artist_type = philosopher
21artist_type = jurist
22artist_type = scientist
}
}
}
27immediate = {
28random_artist = {
29limit = {
30OR = {
31artist_type = philosopher
32artist_type = jurist
33artist_type = scientist
}
}
36save_scope_as = critical_artist
}
38capital = {
39create_art = {
40type = work_of_art_type:treatise
41artist = scope:critical_artist
42location = scope:critical_artist.location
43quality = 10
44save_scope_as = critical_art
}
}
}