These events will probably be better in 1.03
M
and the extra_csv stuff:
M
M
Code:
###########################################
# Papacy Events Matt "Bismarck" Caverhill #
###########################################
###############################
# The Papacy moves to Germany #
###############################
province_event = {
id = 20898
name = "The Papacy moves to Germany"
picture = "event_religion"
trigger = {
condition = {
type = or
condition = { type = province value = 244 } #Bern
condition = { type = province value = 448 } #Salzburg
condition = { type = province value = 317 } #Trent
condition = { type = province value = 314 } #Nurnberg
condition = { type = province value = 449 } #Osterreich
condition = { type = province value = 245 } #Scwyz
condition = { type = province value = 117 } #Brabant
}
condition = { type = ruler_religion value = catholic }
condition = {
type = not
value = {
type = exists
value = PAPA
}
}
}
mean_time_to_happen = {
months = 3
}
action_a = { #Refuse the request
ai_chance = 85
effect = { type = ruler_prestige value = 100}
effect = { type = ruler_piety value = -150 }
effect = ( type = clergy_loyalty value = -0.3}
effect = ( type = clergy_power value = -0.4}
}
action_b = { # Grant the land
ai_chance = 15
effect = { type = create_tag value = PAPA }
effect = { type = ruler_piety value = 250 }
effect = ( type = clergy_loyalty value = 0.3}
effect = ( type = clergy_power value = 0.4}
}
}
###############################
# The Papacy moves to Avignon #
###############################
province_event = {
id = 20899
name = "The Papacy moves to Avignon"
picture = "event_religion"
trigger = {
condition = {
type = or
condition = { type = province value = 220 }
condition = { type = province value = 221 }
condition = { type = province value = 222 }
}
condition = { type = ruler_religion value = catholic }
condition = {
type = not
value = {
type = exists
value = PAPA
}
}
}
mean_time_to_happen = {
months = 6
}
action_a = { #It is our duty!
effect = { type = create_tag value = PAPA }
effect = { type = ruler_piety value = 250 }
effect = ( type = clergy_loyalty value = 0.3}
effect = ( type = clergy_power value = 0.4}
}
}
and the extra_csv stuff:
Code:
ACTIONNAME20898A;Refuse the request;;;;;;;;;;X
ACTIONNAME20898B;Grant the land;;;;;;;;;;X
ACTIONNAME20899A;It is our duty!;;;;;;;;;;X
M
Last edited: