Event
The Seeds of Greatness

Taking the lessons of Industrialization to heart, a group of wealthy landowners have begun to work at improving the efficiency of agriculture. Pioneering inventions in how to use machinery for seed distribution, new crops, new forms of land rotation and breeding, the local landowners of Agricultural Province have been able to greatly improve the local output of food.
LivestockGoodsimmediate, trigger
WheatGoodsimmediate, trigger
IndustrializationInstitutiontriggerAgricultural RevolutionStatic Modifierimmediate, triggerDefinitionin_game/events/economy/industrialization_events.txt:562
563type = country_event
564title = industrialization_events.8.title The Seeds of Greatness
565desc = industrialization_events.8.desc Taking the lessons of Industrialization to heart, a group of wealthy landowners have begun to work at improving the efficiency of agriculture. Pioneering inventions in how to use machinery for seed distribution, new crops, new forms of land rotation and breeding, the local landowners of Agricultural Province have been able to greatly improve the local output of food.
566outcome = neutral
568trigger = {
570capital ?= {
571region = {
572any_location_in_region = {
574owner ?= root
575integration_level = core
576prosperity > 0
}
}
}
}
586image = "gfx/interface/illustrations/institutions/industrialization.dds"
588immediate = {
589capital ?= {
590region = {
591random_location_in_region = {
592limit = {
594owner ?= root
595integration_level = core
596prosperity > 0
}
602save_scope_as = agricultural_province
603area = {
603save_scope_as = target_area
}
}
}
}
}