Event
The Atmospheric Engine

Although the use of steam as power for a moving engine is known since ancient antiquity, recent developments are harnessing it for more practical applications. Building on older experimental air pumps, Target Scientist has created in Invention Province a new type of engine that uses steam pressure to move a cylinder and pump water out of wet mines. The atmospheric engine now enables mining where it was previously not possible and its adoption will greatly increase the efficiency of mines in our country.
CoalGoodsimmediate, trigger
CopperGoodsimmediate, trigger
IronGoodsimmediate, trigger
IndustrializationInstitutiontriggeratmospheric_engine_flagVariabletriggerDefinitionin_game/events/economy/industrialization_events.txt:3
4type = country_event
5title = industrialization_events.1.title The Atmospheric Engine
6desc = industrialization_events.1.desc Although the use of steam as power for a moving engine is known since ancient antiquity, recent developments are harnessing it for more practical applications. Building on older experimental air pumps, Target Scientist has created in Invention Province a new type of engine that uses steam pressure to move a cylinder and pump water out of wet mines. The atmospheric engine now enables mining where it was previously not possible and its adoption will greatly increase the efficiency of mines in our country.
7outcome = neutral
9trigger = {
15capital ?= {
16area = {
17any_location_in_area = {
18owner ?= root
19integration_level = core
}
}
}
28any_artist = {
29artist_type = scientist
30artist_skill > 0.5
}
}
34image = "gfx/interface/illustrations/institutions/industrialization.dds"
36immediate = {
38capital ?= {
39area = {
40random_location_in_area = {
41limit = {
42owner ?= root
43integration_level = core
}
50save_scope_as = invention_province
}
}
}
54random_artist = {
55limit = {
56artist_type = scientist
57artist_skill > 0.5
}
59save_scope_as = target_scientist
}
}