スクリプト値このバージョンで追加
hre_circle_opinion_check
君主制政体if
神権制政体if
神聖ローマ帝国国際組織ifhre_imperial_religion変数ifhre_imperial_religion_group変数if定義in_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" 皇帝の意見
506value = "opinion(scope:recipient)"
507multiply = 0.25
}
}
510else = {
511add = {
512desc = "POLICY_BIAS_OPINION_OF_EMPEROR" 皇帝の意見
513value = "opinion(scope:recipient)"
514multiply = 0.5
}
}
518add = {
519desc = "IO_LEADER_DIP_REP" リーダーの外交評判
520value = scope:recipient.modifier:diplomatic_reputation
}
522add = {
523desc = "POLICY_BIAS_FAVORS_OF_EMPEROR" 皇帝の好感度
524value = "favors(scope:recipient)"
525multiply = 2
}
527add = {
528desc = "POLICY_BIAS_ANTAGONISM_OF_EMPEROR" 皇帝の敵対心
529value = "antagonism(scope:recipient)"
530multiply = -0.5
}
532add = {
533desc = "TAX_BASE_LEADER_COMPARISON" リーダーと比較した税基盤
534value = scope:recipient.country_tax_base
535subtract = country_tax_base
536multiply = 0.025
}
538if = {
540add = {
541desc = "game_concept_alliance" 同盟
542value = 5
}
}
545if = {
547add = {
548desc = "opinion_same_dynasty" 同じ王朝
549value = 10
}
}
552if = {
553limit = {
553is_subject_of = scope:recipient
}
554add = {
555desc = "game_concept_subject" 従属国
556value = 25
}
}
559if = {
560limit = {
560culture.language = scope:recipient.culture.language
}
561add = {
562desc = "DIPLOREASON_SAME_COMMON_LANGUAGE" 同一の共通言語
563value = 5
}
}
566if = {
567limit = {
567NOT = {
567culture.language = scope:recipient.culture.language
}
}
568add = {
569desc = "DIPLOREASON_DIFFERENT_COMMON_LANGUAGE" 異なる共通言語
570value = -5
}
}
574add = {
575desc = "IA_DYNASTIC_POWER" 神聖ローマ帝国 Dynasty王朝権力
576value = "scope:recipient.dynastic_power(international_organization:hre)"
577multiply = 0.5
}
580if = {
582add = {
583desc = "imperial_authority" 帝国の権威
585subtract = 50
586multiply = 2.5
}
}
589if = {
591add = {
592desc = "monarchy" 君主制
593value = 5
}
}
596if = {
598add = {
599desc = "theocracy" 神権制
600value = -5
}
}
603if = {
605if = {
606limit = {
}
607add = {
608desc = "DIPLOREASON_DIFFERENT_RELIGION_GROUP" 異なる宗教グループ
609value = -250
}
}
}
613if = {
615if = {
617add = {
618desc = "DIPLOREASON_DIFFERENT_RELIGION" 異なる宗教
619value = -50
}
}
}
}