Event
Renovation of the Target Art

The Target Art has been serving as our headquarters for a while, and time is starting to take its toll on the building. Perhaps we should invest some funds into renovating it, so that it can continue to represent our glorious wealth.
Definitionin_game/events/DHE/flavor_GEN.txt:3112
3113type = country_event
3114title = flavor_gen.49.title Renovation of the Target Art
3115desc = flavor_gen.49.desc The Target Art has been serving as our headquarters for a while, and time is starting to take its toll on the building. Perhaps we should invest some funds into renovating it, so that it can continue to represent our glorious wealth.
3116outcome = neutral
3117fire_only_once = yes
3119trigger = {
3120has_or_had_tag = SAGEO
3121current_year > 1500
3122current_year < 1550
3123monthly_balance > 0
3124location:genoa = {
3125any_work_of_art_in_location = {
3126this = work_of_art:palazzo_san_giorgio
}
3128any_foreign_buildings_in_location = {
3129owner ?= root
}
}
}
3134illustration_tags = {
313510 = regular
313610 = interior
}
3139immediate = {
}
3141work_of_art:palazzo_san_giorgio = {
3141save_scope_as = target_art
}
}