イベント
技術の鍛錬

Target Characterはかなり以前から、自身の冶金技術の向上に役立つ後援者を求めてきた。him/herによると、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はかなり以前から、自身の冶金技術の向上に役立つ後援者を求めてきた。him/herによると、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
}
}
}
}