
행동
귀족에게 기부 요구
우리나라가 위상을 찾고 국경을 지키기 위해 힘쓰는 가운데, 점차 전쟁과 충돌의 시기가 다가오고 있습니다. 이를 위해 우리는 부유한 귀족들에게 기부를 요구하려고 합니다.
귀족계층potential
가톨릭종교potential
후스 전쟁상황select trigger정의in_game/common/generic_actions/hussite_wars_actions.txt:139
140type = situation
141show_message = no
143ai_tick = monthly
144ai_tick_frequency = 6
146automation_tick = never
147automation_tick_frequency = 12
149potential = {
150scope:actor = {
}
}
156allow = {
157scope:actor = {
158estate_satisfaction:nobles_estate > 0.5
159estate_power(estate_type:nobles_estate) > 0
}
}
162price = price:hussite_wars_actions_price
164cooldown = {
165type = demand_noble_donations_hw_action
166years = 5
}
169select_trigger = {
170looking_for_a = situation
171target_flag = recipient
172name = "choose_situation" 상황 선택:
173column = {
174data = name
}
}
182effect = {
183scope:actor = {
184add_gold = {
185value = {
186add = scope:actor.monthly_income_total
187multiply = {
188value = 1
189add = "estate_power(estate_type:nobles_estate)"
}
}
}
193custom_tooltip = income_depends_on_estate_power_tt 두카트 획득량은 해당 계층의 Concept에 크게 좌우됩니다
194add_estate_satisfaction = {
}
}
}
201ai_will_do = {
202add = 100
}