
Aktion
Kardinalssitz erbitten
Dem Kardinalskollegium mangelt es eindeutig an einer Vertretung unserer Weisheit. Wir sollten erbitten, dass einer Kathedrale in unserem Territorium ein neuer Kardinalssitz gewährt wird, um sicherzustellen, dass unser Einfluss nicht schwindet.
KathedraleGebäudeselect trigger 2
KardinalssitzGebäudeselect trigger 2
RomLandallow
HerzogtumLandesrangallow
GroßreichLandesrangallow
KönigreichLandesrangallow
KatholizismusReligionpotentialDefinitionin_game/common/generic_actions/catholic.txt:238
240icon = remove_cardinal_seat
242ai_tick = monthly
243ai_tick_frequency = 24
244automation_tick = monthly
245automation_tick_frequency = 6
246player_automated_category = religiousdoctrines
248type = religious
250sound = UI_action_religion_generic
255allow = {
258scope:actor = {
259OR = {
}
}
}
268cooldown = {
269type = recently_requested_cardinal
270years = 1
}
273price = price:cardinal_price
275select_trigger = {
276looking_for_a = religion
277source = actor
278target_flag = recipient
279name = "choose_religion" Die Religion wählen:
280column = {
281data = name
}
}
285select_trigger = {
286looking_for_a = location
287interaction_source_list = {
288scope:actor = {
289every_owned_location = {
290limit = {
}
296add_to_list = source
}
}
}
300target_flag = target_location
301name = "choose_location" Ort wählen
302none_available_msg_key = "no_locations_available"
303column = {
303data = name
}
304column = {
304data = population
}
305column = {
305data = rank
}
}
313effect = {
314if = {
315limit = {
316exists = scope:target_location
}
318scope:actor = {
319set_variable = {
321value = {
322add = {
323if = {
324limit = {
325scope:actor = {
325num_cardinals > 0
}
}
327value = 33
328multiply = {
329value = scope:actor.num_cardinals
330multiply = 0.25
}
}
}
334add = {
335value = 33
}
341add = 33
}
}
}
}
349else = {
350custom_tooltip = request_cardinal_tt Der designierte Ort erhält einen Kardinalssitz, sofern dies von der Römischen Autorität sanktioniert wird
}
}
354ai_will_do = {
355value = -100
356if = {
357limit = {
357scope:actor = {
357NOT = {
357tag = PAP
}
}
}
358add = "c:PAP.opinion(scope:actor)"
}
}