스크립트 값이번 버전 변경

hre_default_opinion_check

hre_default_opinion_checkin_game/common/script_values/io_policy.txt:363
요구 조건군주국정부 유형if신정국정부 유형ifhre_imperial_religion변수ifhre_imperial_religion_group변수if

정의in_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" 황제에 대한 우호도
375value = "opinion(scope:recipient.leader_country)"
376multiply = 0.25
}
}
379else = {
380add = {
381desc = "POLICY_BIAS_OPINION_OF_EMPEROR" 황제에 대한 우호도
382value = "opinion(scope:recipient.leader_country)"
383multiply = 0.5
}
}
387add = {
388desc = "IO_LEADER_DIP_REP" 수장국의 외교 평판
389value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
391add = {
392desc = "POLICY_BIAS_FAVORS_OF_EMPEROR" 황제에 대한 호의
393value = "favors(scope:recipient.leader_country)"
394multiply = 2
}
396add = {
397desc = "POLICY_BIAS_ANTAGONISM_OF_EMPEROR" 황제에 대한 적대감
398value = "antagonism(scope:recipient.leader_country)"
399multiply = -0.5
}
401add = {
402desc = "TAX_BASE_LEADER_COMPARISON" 수장국과 비교한 과세 자산
403value = scope:recipient.leader_country.country_tax_base
404subtract = country_tax_base
405multiply = 0.025
}
407if = {
408limit = {
408is_allied_with = {
408target = scope:recipient.leader_country
}
}
409add = {
410desc = "game_concept_alliance" 동맹
411value = 5
}
}
414if = {
415limit = {
415same_dynasty_as = {
415target = scope:recipient.leader_country
}
}
416add = {
417desc = "opinion_same_dynasty" 가문이 동일함
418value = 10
}
}
421if = {
422limit = {
422is_subject_of = scope:recipient.leader_country
}
423add = {
424desc = "game_concept_subject" 종속국
425value = 25
}
}
428if = {
429limit = {
429culture.language = scope:recipient.leader_country.culture.language
}
430add = {
431desc = "DIPLOREASON_SAME_COMMON_LANGUAGE" 공용어가 동일함
432value = 5
}
}
435if = {
436limit = {
436NOT = {
436culture.language = scope:recipient.leader_country.culture.language
}
}
437add = {
438desc = "DIPLOREASON_DIFFERENT_COMMON_LANGUAGE" 공용어가 다름
439value = -5
}
}
443add = {
444desc = "IA_DYNASTIC_POWER" 신성 로마 제국 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" 제국 권위
453value = "scope:recipient.var:imperial_authority"
454subtract = 50
455multiply = 2.5
}
}
458if = {
459limit = {
459government_type = government_type:monarchy
}
460add = {
461desc = "monarchy" 군주국
462value = 5
}
}
465if = {
466limit = {
466government_type = government_type:theocracy
}
467add = {
468desc = "theocracy" 신정국
469value = -5
}
}
472if = {
473limit = {
473scope:recipient = {
473has_variable = hre_imperial_religion_group
}
}
474if = {
475limit = {
475NOT = {
475religion.group = scope:recipient.var:hre_imperial_religion_group
}
}
476add = {
477desc = "DIPLOREASON_DIFFERENT_RELIGION_GROUP" 종교군이 다름
478value = -250
}
}
}
482if = {
483limit = {
483scope:recipient = {
483has_variable = hre_imperial_religion
}
}
484if = {
485limit = {
485NOT = {
485religion = scope:recipient.var:hre_imperial_religion
}
}
486add = {
487desc = "DIPLOREASON_DIFFERENT_RELIGION" 종교가 다름
488value = -50
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지