事件本版本变更
Target Character支持建设

Target Location正是一座繁忙的Target Location Rank,城市建设日新月异。然而,Target Character仍对Target Location Rank的现状不甚满意,因而慷慨捐赠了一笔资金,以助力我们继续将Target Location打造成一座华美的巴洛克式Target Location Rank。
奥地利国家dynamic historical event.tag定义in_game/events/DHE/flavor_HAB.txt:9181
9182type = country_event
9183title = flavor_hab.1903.title Target Character支持建设
9184desc = flavor_hab.1903.desc Target Location正是一座繁忙的Target Location Rank,城市建设日新月异。然而,Target Character仍对Target Location Rank的现状不甚满意,因而慷慨捐赠了一笔资金,以助力我们继续将Target Location打造成一座华美的巴洛克式Target Location Rank。
9185outcome = neutral
9187fire_only_once = yes
9189dynamic_historical_event = {
}
9196illustration_tags = {
919710 = regular
919810 = interior
}
9201immediate = {
}
9204if = {
9205limit = {
9206character:hab_samuel_oppenheimer ?= {
9207in_cabinet = yes
}
}
9210character:hab_samuel_oppenheimer = {
9211save_scope_as = target_character
}
}
9214else_if = {
9215limit = {
9216character:hab_samson_wertheimer ?= {
9217in_cabinet = yes
}
}
9220character:hab_samson_wertheimer = {
9221save_scope_as = target_character
}
}
9224location:vienna = {
9225save_scope_as = target_location
}
}
9229trigger = {
9230OR = {
9231character:hab_samuel_oppenheimer ?= {
9232in_cabinet = yes
}
9234character:hab_samson_wertheimer ?= {
9235in_cabinet = yes
}
}
9238owns = location:vienna
9239location:vienna = {
9240num_civil_constructions > 4
}
}