이벤트
기술 연마

얼마 전부터 Target Character(이)가 자신의 야금술 연마를 지원해 줄 수 있는지 문의하고 있습니다. Target Location에서 진행되는 대장 기술 수련을 받으면 실력이 일취월장하리라는 것입니다. 이에 많은 조언가는 실력을 늘리고자 하는 Target Character(을)를 지원하는 데 적극적인 태도를 보이고 있습니다.
정의in_game/events/character/artist_events.txt:1920
1921type = country_event
1922title = artist_events.36.title 기술 연마
1923desc = artist_events.36.desc 얼마 전부터 Target Character(이)가 자신의 야금술 연마를 지원해 줄 수 있는지 문의하고 있습니다. Target Location에서 진행되는 대장 기술 수련을 받으면 실력이 일취월장하리라는 것입니다. 이에 많은 조언가는 실력을 늘리고자 하는 Target Character(을)를 지원하는 데 적극적인 태도를 보이고 있습니다.
1924outcome = neutral
1926image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_tools.dds"
1928trigger = {
1929any_artist = {
1930artist_type = metalsmith
1931artist_skill < 1
}
}
1935immediate = {
1936random_artist = {
1937limit = {
1938artist_type = metalsmith
1939artist_skill < 1
}
1941save_scope_as = target_character
}
1943if = {
1944limit = {
1945any_pop = {
1946culture = scope:target_character.culture
}
}
1949ordered_pop = {
1950limit = {
1950culture = scope:target_character.culture
}
1951order_by = pop_literacy
1952check_range_bounds = no
1953max = 1
1954save_scope_as = target_pop
1955location = {
1955save_scope_as = target_location
}
}
}
}