이벤트
개선된 증기 기관

사업가이자 발명가인 Target Scientist(이)가 Invention Province에서 초기 대기압 기관의 설계를 개선하여, 기존 기관의 진동 운동 대신 별도의 응축기와 회전 운동을 사용하는 새로운 유형의 기관을 개발했습니다. 대기압 바로 위에서 작동하는 Target Scientist Last Name 증기 기관은 이전 모델보다 생산성이 두 배나 높으며, 어떤 유형의 산업체에서든 기계를 구동하는 수단으로써 매우 유용하게 쓰일 것으로 기대됩니다.
석탄재화immediate, trigger
구리재화immediate, trigger
철재화immediate, trigger
산업화제도triggeratmospheric_engine_flag변수triggerwatt_steam_engine_flag변수trigger정의in_game/events/economy/industrialization_events.txt:155
156type = country_event
157title = industrialization_events.3.title 개선된 증기 기관
158desc = industrialization_events.3.desc 사업가이자 발명가인 Target Scientist(이)가 Invention Province에서 초기 대기압 기관의 설계를 개선하여, 기존 기관의 진동 운동 대신 별도의 응축기와 회전 운동을 사용하는 새로운 유형의 기관을 개발했습니다. 대기압 바로 위에서 작동하는 Target Scientist Last Name 증기 기관은 이전 모델보다 생산성이 두 배나 높으며, 어떤 유형의 산업체에서든 기계를 구동하는 수단으로써 매우 유용하게 쓰일 것으로 기대됩니다.
159outcome = neutral
161trigger = {
168capital ?= {
169area = {
170any_location_in_area = {
171owner ?= root
172integration_level = core
}
}
}
181any_artist = {
182artist_type = scientist
183artist_skill > 0.5
}
}
187image = "gfx/interface/illustrations/institutions/industrialization.dds"
189immediate = {
191capital ?= {
192area = {
193random_location_in_area = {
194limit = {
195owner ?= root
196integration_level = core
}
203save_scope_as = invention_province
}
}
}
207random_artist = {
208limit = {
209artist_type = scientist
210artist_skill > 0.5
}
212save_scope_as = target_scientist
}
}