Event
Improved Steam Engine

Improving upon the design for earlier atmospheric engines, the entrepreneur and inventor Target Scientist has managed to create in Invention Province a new type of machine that makes use of a separate condenser and a rotary motion instead of the oscillating one of previous engines. Operating at just above the atmospheric pressure, the Target Scientist Last Name Steam Engine promises to be twice as productive as earlier models and will prove invaluable as a means to drive machinery in all types of industrial enterprises.
CoalGoodsimmediate, trigger
CopperGoodsimmediate, trigger
IronGoodsimmediate, trigger
IndustrializationInstitutiontriggeratmospheric_engine_flagVariabletriggerwatt_steam_engine_flagVariabletriggerDefinitionin_game/events/economy/industrialization_events.txt:155
156type = country_event
157title = industrialization_events.3.title Improved Steam Engine
158desc = industrialization_events.3.desc Improving upon the design for earlier atmospheric engines, the entrepreneur and inventor Target Scientist has managed to create in Invention Province a new type of machine that makes use of a separate condenser and a rotary motion instead of the oscillating one of previous engines. Operating at just above the atmospheric pressure, the Target Scientist Last Name Steam Engine promises to be twice as productive as earlier models and will prove invaluable as a means to drive machinery in all types of industrial enterprises.
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
}
}