이벤트
광산 개발

우리 Flavor Rank(은)는 고품질 금속이 매장된 노다지 광산을 여러 군데 소유하고 있습니다. 그런데 Target Character(이)라는 대장장이가 자신의 기술을 써 달라며 찾아왔습니다. 자신의 감독 아래 정교하게 제작한 금속을 활용해 우리나라의 기반 시설이나 채광 기술을 개선해 주겠다는 것입니다.
보루건물option 2
성건물option 2
대요새건물option 2
성형 요새건물option 2had_military_improvements_event_variable변수trigger정의in_game/events/character/artist_events.txt:2084
2085type = country_event
2086title = artist_events.38.title 광산 개발
2087desc = artist_events.38.desc 우리 Flavor Rank(은)는 고품질 금속이 매장된 노다지 광산을 여러 군데 소유하고 있습니다. 그런데 Target Character(이)라는 대장장이가 자신의 기술을 써 달라며 찾아왔습니다. 자신의 감독 아래 정교하게 제작한 금속을 활용해 우리나라의 기반 시설이나 채광 기술을 개선해 주겠다는 것입니다.
2088outcome = neutral
2089illustration_tags = {
209010 = regular
209110 = interior
}
2093trigger = {
2094any_artist = {
2095artist_type = metalsmith
}
2098OR = {
2099produced_in_country:iron > 0
2100produced_in_country:copper > 0
}
}
2104immediate = {
2105random_artist = {
2106limit = {
2107artist_type = metalsmith
}
2109save_scope_as = target_character
}
}