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

Прощение

pardonin_game/common/character_interactions/pardon.txt:1

Concept получает прощение.

ТребуетВ неволеСтатический модификаторselect trigger

2on_own_nation = yes
3message = yes
4potential = {
}
6ai_tick = daily
7ai_tick_frequency = 180
8allow = {
}
10price = price:pardon_price
11select_trigger = {
12looking_for_a = character
13source = actor
14target_flag = recipient
15name = "choose_character" Выберите Concept:
16column = {
17data = name
}
19visible = {
20is_alive = yes
}
22enabled = {
23has_character_modifier = arrested_character
}
}
27effect = {
28scope:recipient = {
29remove_character_modifier = arrested_character
}
}
33ai_will_do = {
34add = {
35value = scope:recipient.total_abilities
36subtract = 150
}
}