Interaction de personnages
Nommer Despótēs
Affecter un Personnage au poste de Despótēs, avec pour conséquences :
Despótēs
ByzancePayspotential
Sort du phénixDLCpotentialDespótēsModificateur statiqueselect 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" Sélectionner le Personnage :
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
}
}
}