Event
Merchants Harassed

Our merchants have long complained about the unfair treatment they have suffered in the Target Market. Recently, however, these complaints have escalated and the merchants now claim to be victims of Market Owner Adjective brigandage and privateering - attacks they insist were carried out with the tacit support of Market Owner. We must find a solution to the issue, one way or another.
Definitionin_game/events/random_event.txt:1812
1813type = country_event
1815title = random_event.36.title Merchants Harassed
1816desc = random_event.36.desc Our merchants have long complained about the unfair treatment they have suffered in the Target Market. Recently, however, these complaints have escalated and the merchants now claim to be victims of Market Owner Adjective brigandage and privateering - attacks they insist were carried out with the tacit support of Market Owner. We must find a solution to the issue, one way or another.
1817outcome = neutral
1818illustration_tags = {
181910 = angry
182010 = interior
}
1823trigger = {
1824any_market_with_merchants = {
1825owner ?= {
1826this != root
1827opinion = {
1827target = root
1827value < 0
}
1828NOT = {
1828has_opinion = {
1828target = root
1828modifier = complaints_about_merchants
}
}
1829NOT = {
1829has_opinion = {
1829target = root
1829modifier = merchant_appeasement
}
}
}
}
}
1834immediate = {
1835random_market_with_merchants = {
1836limit = {
1837owner ?= {
1838this != root
1839opinion = {
1839target = root
1839value < 0
}
1840NOT = {
1840has_opinion = {
1840target = root
1840modifier = complaints_about_merchants
}
}
1841NOT = {
1841has_opinion = {
1841target = root
1841modifier = merchant_appeasement
}
}
}
}
1844save_scope_as = target_market
1845scope:target_market.owner = {
1845save_scope_as = market_owner
}
}
}
}