Event
Hostility to New Production Techniques

The changes in production methods that technological progress has brought have not been welcomed by everyone. Some feel that their livelihood is threatened by the growing mechanization and are causing trouble through protests and sabotage. In Luddite Province, things are threatening to escalate into a full blown uprising among the artisans.
IndustrializationInstitutiontriggerUrbanizationStatic Modifierimmediate, triggerProtected ArtisansStatic Modifierimmediate, triggerInflux of WorkersStatic Modifierimmediate, triggerModern IndustryStatic Modifierimmediate, triggerGreat ShipyardsStatic Modifierimmediate, triggerDefinitionin_game/events/economy/industrialization_events.txt:1327
1328type = country_event
1329title = industrialization_events.17.title Hostility to New Production Techniques
1330desc = industrialization_events.17.desc The changes in production methods that technological progress has brought have not been welcomed by everyone. Some feel that their livelihood is threatened by the growing mechanization and are causing trouble through protests and sabotage. In Luddite Province, things are threatening to escalate into a full blown uprising among the artisans.
1331outcome = neutral
1333trigger = {
1335capital ?= {
1336region = {
1337any_location_in_region = {
1338owner ?= root
1339OR = {
}
}
}
}
}
1351image = "gfx/interface/illustrations/institutions/industrialization.dds"
1353immediate = {
1354capital ?= {
1355region = {
1356random_location_in_region = {
1357limit = {
1358owner ?= root
1359OR = {
}
}
1367save_scope_as = luddite_province
}
}
}
}