
LeyCambiado en esta versión
Interacción exterior
Japón siempre ha tenido el lujo de estar separado de otros países por el mar. Esta distancia hace muy fácil cerrar nuestras fronteras al mundo exterior.
Sogunato japonésOrganización internacionalpotential
Sengoku JidaiSituaciónallowPolíticas 2
Definiciónin_game/common/laws/20_shogunate.txt:182
183type = international_organization
184law_category = socioeconomic
186requires_vote = no
188potential = {
}
191allow = {
}
199sakoku_enabled = {
200on_pay_price = {
201international_organization:japanese_shogunate.leader_country ?= {
202add_stability = stability_extreme_penalty
}
}
205country_modifier = {
206trade_isolation = yes
207stability_cost_efficiency = 0.4
208monthly_towards_inward = societal_value_large_monthly_move
}
210years = 2
211wants_this_policy_bias = {
212if = {
213limit = {
213scope:recipient = {
213international_organization_has_leader = yes
}
}
215add = {
216desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
217value = "opinion(scope:recipient.leader_country)"
}
220add = {
221desc = "IO_LEADER_DIP_REP"
222value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
225else = {
226add = {
227desc = "VOTE_BASE_VALUE"
228value = 20
}
}
231add = {
232desc = "BIAS_FROM_RULER_TRAITS"
233value = modifier:bias_for_administrative_policies
}
235add = {
236desc = "OPPOSES_RULER_TRAITS"
237value = modifier:bias_for_capitalist_policies
238multiply = -1
}
}
}
242sakoku_disabled = {
243on_pay_price = {
244international_organization:japanese_shogunate.leader_country ?= {
245add_stability = stability_extreme_penalty
}
}
248country_modifier = {
249stability_cost_efficiency = -0.5
250research_speed_modifier = 0.05
}
252years = 2
253wants_this_policy_bias = {
254if = {
255limit = {
255scope:recipient = {
255international_organization_has_leader = yes
}
}
257add = {
258desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
259value = "opinion(scope:recipient.leader_country)"
}
262add = {
263desc = "IO_LEADER_DIP_REP"
264value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
267else = {
268add = {
269desc = "VOTE_BASE_VALUE"
270value = 20
}
}
273add = {
274desc = "OPPOSES_RULER_TRAITS"
275value = modifier:bias_for_capitalist_policies
276multiply = -1
}
}
}