EventNew this version
Expanding the Leaning Tower of Pisa

The Leaning Tower of Pisa is complete, but there are many in the Court Title who wish to see an expansion of its interior.
Target Character wants to use Gothic elements for the belfry, blending them with the Romanesque style the tower already has. Such a task cannot be done for free, as the Flavor Rank knows very well, but it is something that would help us strengthen our prestige in Italy.
PisaCountrydynamic historical event.tagDefinitionin_game/events/DHE/flavor_PIS.txt:197
198type = country_event
199title = flavor_pis.4.title Expanding the Leaning Tower of Pisa
200desc = flavor_pis.4.desc The Leaning Tower of Pisa is complete, but there are many in the Court Title who wish to see an expansion of its interior.
Target Character wants to use Gothic elements for the belfry, blending them with the Romanesque style the tower already has. Such a task cannot be done for free, as the Flavor Rank knows very well, but it is something that would help us strengthen our prestige in Italy.
Target Character wants to use Gothic elements for the belfry, blending them with the Romanesque style the tower already has. Such a task cannot be done for free, as the Flavor Rank knows very well, but it is something that would help us strengthen our prestige in Italy.
209fire_only_once = yes
211trigger = {
212work_of_art:leaning_tower_of_pisa ?= {
213owner ?= ROOT
}
}
217outcome = neutral
219immediate = {
}
222if = {
223limit = {
224any_artist = {
225artist_type = architect
}
}
229random_artist = {
230limit = {
231artist_type = architect
}
233save_scope_as = target_character
}
}
236else = {
237create_character = {
239age = {
25
35
}
240artist_skill = {
0.5
0.9
}
241artist = architect
242save_scope_as = target_character
}
}
}