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

Ослепление

blind_characterin_game/common/character_interactions/d008_mutilations.txt:144

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

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

145message = yes
146on_own_nation = yes
148potential = {
150scope:actor = {
}
}
155allow = {
156scope:actor = {
157has_ruler = yes
}
}
161ai_tick = never
163price = price:blind_character_price
165select_trigger = {
166looking_for_a = character
167source = actor
168target_flag = recipient
169name = "choose_character" Выберите Concept:
170column = {
171data = name
}
173visible = {
174is_alive = yes
175NOT = {
175has_trait = blind
}
}
177enabled = {
178is_adult = yes
179is_ruler = no
180NOT = {
180is_spouse_of = scope:actor.ruler
}
181is_regent = no
182NOT = {
}
}
}
186effect = {
187scope:actor = {
188add_prestige = 5
189if = {
190limit = {
190scope:recipient.estate_type = estate_type:crown_estate
}
191add_estate_satisfaction = {
}
}
193else = {
194add_estate_satisfaction = {
194type = scope:recipient.estate_type
}
}
}
197scope:recipient = {
198add_trait = trait:blind
}
200if = {
201limit = {
201scope:recipient = {
201has_variable = scope_pretender_var
}
}
203custom_tooltip = blind_pretender_removed_tt Recipient отказывается от своих претензий на трон, поскольку слепой наследник не может править
205scope:actor = {
206ordered_character = {}
}
267hidden_effect = {
268scope:recipient = {
269remove_variable = scope_pretender_var
270remove_character_allegiance = yes
271if = {
272limit = {
272has_character_modifier = plotting_rebellion_modifier
}
273remove_character_modifier = plotting_rebellion_modifier
}
}
}
}
}
280ai_will_do = {
}