Event
Growth of the Glass Industry

Industrialization Province has always had some local production of forest glass, but with the advances in Glass production of late, this province has caught the interest of many businessmen. Attempting to ride on the movement of these changing times, many new Glass industries are starting to be established in Industrialization Province.
GlassworksBuildingimmediate, trigger
LumberGoodsimmediate, trigger
SandGoodsimmediate, trigger
IndustrializationInstitutiontriggerDefinitionin_game/events/economy/industrialization_events.txt:923
924type = country_event
925title = industrialization_events.12.title Growth of the Glass Industry
926desc = industrialization_events.12.desc Industrialization Province has always had some local production of forest glass, but with the advances in Glass production of late, this province has caught the interest of many businessmen. Attempting to ride on the movement of these changing times, many new Glass industries are starting to be established in Industrialization Province.
927outcome = neutral
929trigger = {
931capital ?= {
932region = {
933any_location_in_region = {
934owner ?= root
935integration_level = core
936prosperity > 0
}
}
}
}
947image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_glass.dds"
949immediate = {
950capital ?= {
951region = {
952random_location_in_region = {
953limit = {
954owner ?= root
955integration_level = core
956prosperity > 0
}
963save_scope_as = industrialization_province
}
}
}
}