Script ValueNew this version
hre_circle_opinion_check
MonarchyGovernment Typeif
TheocracyGovernment Typeif
Holy Roman EmpireInternational Organizationifhre_imperial_religionVariableifhre_imperial_religion_groupVariableifDefinitionin_game/common/script_values/io_policy.txt:495
496if = {
497limit = {
498exists = scope:recipient
499scope:recipient = {
499is_leader_of_international_organization = scope:recipient
}
}
502if = {
503limit = {
503opinion(scope:recipient) > 0
}
504add = {
505desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinion of Emperor
506value = "opinion(scope:recipient)"
507multiply = 0.25
}
}
510else = {
511add = {
512desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinion of Emperor
513value = "opinion(scope:recipient)"
514multiply = 0.5
}
}
518add = {
519desc = "IO_LEADER_DIP_REP" Leader's Diplomatic Reputation
520value = scope:recipient.modifier:diplomatic_reputation
}
522add = {
523desc = "POLICY_BIAS_FAVORS_OF_EMPEROR" Favors of Emperor
524value = "favors(scope:recipient)"
525multiply = 2
}
527add = {
528desc = "POLICY_BIAS_ANTAGONISM_OF_EMPEROR" Antagonism of Emperor
529value = "antagonism(scope:recipient)"
530multiply = -0.5
}
532add = {
533desc = "TAX_BASE_LEADER_COMPARISON" Tax Base compared to Leader
534value = scope:recipient.country_tax_base
535subtract = country_tax_base
536multiply = 0.025
}
538if = {
540add = {
541desc = "game_concept_alliance" Alliance
542value = 5
}
}
545if = {
547add = {
548desc = "opinion_same_dynasty" Same Dynasty
549value = 10
}
}
552if = {
553limit = {
553is_subject_of = scope:recipient
}
554add = {
555desc = "game_concept_subject" Subject
556value = 25
}
}
559if = {
560limit = {
560culture.language = scope:recipient.culture.language
}
561add = {
562desc = "DIPLOREASON_SAME_COMMON_LANGUAGE" Same Common Language
563value = 5
}
}
566if = {
567limit = {
567NOT = {
567culture.language = scope:recipient.culture.language
}
}
568add = {
569desc = "DIPLOREASON_DIFFERENT_COMMON_LANGUAGE" Different Common Language
570value = -5
}
}
574add = {
575desc = "IA_DYNASTIC_POWER" Holy Roman Empire Dynasty Dynastic Power
576value = "scope:recipient.dynastic_power(international_organization:hre)"
577multiply = 0.5
}
580if = {
582add = {
583desc = "imperial_authority" Imperial Authority
585subtract = 50
586multiply = 2.5
}
}
589if = {
591add = {
592desc = "monarchy" Monarchy
593value = 5
}
}
596if = {
598add = {
599desc = "theocracy" Theocracy
600value = -5
}
}
603if = {
605if = {
606limit = {
}
607add = {
608desc = "DIPLOREASON_DIFFERENT_RELIGION_GROUP" Different Religion Group
609value = -250
}
}
}
613if = {
615if = {
617add = {
618desc = "DIPLOREASON_DIFFERENT_RELIGION" Different Religion
619value = -50
}
}
}
}