イベント
商人への嫌がらせ

わが国の商人は長いこと、Target Marketで不当な扱いを受けていると訴えてきた。最近その苦情が過熱し、自分たちはMarket Owner Adjectiveの強奪や略奪行為の被害者だと主張しはじめている。そして、Market Ownerがこうした蛮行を黙認し、手助けしていると主張しているのだ。この事態をなんとかして解決する必要がある。
定義in_game/events/random_event.txt:1812
1813type = country_event
1815title = random_event.36.title 商人への嫌がらせ
1816desc = random_event.36.desc わが国の商人は長いこと、Target Marketで不当な扱いを受けていると訴えてきた。最近その苦情が過熱し、自分たちはMarket Owner Adjectiveの強奪や略奪行為の被害者だと主張しはじめている。そして、Market Ownerがこうした蛮行を黙認し、手助けしていると主張しているのだ。この事態をなんとかして解決する必要がある。
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
}
}
}
}