
さまざまな地域を馬で駆け巡るなか、我らが寛大なる征服者たちがTarget Country1からの報せを送ってよこした。どうやら、彼らの政務を担う現地の長が、Target Character1にTarget Religionを受け入れるよう求めたようだ。そして手紙には……
定義in_game/events/DHE/flavor_geo.txt:1793
1794type = country_event
1795title = flavor_geo.25.title Target Country1の改宗
1796desc = flavor_geo.25.desc さまざまな地域を馬で駆け巡るなか、我らが寛大なる征服者たちがTarget Country1からの報せを送ってよこした。どうやら、彼らの政務を担う現地の長が、Target Character1にTarget Religionを受け入れるよう求めたようだ。そして手紙には……
1797outcome = neutral
1799fire_only_once = yes
1801illustration_tags = {
180210 = interior
180310 = regular
}
1806immediate = {
1808scope:target_country1.capital = {
1809save_scope_as = target_location
1810province = {
1810save_scope_as = target_province
}
}
}
選択肢
A……無礼な文言が記されていた! やつらは焼き尽してやるしかない!
1817trigger = {
1818scope:target_country1 = {
1819ruler_or_regent = {
1820NOT = {
1820religion = ROOT.religion
}
}
}
}
1825scope:target_province = {
1826every_location_in_province = {
}
}
1828if = {
1829limit = {
1830scope:target_country1 = {
1831any_owned_location = {
}
}
}
1841scope:target_country1 = {
1842every_owned_location = {
1850ordered_pop = {
1852order_by = pop_size
1853max = 1
1854check_range_bounds = no
1855add_pop_size = {
1856value = pop_size
1857multiply = -0.25
}
}
}
}
}
1863else = {
1864scope:target_country1 = {
}
}
1866scope:target_country1 = {
}
B……断固たる拒否が記されていた。いまは放っておこう。
1872trigger = {
1873scope:target_country1 = {
1874ruler_or_regent = {
1875NOT = {
1875religion = ROOT.religion
}
}
}
}
C……Target Character1の改宗を公式に宣言する内容が記されていた。
1885trigger = {
1886scope:target_country1 = {
1887ruler_or_regent = {
1888religion = root.religion
}
}
}
1893show_as_tooltip = {
1895modifier = opinion_embraced_true_faith
1896target = scope:target_country1
}
}