I have been experimenting a bit, and it looks like my game only gives theologians from the Papal legate. The event does not look like it should:
Edit: The (implicit) question is : has anybody ever gotten something different from the new papal legate option ? Commands are add_pi to get some papal influence and then push the button...
Code:
send_papal_legate = {
cost = 30
potential = {
NOT = { tag = PAP }
}
allow = {
NOT = { war_with = PAP }
}
effect = {
random_list = {
25 = { create_advisor = inquisitor }
25 = { create_advisor = theologian }
25 = { create_advisor = statesman }
25 = { create_advisor = diplomat }
}
}
ai_will_do = {
factor = 0
}
}
Edit: The (implicit) question is : has anybody ever gotten something different from the new papal legate option ? Commands are add_pi to get some papal influence and then push the button...
Last edited: