事件
利用矿产资源

我们的Flavor Rank拥有几处极具价值的矿脉,出产高品质金属。我们的艺术家之一,一位名为Target Character的金属工匠,提议利用his/her的技艺,在his/her的监督下,通过精工细作的金属来改善我们的基础设施或采矿技术。
棱堡建筑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的金属工匠,提议利用his/her的技艺,在his/her的监督下,通过精工细作的金属来改善我们的基础设施或采矿技术。
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
}
}