Взаимодействие c персонажемИзменено в этой версии

Оскопление

castrate_characterin_game/common/character_interactions/d008_mutilations.txt:1

Позволяет отдать приказ на оскопление Concept при нашем дворе. Это наказание необратимо и навсегда лишает персонажа возможности завести детей.

ТребуетFate of the PhoenixDLCpotentialПравителиСословиеeffectВизантийское престолонаследиеПравило престолонаследияpotentialГлава советаТип модификатораselect triggerЗреющий заговорСтатический модификаторeffectСлепотаСвойствоeffectОскоплённостьСвойствоeffect, select triggerЕвнухСвойствоeffect, select triggerscope_pretender_varПеременнаяeffect

2message = yes
3on_own_nation = yes
5potential = {
7scope:actor = {
}
}
12allow = {
13scope:actor = {
14has_ruler = yes
}
}
18ai_tick = never
20price = price:castrate_character_price
22select_trigger = {
23looking_for_a = character
24source = actor
25target_flag = recipient
26name = "choose_character" Выберите Concept:
27column = {
28data = name
}
30visible = {
31is_alive = yes
32is_female = no
33NOR = {
34has_trait = castrated
35has_trait = eunuch
}
}
38enabled = {
39is_adult = yes
40is_ruler = no
41is_regent = no
42NOT = {
42is_spouse_of = scope:actor.ruler
}
43NOT = {
}
}
}
47effect = {
48scope:actor = {
49add_prestige = 5
50if = {
51limit = {
51scope:recipient.estate_type = estate_type:crown_estate
}
52add_estate_satisfaction = {
}
}
54else = {
55add_estate_satisfaction = {
55type = scope:recipient.estate_type
}
}
}
58scope:recipient = {
59add_trait = trait:castrated
}
61if = {
62limit = {
62scope:recipient = {
62has_variable = scope_pretender_var
}
}
64custom_tooltip = blind_pretender_removed_tt Recipient отказывается от своих претензий на трон, поскольку слепой наследник не может править
66scope:actor = {
67ordered_character = {}
}
128hidden_effect = {
129scope:recipient = {
130remove_variable = scope_pretender_var
131remove_character_allegiance = yes
132if = {
133limit = {
133has_character_modifier = plotting_rebellion_modifier
}
134remove_character_modifier = plotting_rebellion_modifier
}
}
}
}
}
141ai_will_do = {
}