인물 상호 작용
데스포티스로 임명
인물을 데스포티스 직위에 임명하여 다음 효과를 부여합니다:
데스포티스
비잔티움국가potential
Fate of the PhoenixDLCpotential데스포티스정적 보정치select trigger2message = yes
3on_own_nation = yes
12ai_tick = monthly
13ai_tick_frequency = 6
15price = price:assign_despot_price
17allow = {
18scope:actor = {
19has_ruler = yes
20ruler ?= {
20has_dynasty = yes
}
}
}
24select_trigger = {
25looking_for_a = character
26source = actor
27target_flag = recipient
28name = "choose_character" 인물 선택:
29column = {
30data = name
}
32visible = {
33is_alive = yes
34is_female = no
36has_dynasty = yes
37is_ruler = no
}
39enabled = {
40is_adult = yes
41dynasty ?= scope:actor.ruler.dynasty
}
}
45effect = {
46scope:recipient = {
}
}
55ai_will_do = {
56add = {
57value = scope:recipient.total_abilities
58subtract = 250
}
61add = {
62value = scope:actor.estate_satisfaction:nobles_estate
64subtract = 1
67multiply = 50
}
70add = {
71if = {
72limit = {
73scope:recipient = {
74OR = {
75is_general = yes
76is_admiral = yes
}
}
}
80value = 30
}
}
84add = {
85if = {
86limit = {
87scope:recipient = {
88OR = {
89has_trait_category = general
90has_trait_category = admiral
}
}
}
94value = 30
}
}
}