Character Interaction

Assign as Dragoman

tur_appoint_dragomanin_game/common/character_interactions/appoint_dragoman.txt:1

Assign a Character in the position of Dragoman, strengthening their culture's Cultural Influence and Cultural Tradition, as well giving us the following effects:
Head of the Cabinet

RequiresDragomanStatic Modifierallow, select trigger

2message = yes
3on_own_nation = yes
5potential = {
6scope:actor = {
8type = tur_appoint_dragoman
}
}
}
13ai_tick = daily
14ai_tick_frequency = 120
16allow = {
17scope:actor = {
18NOT = {
19any_character = {
20has_character_modifier = dragoman_modifier
}
}
}
}
26select_trigger = {
27looking_for_a = character
28source = actor
29target_flag = recipient
30name = "choose_character" Choose the Character:
31column = {
32data = name
}
34visible = {
35is_alive = yes
36is_adult = yes
37culture != scope:actor.culture
38NOT = {
38has_character_modifier = dragoman_modifier
}
}
}
42effect = {
43scope:recipient = {
44add_character_modifier = {
45mode = add_and_extend
46modifier = dragoman_modifier
47years = -1
}
}
51scope:recipient.culture ?= {
52add_cultural_influence = cultural_influence_mild_bonus (10)
53add_cultural_tradition = cultural_tradition_mild_bonus (10)
}
}
57ai_will_do = {
58value = 0
}
© 2026 Soft Santa Cruz, S.L.U.. All rights reserved. Unofficial fan project, not affiliated with Paradox Interactive. Game content © Paradox Interactive. About · Privacy · Legal notice