Wartość skryptowaZmienione w tej wersji
hre_default_opinion_check
MonarchiaUstrój politycznyif
TeokracjaUstrój politycznyifhre_imperial_religionZmiennaifhre_imperial_religion_groupZmiennaifDefinicjain_game/common/script_values/io_policy.txt:363
364if = {
365limit = {
366exists = scope:recipient
367scope:recipient = {
367international_organization_has_leader = yes
}
368NOT = {
368is_leader_of_international_organization = scope:recipient
}
}
371if = {
372limit = {
372opinion(scope:recipient.leader_country) > 0
}
373add = {
374desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinia o cesarzu
375value = "opinion(scope:recipient.leader_country)"
376multiply = 0.25
}
}
379else = {
380add = {
381desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinia o cesarzu
382value = "opinion(scope:recipient.leader_country)"
383multiply = 0.5
}
}
387add = {
388desc = "IO_LEADER_DIP_REP" Reputacja dyplomatyczna lidera
389value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
391add = {
392desc = "POLICY_BIAS_FAVORS_OF_EMPEROR" Przysługi cesarza
393value = "favors(scope:recipient.leader_country)"
394multiply = 2
}
396add = {
397desc = "POLICY_BIAS_ANTAGONISM_OF_EMPEROR" Antagonizm cesarza
398value = "antagonism(scope:recipient.leader_country)"
399multiply = -0.5
}
401add = {
402desc = "TAX_BASE_LEADER_COMPARISON" Podstawa opodatkowania w porównaniu do: Lider
403value = scope:recipient.leader_country.country_tax_base
404subtract = country_tax_base
405multiply = 0.025
}
407if = {
409add = {
410desc = "game_concept_alliance" Sojusz
411value = 5
}
}
414if = {
416add = {
417desc = "opinion_same_dynasty" Ta sama Dynasty
418value = 10
}
}
421if = {
422limit = {
422is_subject_of = scope:recipient.leader_country
}
423add = {
424desc = "game_concept_subject" Podwładny
425value = 25
}
}
428if = {
429limit = {
429culture.language = scope:recipient.leader_country.culture.language
}
430add = {
431desc = "DIPLOREASON_SAME_COMMON_LANGUAGE" Ten sam Common Language
432value = 5
}
}
435if = {
436limit = {
436NOT = {
436culture.language = scope:recipient.leader_country.culture.language
}
}
437add = {
438desc = "DIPLOREASON_DIFFERENT_COMMON_LANGUAGE" Inny Common Language
439value = -5
}
}
443add = {
444desc = "IA_DYNASTIC_POWER" Władza dynastyczna Święte Cesarstwo Rzymskie Dynasty
445value = "scope:recipient.leader_country.dynastic_power(international_organization:hre)"
446multiply = 0.5
}
449if = {
450limit = {
450scope:recipient.var:imperial_authority > 50
}
451add = {
452desc = "imperial_authority" Autorytet cesarski
453value = "scope:recipient.var:imperial_authority"
454subtract = 50
455multiply = 2.5
}
}
458if = {
460add = {
461desc = "monarchy" Monarchia
462value = 5
}
}
465if = {
467add = {
468desc = "theocracy" Teokracja
469value = -5
}
}
472if = {
474if = {
475limit = {
475NOT = {
475religion.group = scope:recipient.var:hre_imperial_religion_group
}
}
476add = {
477desc = "DIPLOREASON_DIFFERENT_RELIGION_GROUP" Inna Concept
478value = -250
}
}
}
482if = {
484if = {
485limit = {
485NOT = {
485religion = scope:recipient.var:hre_imperial_religion
}
}
486add = {
487desc = "DIPLOREASON_DIFFERENT_RELIGION" Inna Religion
488value = -50
}
}
}
}