事件
自由与艺术

我们的Flavor Rank当前在信仰与艺术领域享有极大的自由,这令许多政府与社会人士颇为恼怒。近日,我们对自由艺术的坚定承诺促成了一篇论著的问世,该文赞扬了任何摒弃审查制度的Flavor Rank的优点,称这样的国家能够培育并滋养卓越的神学思想与艺术创作。
Non Critical Artist所撰写的Non Critical Art必将被我国的众多人士广泛传阅,从而提高人们对艺术自由理想的认识与支持,并进而促进对Flavor Rank中其他领域自由的理解与追求。
无审查政策trigger定义in_game/events/government/laws.txt:69
70type = country_event
72title = laws.0002.t 自由与艺术
73desc = laws.0002.desc 我们的Flavor Rank当前在信仰与艺术领域享有极大的自由,这令许多政府与社会人士颇为恼怒。近日,我们对自由艺术的坚定承诺促成了一篇论著的问世,该文赞扬了任何摒弃审查制度的Flavor Rank的优点,称这样的国家能够培育并滋养卓越的神学思想与艺术创作。
Non Critical Artist所撰写的Non Critical Art必将被我国的众多人士广泛传阅,从而提高人们对艺术自由理想的认识与支持,并进而促进对Flavor Rank中其他领域自由的理解与追求。
Non Critical Artist所撰写的Non Critical Art必将被我国的众多人士广泛传阅,从而提高人们对艺术自由理想的认识与支持,并进而促进对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
}
}
}