Event
Honing Skills

For quite some time, Target Character has been inquiring in a potential sponsorship that would help his/her metallurgical skills. According to him/her, a set of metalsmithing lessons in Target Location would go a long way to developing the smithing craft. Many of our advisors are fairly open to sponsoring this knowledge-seeking venture that Target Character has embarked on.
Definitionin_game/events/character/artist_events.txt:1920
1921type = country_event
1922title = artist_events.36.title Honing Skills
1923desc = artist_events.36.desc For quite some time, Target Character has been inquiring in a potential sponsorship that would help his/her metallurgical skills. According to him/her, a set of metalsmithing lessons in Target Location would go a long way to developing the smithing craft. Many of our advisors are fairly open to sponsoring this knowledge-seeking venture that Target Character has embarked on.
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
}
}
}
}