
국가 상호 작용
지방 총독 지위 수여
상대국을 아일랜드 영지의 지방 총독으로 임명합니다.
아일랜드 영지국가 간 조직체potential, select trigger
지방 총독특별 지위select trigger
외교 평판보정치 유형accept정의in_game/common/country_interactions/lordship_of_ireland.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
8leader_country ?= scope:actor
9num_countries_with_special_status(special_status:lieutenant) < "max_countries_with_special_status(special_status:lieutenant)"
}
}
13allow = {
}
16select_trigger = {
17looking_for_a = country
18target_flag = recipient
19name = "choose_country" 국가 선택:
20column = {
21data = name
}
23visible = {
}
26enabled = {
}
}
}
36effect = {
38international_organization_add_special_status = {
40country = scope:recipient
}
42international_organization_remove_special_status = {
44country = scope:recipient
}
}
}
49ai_will_do = {
50value = -100
51add = {
52desc = "OUR_OPINION_TOOLTIP"
53value = "scope:actor.opinion(scope:recipient)"
}
55add = {
56desc = "THEIR_OPINION_TOOLTIP" 우리에 대한 상대국의 우호도
57value = "scope:recipient.opinion(scope:actor)"
}
59if = {
60limit = {
61scope:actor.culture = scope:recipient.culture
}
63add = 50
}
65else_if = {
66limit = {
67scope:actor = {
68any_accepted_culture = {
69this = scope:recipient.culture
}
}
}
73add = 25
}
}
77accept = {
78if = {
79limit = {
79exists = scope:recipient
}
80add = {
81desc = "THEIR_OPINION_TOOLTIP" 우리에 대한 상대국의 우호도
82value = "scope:recipient.opinion(scope:actor)"
83if = {
84limit = {
85scope:recipient = {
86opinion(scope:actor) > 0
}
}
89divide = 10
}
91else = {
92divide = 5
}
}
101add = {
102scope:recipient = {
103value = "trust(scope:actor)"
104divide = 5
}
}
}
}