이벤트
Target Location에서 새로운 도상 공개

신학 저작과 예술 작품은 우리나라에서 상당한 영향력과 권위를 지니고 있습니다. Target Character(이)가 Target Location에서 새로운 도상을 공개했을 때, Country Adjective 신도들이 그 놀라운 아름다움을 보고 기뻐한 것도 그러한 까닭일 것입니다.
대성당건물immediate, trigger정의in_game/events/character/artist_events.txt:1745
1746type = country_event
1747title = artist_events.32.title Target Location에서 새로운 도상 공개
1748desc = artist_events.32.desc 신학 저작과 예술 작품은 우리나라에서 상당한 영향력과 권위를 지니고 있습니다. Target Character(이)가 Target Location에서 새로운 도상을 공개했을 때, Country Adjective 신도들이 그 놀라운 아름다움을 보고 기뻐한 것도 그러한 까닭일 것입니다.
1749outcome = neutral
1750illustration_tags = {
175110 = happy
175210 = interior
}
1754trigger = {
1755any_artist = {
1755artist_type = iconographer
}
1756exists = capital
1757any_owned_location = {
1759region = root.capital.region
}
}
1763immediate = {
1764random_artist = {
1765limit = {
1765artist_type = iconographer
}
1766save_scope_as = target_character
}
1768random_owned_location = {
1773save_scope_as = target_location
}
}
}