이벤트
이단적 예술품이 살아남다

Work To Damage(이)가 훼손되는 사건이 일어났습니다. 성직자들이 우리 검열법에 근거하여 이것을 이단이라고 주장하며 불태우려 했기 때문입니다.
다른 이들이 반발한 덕분에 해당 예술품이 전소되는 일은 막았으나, 전반적인 손상은 피할 수 없었습니다.
제한적 검열정책trigger
엄격한 검열정책trigger정의in_game/events/government/laws.txt:476
477type = country_event
479title = laws.0007.t 이단적 예술품이 살아남다
480desc = laws.0007.desc Work To Damage(이)가 훼손되는 사건이 일어났습니다. 성직자들이 우리 검열법에 근거하여 이것을 이단이라고 주장하며 불태우려 했기 때문입니다.
다른 이들이 반발한 덕분에 해당 예술품이 전소되는 일은 막았으나, 전반적인 손상은 피할 수 없었습니다.
다른 이들이 반발한 덕분에 해당 예술품이 전소되는 일은 막았으나, 전반적인 손상은 피할 수 없었습니다.
481outcome = neutral
483image = "gfx/interface/illustrations/disaster/savonarola_disaster.dds"
485trigger = {
490capital = {
491any_work_of_art_in_location = {
492art_quality > 25
493OR = {
494work_of_art_type = work_of_art_type:icon
495work_of_art_type = work_of_art_type:treatise
496work_of_art_type = work_of_art_type:hymnal
}
}
}
}
502immediate = {
503capital = {
504random_work_of_art_in_location = {
505limit = {
506art_quality > 25
507OR = {
508work_of_art_type = work_of_art_type:icon
509work_of_art_type = work_of_art_type:treatise
510work_of_art_type = work_of_art_type:hymnal
}
}
513save_scope_as = work_to_damage
}
}
}